Skip to content

Commit

Permalink
Break apart autodoc secctions in indvidual pages (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Aug 1, 2018
1 parent 639cbbd commit 697ce04
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Source code repository hosted at `github.com/hvac/hvac`_.
Readme <readme>
usage
advanced_usage
source/hvac
source_reference
contributing
changelog

Expand Down
42 changes: 0 additions & 42 deletions docs/source/hvac.rst

This file was deleted.

7 changes: 7 additions & 0 deletions docs/source/hvac_adapters.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
hvac.adapters
=============

.. automodule:: hvac.adapters
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/hvac_aws_utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
hvac.aws\_utils
===============

.. automodule:: hvac.aws_utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/hvac_exceptions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
hvac.exceptions
===============

.. automodule:: hvac.exceptions
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/hvac_utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
hvac.utils
==========

.. automodule:: hvac.utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/hvac_v1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
hvac.v1
=======

.. automodule:: hvac.v1
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions docs/source_reference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Source Reference
================

.. toctree::
:maxdepth: 4

source/hvac_v1
source/hvac_utils
source/hvac_aws_utils
source/hvac_adapters
source/hvac_exceptions

0 comments on commit 697ce04

Please sign in to comment.