summaryrefslogtreecommitdiff
path: root/docs/markdown/Python-module.md
AgeCommit message (Collapse)Author
2019-03-09docs: document that the .path() method for Python is new in 0.50 [skip ci]Dylan Baker
Since this method was not included in 0.46-00.49 we should document that.
2019-01-09Fix links to reference manualAlex Băluț
2018-11-04Update Python-module.mdLuca Weiss
Fix link to the disabler object
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens
When dependency(), find_library(), find_program(), or python.find_installation() return a not-found object and disabler is true, they return a Disabler object instead.
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens
Closes: #4165.
2018-04-22Python module: update documentation for new APIMathieu Duponchelle
2018-04-09[fixup]: write documentationMathieu Duponchelle