Skip to content

Commit

Permalink
MOTOR-1107 Update readme for Motor driver (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 12, 2023
1 parent 462d475 commit 6a7c84d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Support / Feedback
For issues with, questions about, or feedback for PyMongo, please look into
our `support channels <https://support.mongodb.com/welcome>`_. Please
do not email any of the Motor developers directly with issues or
questions - you're more likely to get an answer on the `MongoDB Community
Forums <https://developer.mongodb.com/community/forums/tag/motor-driver>`_.
questions - you're more likely to get an answer on the `StackOverflow <https://stackoverflow.com/questions/tagged/mongodb>`_ (using a "mongodb" tag).

Bugs / Feature Requests
=======================
Expand Down Expand Up @@ -158,6 +157,12 @@ Motor's documentation is on ReadTheDocs_.
Build the documentation with Python 3.7+. Install sphinx_, Tornado_, and aiohttp_,
and do ``cd doc; make html``.

Learning Resources
==================

MongoDB Learn - `Python courses <https://learn.mongodb.com/catalog?labels=%5B%22Language%22%5D&values=%5B%22Python%22%5D>`_.
`Python Articles on Developer Center <https://www.mongodb.com/developer/languages/python/>`_.

Testing
=======

Expand Down

0 comments on commit 6a7c84d

Please sign in to comment.