Initial commit
This commit is contained in:
commit
a3581f9aa9
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.idea
|
||||
.pyc
|
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
||||
#sphinx-py3-api
|
||||
|
||||
##Installation
|
||||
`pip install https://github.com/jar3b/sphinx-py3-api/zipball/master`
|
||||
##Version
|
||||
- Sphinx: 2.2.10
|
||||
- Api: sphinxapi.py 4885 2015-01-20 07:02:07Z deogar
|
12
setup.py
Normal file
12
setup.py
Normal file
@ -0,0 +1,12 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='sphinx-py3-api',
|
||||
version='0.0.1',
|
||||
packages=['sphinxapi'],
|
||||
url='https://github.com/jar3b/sphinx-py3-api',
|
||||
license='MIT',
|
||||
author='Sphinx Technologies Inc.',
|
||||
author_email='',
|
||||
description='Sphinxapi for python ported to py3'
|
||||
)
|
1211
sphinxapi/__init__.py
Normal file
1211
sphinxapi/__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user