Skip to content

Commit

Permalink
Moves functional programming docs to separate file.
Browse files Browse the repository at this point in the history
Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
  • Loading branch information
gorakhargosh committed Jul 18, 2011
1 parent df2b4b5 commit 97bb49a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
19 changes: 19 additions & 0 deletions docs/source/api/functional.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. include:: ../global.rst.inc

.. api_general:
=======================
Functional Programmming
=======================

`mom.functional`
================
.. automodule:: mom.functional

`mom.itertools`
===============
.. automodule:: mom.itertools


.. toctree::
:maxdepth: 2
8 changes: 0 additions & 8 deletions docs/source/api/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,5 @@ Type detection, encoding, and conversion
================
.. automodule:: mom.decorators

`mom.functional`
================
.. automodule:: mom.functional

`mom.itertools`
===============
.. automodule:: mom.itertools

.. toctree::
:maxdepth: 2
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ API Documentation
.. toctree::
:maxdepth: 2

api/functional
api/general
api/security



Contribute
==========
Found a bug in or want a feature added to |project_name|?
Expand Down
1 change: 1 addition & 0 deletions requirements.pip
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pyasn1=>0.0.13
PyCrypto=>2.3

0 comments on commit 97bb49a

Please sign in to comment.