Skip to content

Commit

Permalink
#3: Added sphinx apidoc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Oct 29, 2014
1 parent 2a60bfe commit dc536cb
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/ltp.checksum_generator.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ltp.checksum_generator module
=============================

.. automodule:: ltp.checksum_generator
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/ltp.fn_composers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ltp.fn_composers module
=======================

.. automodule:: ltp.fn_composers
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/ltp.mods_postprocessor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ltp.mods_postprocessor module
=============================

.. automodule:: ltp.mods_postprocessor
:members:
:undoc-members:
:show-inheritance:
22 changes: 22 additions & 0 deletions docs/api/ltp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ltp package
===========

Submodules
----------

.. toctree::

ltp.checksum_generator
ltp.fn_composers
ltp.mods_postprocessor
ltp.settings
ltp.structures
ltp.xslt_transformer

Module contents
---------------

.. automodule:: ltp
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/ltp.settings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ltp.settings module
===================

.. automodule:: ltp.settings
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/ltp.structures.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ltp.structures module
=====================

.. automodule:: ltp.structures
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/ltp.xslt_transformer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ltp.xslt_transformer module
===========================

.. automodule:: ltp.xslt_transformer
:members:
:undoc-members:
:show-inheritance:

0 comments on commit dc536cb

Please sign in to comment.