Include apidocs for rtd
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -34,4 +34,3 @@ pip-log.txt
|
|||||||
|
|
||||||
.pypirc
|
.pypirc
|
||||||
docs/_build
|
docs/_build
|
||||||
docs/apidoc
|
|
||||||
|
|||||||
7
docs/apidoc/modules.rst
Normal file
7
docs/apidoc/modules.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
pymemcache
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 4
|
||||||
|
|
||||||
|
pymemcache
|
||||||
53
docs/apidoc/pymemcache.rst
Normal file
53
docs/apidoc/pymemcache.rst
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
pymemcache package
|
||||||
|
==================
|
||||||
|
|
||||||
|
Subpackages
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
pymemcache.test
|
||||||
|
|
||||||
|
Submodules
|
||||||
|
----------
|
||||||
|
|
||||||
|
pymemcache.client module
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.client
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.fallback module
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.fallback
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.pool module
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.pool
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.serde module
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.serde
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
|
Module contents
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
54
docs/apidoc/pymemcache.test.rst
Normal file
54
docs/apidoc/pymemcache.test.rst
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
pymemcache.test package
|
||||||
|
=======================
|
||||||
|
|
||||||
|
Submodules
|
||||||
|
----------
|
||||||
|
|
||||||
|
pymemcache.test.benchmark module
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.test.benchmark
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.test.integration module
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.test.integration
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.test.test_client module
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.test.test_client
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.test.test_utils module
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.test.test_utils
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
pymemcache.test.utils module
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.test.utils
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
|
Module contents
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: pymemcache.test
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
Reference in New Issue
Block a user