Skip to content

Commit

Permalink
Add the TalkPython Eve course to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Apr 20, 2018
1 parent 1a5643f commit bfb6fb1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Development

Version 0.8
~~~~~~~~~~~
- Docs: Add link to the Eve course. It was authored by the project author, and
it is hosted by TalkPython Training.
- New: Add suport for mongo's ``$box`` geo query operator. Closes #1122.
- New: support for partial media requests. Clients can request partial file
downloads by adding a ``Range`` header to their media request (Marsch Huynh).
Expand Down
28 changes: 18 additions & 10 deletions docs/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ <h3>Stay Informed</h3>

<p><a href="http://tinyletter.com/nicolaiarocci">Join Mailing List</a>.</p>

<h3>Eve Course</h3>
<p>This course will teach you how to effortlessly build RESTful services based on Flask, Eve, and MongoDB.</p>
<p>The teacher is the project creator and maintainer.</p>
<ul>
<li><a href="https://training.talkpython.fm/courses/explore_eve/eve-building-restful-mongodb-backed-apis-course">Eve Course @ TalkPython</a></li>
</ul>

<h3>Useful Links</h3>
<ul>
<li><a href="https://github.com/pyeve/eve">Eve @ GitHub</a></li>
<li><a href="https://stackoverflow.com/questions/tagged/eve">Eve @ Stack Overflow</a></li>
<li><a href="https://groups.google.com/forum/?hl=en#!forum/python-eve">Eve @ Google Groups</a></li>
<li><a href="irc://irc.freenode.net/python-eve">Eve @ IRC</a>
<li><a href="https://pypi.python.org/pypi/eve">Eve @ PyPI</a></li>
<li><a href="https://nicolaiarocci.com/tags/eve/">Eve @ Nicola Iarocci</a></li>
<li><a href="https://github.com/pyeve/eve/issues">Issue Tracker</a></li>
</ul>

<h3>Other Projects</h3>

<p>More <a href="http://nicolaiarocci.com/">Nicola Iarocci</a> projects:</p>
Expand All @@ -22,14 +40,4 @@ <h3>Other Projects</h3>
<li><a href="https://github.com/pyeve/eve-oauth2">Eve-OAuth2</a></li>
</ul>

<h3>Useful Links</h3>
<ul>
<li><a href="https://github.com/pyeve/eve">Eve @ GitHub</a></li>
<li><a href="https://stackoverflow.com/questions/tagged/eve">Eve @ Stack Overflow</a></li>
<li><a href="https://groups.google.com/forum/?hl=en#!forum/python-eve">Eve @ Google Groups</a></li>
<li><a href="irc://irc.freenode.net/python-eve">Eve @ IRC</a>
<li><a href="https://pypi.python.org/pypi/eve">Eve @ PyPI</a></li>
<li><a href="https://nicolaiarocci.com/tags/eve/">Eve @ Nicola Iarocci</a></li>
<li><a href="https://github.com/pyeve/eve/issues">Issue Tracker</a></li>
</ul>
<p>You are looking at the documentation of the development version.</p>
8 changes: 8 additions & 0 deletions docs/funding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ You can support Eve development by pledging on Patreon or donating on PayPal.
- `Become a Backer <https://www.patreon.com/nicolaiarocci>`_ (recurring pledge)
- `Donate via PayPal <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7U7G7EWU7EPNW>`_ (one time)

Eve Course at TalkPython Training
---------------------------------
There is a 5 hours-long Eve course available for you at the fine TalkPython
Training website. The teacher is Nicola, Eve author and maintainer. Taking this
course will directly support the project.

- `Take the Eve Course at TalkPython Training <https://training.talkpython.fm/courses/explore_eve/eve-building-restful-mongodb-backed-apis-course>`_

Custom Sponsorship and Consulting
---------------------------------
Expand All @@ -39,3 +46,4 @@ open to conversations regarding custom sponsorship / consulting arrangements.
Just `get in touch`_ with me.

.. _`get in touch`: mailto:nicola@nicolaiarocci.com
.. _`Eve course`: https://training.talkpython.fm/courses/explore_eve/eve-building-restful-mongodb-backed-apis-course
8 changes: 8 additions & 0 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ Tutorials

account_management
custom_idfields

Learn Eve at TalkPython Training
--------------------------------
There is a 5 hours-long Eve course available for you at the fine TalkPython
Training website. The teacher is Nicola, Eve author and maintainer. Taking this
course will directly support the project.

- `Take the Eve Course at TalkPython Training <https://training.talkpython.fm/courses/explore_eve/eve-building-restful-mongodb-backed-apis-course>`_

0 comments on commit bfb6fb1

Please sign in to comment.