Skip to content

Commit

Permalink
Move the API docs into their own section
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgilmerproj committed Sep 28, 2016
1 parent 1512283 commit 0e85b0e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
30 changes: 30 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
API Docs
********

Model API
=========

.. toctree::
:maxdepth: 2

api/grains.rst
api/hops.rst
api/yeasts.rst
api/recipes.rst
api/parsers.rst
api/validators.rst


Utilities API Docs
==================

.. toctree::
:maxdepth: 2

api/utilities/abv.rst
api/utilities/color.rst
api/utilities/hops.rst
api/utilities/malt.rst
api/utilities/sugar.rst
api/utilities/temperature.rst
api/utilities/yeast.rst
29 changes: 1 addition & 28 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,13 @@ Tutorial

tutorial/features.rst

API Docs
========

.. toctree::
:maxdepth: 2

api/grains.rst
api/hops.rst
api/yeasts.rst
api/recipes.rst
api/parsers.rst
api/validators.rst


Utilities API Docs
==================

.. toctree::
:maxdepth: 2

api/utilities/abv.rst
api/utilities/color.rst
api/utilities/hops.rst
api/utilities/malt.rst
api/utilities/sugar.rst
api/utilities/temperature.rst
api/utilities/yeast.rst

Appendix
========

.. toctree::
:maxdepth: 2

api.rst
glossary.rst

Indices and tables
Expand Down

0 comments on commit 0e85b0e

Please sign in to comment.