summaryrefslogtreecommitdiff
path: root/docs/markdown/Python-3-module.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix some incorrect links [skip ci]Anton Leontiev2019-10-191-1/+1
|
* docs: Fix hotdoc warnings [skip ci]Dylan Baker2018-10-271-6/+6
| | | | | | 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.
* Doc: Deprecate python3 module [skip ci]Xavier Claessens2018-09-181-0/+14
| | | | | | | The new 'python' module is a superset of its features, keeping both is confusing. Closes #4168.
* Add python3 dependency documentation and link it from python3 moduleAleksey Filippov2018-02-181-0/+4
| | | | Closes #3009
* make clickableShawn Landden2017-12-171-1/+1
|
* Wrapped and alphabetized the remaining modules.Jussi Pakkanen2017-08-211-4/+11
|
* docs: Import the website and wiki and build with hotdocThibault Saunier2017-04-261-0/+27
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.