|
26 | 26 | Introduction
|
27 | 27 | ------------
|
28 | 28 |
|
29 |
| -**{+driver-short+}** is a `PyMongo <http://pymongo.readthedocs.io/>`_ extension |
30 |
| -containing tools for loading `MongoDB <http://www.mongodb.org>`_ query |
| 29 | +**{+driver-short+}** is a `PyMongo <http://pymongo.readthedocs.io/>`__ extension |
| 30 | +containing tools for loading `MongoDB <http://www.mongodb.org>`__ query |
31 | 31 | result-sets as `Apache Arrow <http://arrow.apache.org>`_ tables,
|
32 |
| -`NumPy <https://numpy.org>`_ arrays, and `Pandas <https://pandas.pydata.org>`_ |
33 |
| -or `Polars <https://pola.rs/>`_ DataFrames. |
| 32 | +`NumPy <https://numpy.org>`__ arrays, and `Pandas <https://pandas.pydata.org>`__ |
| 33 | +or `Polars <https://pola.rs/>`__ DataFrames. |
34 | 34 | {+driver-short+} is the recommended way to materialize MongoDB query result-sets as
|
35 | 35 | contiguous-in-memory typed arrays suited for in-memory analytical processing
|
36 | 36 | applications.
|
@@ -85,26 +85,26 @@ Getting Help
|
85 | 85 | ------------
|
86 | 86 |
|
87 | 87 | If you're having trouble or have questions about {+driver-short+}, ask your question on
|
88 |
| -the `MongoDB Community Forum <https://www.mongodb.com/community/forums/tag/python>`_. |
| 88 | +the `MongoDB Community Forum <https://www.mongodb.com/community/forums/tag/python>`__. |
89 | 89 | Once you get an answer, it'd be great if you could work it back into this
|
90 | 90 | documentation and contribute.
|
91 | 91 |
|
92 | 92 | Issues
|
93 | 93 | ------
|
94 | 94 |
|
95 | 95 | Report all issues at the main `MongoDB JIRA bug tracker
|
96 |
| -<http://jira.mongodb.org/browse/PYTHON>`_ in the "Python Driver" |
| 96 | +<https://jira.mongodb.org/projects/ARROW/issues/>`__ in the {+driver-short+} |
97 | 97 | project.
|
98 | 98 |
|
99 | 99 | Feature Requests and Feedback
|
100 | 100 | -----------------------------
|
101 | 101 |
|
102 |
| -Use the `feedback engine <https://feedback.mongodb.com/forums/924286-drivers>`_ |
| 102 | +Use the `feedback engine <https://feedback.mongodb.com/forums/924286-drivers>`__ |
103 | 103 | to send feature requests and general feedback about {+driver-short+}.
|
104 | 104 |
|
105 | 105 | Contributing
|
106 | 106 | ------------
|
107 | 107 |
|
108 | 108 | Contributions to {+driver-short+} are encouraged. To contribute, fork the project on
|
109 |
| -`GitHub <https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python>`_ |
| 109 | +`GitHub <https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python>`__ |
110 | 110 | and send a pull request.
|
0 commit comments