We now use Sphinx, not Apiary, to document REST APIs (#571)

This change happened a while ago, but I just noticed that we didn't update the README.md file in /docs.
This commit is contained in:
Troy McConaghy 2016-08-17 18:09:45 +02:00 committed by Sylvain Bellemare
parent d633d91ae5
commit dcb2b6bb39
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* For quick overview and help documents, feel free to create `README.md` or other `X.md` files, written using [GitHub-flavored Markdown](https://help.github.com/categories/writing-on-github/). Markdown files render nicely on GitHub. We might auto-convert some .md files into a format that can be included in the long-form documentation.
* We use [Sphinx](http://www.sphinx-doc.org/en/stable/) to generate the long-form documentation in various formats (e.g. HTML, PDF).
* We also use [Sphinx](http://www.sphinx-doc.org/en/stable/) to generate Python code documentation (from docstrings and possibly other sources).
* We will use [Apiary](https://apiary.io/) to document all REST APIs.
* We also use Sphinx to document all REST APIs, with the help of [the `httpdomain` extension](https://pythonhosted.org/sphinxcontrib-httpdomain/).
# How to Generate the HTML Version of the Long-Form Documentation