Skip to content

Commit

Permalink
feat(#26): add curry function in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 18, 2016
1 parent ff87bb6 commit 0e03343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -50,6 +50,7 @@ API
- paco.compose_
- paco.concurrent_
- paco.constant_
- paco.curry_
- paco.defer_
- paco.dropwhile_
- paco.each_
Expand Down Expand Up @@ -82,6 +83,7 @@ API
.. _paco.compose: http://paco.readthedocs.io/en/latest/api.html#paco.compose
.. _paco.concurrent: http://paco.readthedocs.io/en/latest/api.html#paco.concurrent
.. _paco.constant: http://paco.readthedocs.io/en/latest/api.html#paco.constant
.. _paco.curry: http://paco.readthedocs.io/en/latest/api.html#paco.curry
.. _paco.defer: http://paco.readthedocs.io/en/latest/api.html#paco.defer
.. _paco.dropwhile: http://paco.readthedocs.io/en/latest/api.html#paco.dropwhile
.. _paco.each: http://paco.readthedocs.io/en/latest/api.html#paco.each
Expand Down
1 change: 1 addition & 0 deletions docs/api.rst
Expand Up @@ -8,6 +8,7 @@ API documentation
paco.compose <http://paco.readthedocs.io/en/latest/api.html#paco.compose>
paco.concurrent <http://paco.readthedocs.io/en/latest/api.html#paco.concurrent>
paco.constant <http://paco.readthedocs.io/en/latest/api.html#paco.constant>
paco.curry <http://paco.readthedocs.io/en/latest/api.html#paco.curry>
paco.defer <http://paco.readthedocs.io/en/latest/api.html#paco.defer>
paco.dropwhile <http://paco.readthedocs.io/en/latest/api.html#paco.dropwhile>
paco.each <http://paco.readthedocs.io/en/latest/api.html#paco.each>
Expand Down

0 comments on commit 0e03343

Please sign in to comment.