Skip to content

Add some missing links to docs/source/index.rst #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Having trouble? We’d like to help!
- Looking for specific information? Try the :ref:`genindex`, :ref:`modindex`,
or the detailed :doc:`table of contents <contents>`.

- The :doc:`howto/index` section has step-by-step guides for common tasks.

- Didn't find an answer? You're welcome to ask questions or give feedback on
the `MongoDB Community Forum <https://www.mongodb.com/community/forums/tag/python>`_.

Expand All @@ -42,10 +44,12 @@ Models
- :doc:`ref/models/indexes`
- :doc:`ref/database`
- :doc:`ref/contrib/gis`
- :doc:`ref/django-admin`

**Topic guides:**

- :doc:`topics/embedded-models`
- :doc:`topics/transactions`

Forms
=====
Expand Down
2 changes: 1 addition & 1 deletion docs/source/ref/contrib/gis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All fields have a :doc:`2dsphere index

The :ref:`geospatial aggregation stage <geospatial-operators>` only supports
one operator: :doc:`$geoNear <manual:reference/operator/aggregation/geoNear>`.
You can use it :meth:`.raw_aggregate` queries.
You can use it in :meth:`.raw_aggregate` queries.

The :ref:`geospatial query operators <manual:geospatial-query-operators>`
aren't supported.
Expand Down