Skip to content

Commit

Permalink
fix(docs): use proper links
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Oct 24, 2016
1 parent 1b350db commit 385b3dc
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
46 changes: 23 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,29 @@ API
.. _paco.each: http://paco.readthedocs.io/en/latest/api.html#paco.each
.. _paco.some: http://paco.readthedocs.io/en/latest/api.html#paco.some
.. _paco.race: http://paco.readthedocs.io/en/latest/api.html#paco.race
.. _paco.once: http://paco.readthedocs.io/en/latest/api.html#pacoonce
.. _paco.wait: http://paco.readthedocs.io/en/latest/api.html#pacowait
.. _paco.wraps: http://paco.readthedocs.io/en/latest/api.html#pacowraps
.. _paco.defer: http://paco.readthedocs.io/en/latest/api.html#pacodefer
.. _paco.apply: http://paco.readthedocs.io/en/latest/api.html#pacoapply
.. _paco.every: http://paco.readthedocs.io/en/latest/api.html#pacoevery
.. _paco.until: http://paco.readthedocs.io/en/latest/api.html#pacountil
.. _paco.times: http://paco.readthedocs.io/en/latest/api.html#pacotimes
.. _paco.series: http://paco.readthedocs.io/en/latest/api.html#pacosearies
.. _paco.gather: http://paco.readthedocs.io/en/latest/api.html#pacogather
.. _paco.repeat: http://paco.readthedocs.io/en/latest/api.html#pacorepeat
.. _paco.reduce: http://paco.readthedocs.io/en/latest/api.html#pacoreduce
.. _paco.filter: http://paco.readthedocs.io/en/latest/api.html#pacofilter
.. _paco.whilst: http://paco.readthedocs.io/en/latest/api.html#pacowhilst
.. _paco.partial: http://paco.readthedocs.io/en/latest/api.html#pacopartial
.. _paco.timeout: http://paco.readthedocs.io/en/latest/api.html#pacotimeout
.. _paco.compose: http://paco.readthedocs.io/en/latest/api.html#pacocompose
.. _paco.throttle: http://paco.readthedocs.io/en/latest/api.html#pacothrottle
.. _paco.constant: http://paco.readthedocs.io/en/latest/api.html#pacoconstant
.. _paco.dropwhile: http://paco.readthedocs.io/en/latest/api.html#pacodropwhile
.. _paco.filterfalse: http://paco.readthedocs.io/en/latest/api.html#pacofilterfalse
.. _paco.concurrent: http://paco.readthedocs.io/en/latest/api.html#pacoconcurrent
.. _paco.ConcurrentExecutor: http://paco.readthedocs.io/en/latest/api.html#pacoConcurrentExecutor
.. _paco.once: http://paco.readthedocs.io/en/latest/api.html#paco.once
.. _paco.wait: http://paco.readthedocs.io/en/latest/api.html#paco.wait
.. _paco.wraps: http://paco.readthedocs.io/en/latest/api.html#paco.wraps
.. _paco.defer: http://paco.readthedocs.io/en/latest/api.html#paco.defer
.. _paco.apply: http://paco.readthedocs.io/en/latest/api.html#paco.apply
.. _paco.every: http://paco.readthedocs.io/en/latest/api.html#paco.every
.. _paco.until: http://paco.readthedocs.io/en/latest/api.html#paco.until
.. _paco.times: http://paco.readthedocs.io/en/latest/api.html#paco.times
.. _paco.series: http://paco.readthedocs.io/en/latest/api.html#paco.searies
.. _paco.gather: http://paco.readthedocs.io/en/latest/api.html#paco.gather
.. _paco.repeat: http://paco.readthedocs.io/en/latest/api.html#paco.repeat
.. _paco.reduce: http://paco.readthedocs.io/en/latest/api.html#paco.reduce
.. _paco.filter: http://paco.readthedocs.io/en/latest/api.html#paco.filter
.. _paco.whilst: http://paco.readthedocs.io/en/latest/api.html#paco.whilst
.. _paco.partial: http://paco.readthedocs.io/en/latest/api.html#paco.partial
.. _paco.timeout: http://paco.readthedocs.io/en/latest/api.html#paco.timeout
.. _paco.compose: http://paco.readthedocs.io/en/latest/api.html#paco.compose
.. _paco.throttle: http://paco.readthedocs.io/en/latest/api.html#paco.throttle
.. _paco.constant: http://paco.readthedocs.io/en/latest/api.html#paco.constant
.. _paco.dropwhile: http://paco.readthedocs.io/en/latest/api.html#paco.dropwhile
.. _paco.filterfalse: http://paco.readthedocs.io/en/latest/api.html#paco.filterfalse
.. _paco.concurrent: http://paco.readthedocs.io/en/latest/api.html#paco.concurrent
.. _paco.ConcurrentExecutor: http://paco.readthedocs.io/en/latest/api.html#paco.ConcurrentExecutor

Examples
^^^^^^^^
Expand Down
46 changes: 23 additions & 23 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ API documentation
paco.each <http://paco.readthedocs.io/en/latest/api.html#paco.each>
paco.some <http://paco.readthedocs.io/en/latest/api.html#paco.some>
paco.race <http://paco.readthedocs.io/en/latest/api.html#paco.race>
paco.once <http://paco.readthedocs.io/en/latest/api.html#pacoonce>
paco.wait <http://paco.readthedocs.io/en/latest/api.html#pacowait>
paco.wraps <http://paco.readthedocs.io/en/latest/api.html#pacowraps>
paco.defer <http://paco.readthedocs.io/en/latest/api.html#pacodefer>
paco.apply <http://paco.readthedocs.io/en/latest/api.html#pacoapply>
paco.every <http://paco.readthedocs.io/en/latest/api.html#pacoevery>
paco.until <http://paco.readthedocs.io/en/latest/api.html#pacountil>
paco.times <http://paco.readthedocs.io/en/latest/api.html#pacotimes>
paco.series <http://paco.readthedocs.io/en/latest/api.html#pacosearies>
paco.gather <http://paco.readthedocs.io/en/latest/api.html#pacogather>
paco.repeat <http://paco.readthedocs.io/en/latest/api.html#pacorepeat>
paco.reduce <http://paco.readthedocs.io/en/latest/api.html#pacoreduce>
paco.filter <http://paco.readthedocs.io/en/latest/api.html#pacofilter>
paco.whilst <http://paco.readthedocs.io/en/latest/api.html#pacowhilst>
paco.partial <http://paco.readthedocs.io/en/latest/api.html#pacopartial>
paco.timeout <http://paco.readthedocs.io/en/latest/api.html#pacotimeout>
paco.compose <http://paco.readthedocs.io/en/latest/api.html#pacocompose>
paco.throttle <http://paco.readthedocs.io/en/latest/api.html#pacothrottle>
paco.constant <http://paco.readthedocs.io/en/latest/api.html#pacoconstant>
paco.dropwhile <http://paco.readthedocs.io/en/latest/api.html#pacodropwhile>
paco.filterfalse <http://paco.readthedocs.io/en/latest/api.html#pacofilterfalse>
paco.concurrent <http://paco.readthedocs.io/en/latest/api.html#pacoconcurrent>
paco.ConcurrentExecutor <http://paco.readthedocs.io/en/latest/api.html#pacoConcurrentExecutor>
paco.once <http://paco.readthedocs.io/en/latest/api.html#paco.once>
paco.wait <http://paco.readthedocs.io/en/latest/api.html#paco.wait>
paco.wraps <http://paco.readthedocs.io/en/latest/api.html#paco.wraps>
paco.defer <http://paco.readthedocs.io/en/latest/api.html#paco.defer>
paco.apply <http://paco.readthedocs.io/en/latest/api.html#paco.apply>
paco.every <http://paco.readthedocs.io/en/latest/api.html#paco.every>
paco.until <http://paco.readthedocs.io/en/latest/api.html#paco.until>
paco.times <http://paco.readthedocs.io/en/latest/api.html#paco.times>
paco.series <http://paco.readthedocs.io/en/latest/api.html#paco.searies>
paco.gather <http://paco.readthedocs.io/en/latest/api.html#paco.gather>
paco.repeat <http://paco.readthedocs.io/en/latest/api.html#paco.repeat>
paco.reduce <http://paco.readthedocs.io/en/latest/api.html#paco.reduce>
paco.filter <http://paco.readthedocs.io/en/latest/api.html#paco.filter>
paco.whilst <http://paco.readthedocs.io/en/latest/api.html#paco.whilst>
paco.partial <http://paco.readthedocs.io/en/latest/api.html#paco.partial>
paco.timeout <http://paco.readthedocs.io/en/latest/api.html#paco.timeout>
paco.compose <http://paco.readthedocs.io/en/latest/api.html#paco.compose>
paco.throttle <http://paco.readthedocs.io/en/latest/api.html#paco.throttle>
paco.constant <http://paco.readthedocs.io/en/latest/api.html#paco.constant>
paco.dropwhile <http://paco.readthedocs.io/en/latest/api.html#paco.dropwhile>
paco.filterfalse <http://paco.readthedocs.io/en/latest/api.html#paco.filterfalse>
paco.concurrent <http://paco.readthedocs.io/en/latest/api.html#paco.concurrent>
paco.ConcurrentExecutor <http://paco.readthedocs.io/en/latest/api.html#paco.ConcurrentExecutor>

.. automodule:: paco
:members:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.1.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 385b3dc

Please sign in to comment.