copying to personal repo
This commit is contained in:
16
doc/numpydoc-0.5/numpydoc.egg-info/PKG-INFO
Normal file
16
doc/numpydoc-0.5/numpydoc.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,16 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: numpydoc
|
||||
Version: 0.5
|
||||
Summary: Sphinx extension to support docstrings in Numpy format
|
||||
Home-page: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
|
||||
Author: Pauli Virtanen and others
|
||||
Author-email: pav@iki.fi
|
||||
License: BSD
|
||||
Description: UNKNOWN
|
||||
Keywords: sphinx numpy
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Environment :: Plugins
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Topic :: Documentation
|
||||
Requires: sphinx (>= 1.0.1)
|
||||
23
doc/numpydoc-0.5/numpydoc.egg-info/SOURCES.txt
Normal file
23
doc/numpydoc-0.5/numpydoc.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
LICENSE.txt
|
||||
MANIFEST.in
|
||||
README.rst
|
||||
setup.py
|
||||
numpydoc/__init__.py
|
||||
numpydoc/comment_eater.py
|
||||
numpydoc/compiler_unparse.py
|
||||
numpydoc/docscrape.py
|
||||
numpydoc/docscrape_sphinx.py
|
||||
numpydoc/linkcode.py
|
||||
numpydoc/numpydoc.py
|
||||
numpydoc/phantom_import.py
|
||||
numpydoc/plot_directive.py
|
||||
numpydoc/traitsdoc.py
|
||||
numpydoc.egg-info/PKG-INFO
|
||||
numpydoc.egg-info/SOURCES.txt
|
||||
numpydoc.egg-info/dependency_links.txt
|
||||
numpydoc.egg-info/top_level.txt
|
||||
numpydoc/tests/test_docscrape.py
|
||||
numpydoc/tests/test_linkcode.py
|
||||
numpydoc/tests/test_phantom_import.py
|
||||
numpydoc/tests/test_plot_directive.py
|
||||
numpydoc/tests/test_traitsdoc.py
|
||||
1
doc/numpydoc-0.5/numpydoc.egg-info/dependency_links.txt
Normal file
1
doc/numpydoc-0.5/numpydoc.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
doc/numpydoc-0.5/numpydoc.egg-info/top_level.txt
Normal file
1
doc/numpydoc-0.5/numpydoc.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
numpydoc
|
||||
Reference in New Issue
Block a user