Split docs into subpkgs (fixes #969)

This commit is contained in:
Jakub Warmuz
2015-10-21 17:06:36 -07:00
committed by Peter Eckersley
parent 946ee63238
commit f922b9b694
26 changed files with 93 additions and 39 deletions
+8
View File
@@ -0,0 +1,8 @@
=================
API Documentation
=================
.. toctree::
:glob:
api/**
+11
View File
@@ -0,0 +1,11 @@
:mod:`letshelp_letsencrypt`
---------------------------
.. automodule:: letshelp_letsencrypt
:members:
:mod:`letshelp_letsencrypt.apache`
==================================
.. automodule:: letshelp_letsencrypt.apache
:members:
+4 -1
View File
@@ -16,10 +16,13 @@ import sys
import os
import shlex
here = os.path.abspath(os.path.dirname(__file__))
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath(os.path.join(here, '..')))
# -- General configuration ------------------------------------------------
+5
View File
@@ -12,6 +12,11 @@ Contents:
:maxdepth: 2
.. toctree::
:maxdepth: 1
api
Indices and tables
==================