]> git.ipfire.org Git - thirdparty/httpx.git/commit
First pass at autodoc support (#464)
authorTom Christie <tom@tomchristie.com>
Wed, 30 Oct 2019 15:21:39 +0000 (15:21 +0000)
committerFlorimond Manca <florimond.manca@gmail.com>
Wed, 30 Oct 2019 15:21:39 +0000 (16:21 +0100)
commit1ce3cc3269eb73d28a8371906baa80a70cdc8aba
treea9983f86d4d58b0cd7973818df773616ff0b294e
parente3140a0803e91f81c37c4dc3ee8896be111fd621
First pass at autodoc support (#464)

* First pass at autodoc support

* Add mkautodoc requirement for docs builds

* Linting

* pip install httpx when building docs, to make it available to mkautodoc

* Fix code example in docstring slightly

* Use latest mkautodoc to resolve rendering of code snippets in docstrings

* Fill in 'Helper functions' API docs

* First pass at documenting Client

* Add autodoc for Client

* Update to mkautodoc 0.1

* Fix typos
docs/api.md
docs/css/custom.css [new file with mode: 0644]
httpx/api.py
httpx/client.py
mkdocs.yml
noxfile.py