summaryrefslogtreecommitdiff
path: root/docs/markdown/Python-3-module.md
AgeCommit message (Collapse)Author
2018-10-27docs: Fix hotdoc warnings [skip ci]Dylan Baker
Hotdoc really wants internal links to point to the .md files instead of the generated names. Which makes sense, as we're currently relying on the fact that meson only generated .html pages.
2018-09-18Doc: Deprecate python3 module [skip ci]Xavier Claessens
The new 'python' module is a superset of its features, keeping both is confusing. Closes #4168.
2018-02-18Add python3 dependency documentation and link it from python3 moduleAleksey Filippov
Closes #3009
2017-12-17make clickableShawn Landden
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.