init
This commit is contained in:
commit
4cbe50253a
36 changed files with 4073 additions and 0 deletions
3
docs/byteb4rb1e-sphinxcontrib/authorship.rst
Normal file
3
docs/byteb4rb1e-sphinxcontrib/authorship.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
###################################
|
||||
byteb4rb1e_sphinxcontrib.authorship
|
||||
###################################
|
||||
46
docs/byteb4rb1e-sphinxcontrib/index.rst
Normal file
46
docs/byteb4rb1e-sphinxcontrib/index.rst
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
########################
|
||||
byteb4rbie-sphinxcontrib
|
||||
########################
|
||||
|
||||
A collection of general-purpose Sphinx extensions
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
via pip (PyPi)
|
||||
--------------
|
||||
|
||||
.. code-block::
|
||||
|
||||
$> python3 -m pip install byteb4rb1ie-sphinxcontrib
|
||||
|
||||
via pip (Git)
|
||||
-------------
|
||||
|
||||
.. code-block::
|
||||
|
||||
$> python3 -m pip git+https://bitbucket.org/byteb4rb1e/sphinxcontrib@master
|
||||
|
||||
via Git
|
||||
-------
|
||||
|
||||
.. code-block::
|
||||
|
||||
$> git clone https://bitbucket.org/byteb4rb1e/sphinxcontrib
|
||||
|
||||
with pipenv
|
||||
~~~~~~~~~~~
|
||||
|
||||
.. code-block::
|
||||
|
||||
$> sh ./configure --with-pipenv .pipenv
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
:caption: Sphinx Extensions
|
||||
|
||||
authorship
|
||||
svc_authorship
|
||||
svc
|
||||
3
docs/byteb4rb1e-sphinxcontrib/svc.rst
Normal file
3
docs/byteb4rb1e-sphinxcontrib/svc.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
############################
|
||||
byteb4rb1e_sphinxcontrib.svc
|
||||
############################
|
||||
3
docs/byteb4rb1e-sphinxcontrib/svc_authorship.rst
Normal file
3
docs/byteb4rb1e-sphinxcontrib/svc_authorship.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#######################################
|
||||
byteb4rb1e_sphinxcontrib.svc_authorship
|
||||
#######################################
|
||||
1
docs/conf.py
Normal file
1
docs/conf.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
html_theme = 'sphinxdoc'
|
||||
9
docs/index.rst
Normal file
9
docs/index.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#############
|
||||
Documentation
|
||||
#############
|
||||
|
||||
.. toctree::
|
||||
:caption: Python packages
|
||||
:maxdepth: 1
|
||||
|
||||
byteb4rb1e-sphinxcontrib/index
|
||||
Loading…
Add table
Add a link
Reference in a new issue