-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
apm/python: move python documentation links to readthedocs #8598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more replacements for pypi links and references in docs
@@ -21,60 +21,60 @@ La bibliothèque `ddtrace` prend en charge de nombreux frameworks Web, y compris | |||
|
|||
| Framework | Version prise en charge | Documentation PyPi de Datadog | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Framework | Version prise en charge | Documentation PyPi de Datadog | | |
| Framework | Version prise en charge | Documentation de Datadog | |
| [Molten][8] | >= 0.7.0 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#molten | | ||
| [Pylons][9] | >= 0.9.6 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#pylons | | ||
| [Pyramid][10] | >= 1.7 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#pyramid | | ||
| [Tornado][11] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#tornado | | ||
|
||
### Compatibilité des datastores | ||
|
||
La bibliothèque `ddtrace` prend en charge les datastores suivants : | ||
|
||
| Datastore | Version prise en charge | Documentation PyPi de Datadog | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Datastore | Version prise en charge | Documentation PyPi de Datadog | | |
| Datastore | Version prise en charge | Documentation de Datadog | |
| [Redis][27] [redis-py-cluster][28] | >= 1.3.5 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#module-ddtrace.contrib.rediscluster | | ||
| [SQLAlchemy][29] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#sqlalchemy | | ||
| [SQLite3][30] | Prise en charge complète | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#sqlite | | ||
| [Vertica][31] | >= 0.6 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#vertica | | ||
|
||
### Compatibilité des bibliothèques | ||
|
||
La bibliothèque `ddtrace` prend en charge les bibliothèques suivantes : | ||
|
||
| Bibliothèque | Version prise en charge | Documentation PyPi de Datadog | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Bibliothèque | Version prise en charge | Documentation PyPi de Datadog | | |
| Bibliothèque | Version prise en charge | Documentation de Datadog | |
Co-authored-by: Tahir H. Butt <tahir.butt@datadoghq.com>
@majorgreys how do you feel about doing "Library documentation" vs "Datadog documentation". "Datadog documentation" sounds a bit like the corp site docs themselves. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm from documentation perspective. I agree that the headings should be "Library documentation" not "Datadog documentation." @Kyle-Verhoog Let me know when you commit that change and I'll merge this.
@kayayarai done! I didn't update it in the fr/jp docs since I think there's a translation process for that. Let me know if this is alright 🙂 Also note that we have #8469 but we can merge these in any order as there will be conflicts either way. |
That is correct. I'll merge this now. |
What does this PR do?
Moves all links from being http://pypi.datadoghq.com/trace/docs to https://ddtrace.readthedocs.io/
Motivation
We're now building versioned docs for the library on readthedocs.
Reviewer checklist