diff --git a/README.rst b/README.rst index ad8e7f9..f413798 100755 --- a/README.rst +++ b/README.rst @@ -50,6 +50,7 @@ API - paco.compose_ - paco.concurrent_ - paco.constant_ +- paco.curry_ - paco.defer_ - paco.dropwhile_ - paco.each_ @@ -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 diff --git a/docs/api.rst b/docs/api.rst index e47bab5..25c85f5 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -8,6 +8,7 @@ API documentation paco.compose paco.concurrent paco.constant + paco.curry paco.defer paco.dropwhile paco.each