#17 Create a docs project and add documentation for all the HTTP endpoints in the API
Merged by ralph. Opened by jcline.
jcline/waiverdb add-docs  into  master

Download 17.patch

I wanted to get a lay of the land and see what the API was like, so I figured it would be helpful to document it along the way. This adds a Sphinx project and the API documentation is automatically generated with the httpdomain extension. Since none of the API endpoints had documentation, I wrote that as well.

This also adds a tox test environment that builds the docs with warnings treated as errors so malformed RST can't slip in.

2 new commits added

  • Add documentation for all the HTTP endpoints in the API
  • Start a Sphinx docs project

I think you need to describe the param here:

:param waiver_id: The waiver's id.

jclien, thanks for this documentation, :-)

2 new commits added

  • Add documentation for all the HTTP endpoints in the API
  • Start a Sphinx docs project

I added the missing parameter.

Pull-Request has been merged by ralph

Metadata