Merge pull request #157 from morrme/issue-152

add apidoc to .gitignore and remove from repo
This commit is contained in:
Joe Gordon 2017-06-02 09:59:47 -07:00 committed by GitHub
commit 2fa8395d76
4 changed files with 3 additions and 108 deletions

4
.gitignore vendored
View File

@ -42,5 +42,7 @@ env/
coverage.xml
.python-version
\#*\#
#Docs
docs/_build
docs/apidoc/pymemcache.test.rst
docs/apidoc/

View File

@ -1,7 +0,0 @@
pymemcache
==========
.. toctree::
:maxdepth: 4
pymemcache

View File

@ -1,46 +0,0 @@
pymemcache.client package
=========================
Submodules
----------
pymemcache.client.base module
-----------------------------
.. automodule:: pymemcache.client.base
:members:
:undoc-members:
:show-inheritance:
pymemcache.client.hash module
-----------------------------
.. automodule:: pymemcache.client.hash
:members:
:undoc-members:
:show-inheritance:
pymemcache.client.murmur3 module
--------------------------------
.. automodule:: pymemcache.client.murmur3
:members:
:undoc-members:
:show-inheritance:
pymemcache.client.rendezvous module
-----------------------------------
.. automodule:: pymemcache.client.rendezvous
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: pymemcache.client
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,54 +0,0 @@
pymemcache package
==================
Subpackages
-----------
.. toctree::
pymemcache.client
pymemcache.test
Submodules
----------
pymemcache.exceptions module
----------------------------
.. automodule:: pymemcache.exceptions
: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: