This commit is contained in:
Rodney, Tiara 2025-05-17 20:22:48 +02:00 committed by Tiara Rodney
commit 4cbe50253a
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
36 changed files with 4073 additions and 0 deletions

View file

@ -0,0 +1,3 @@
###################################
byteb4rb1e_sphinxcontrib.authorship
###################################

View 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

View file

@ -0,0 +1,3 @@
############################
byteb4rb1e_sphinxcontrib.svc
############################

View file

@ -0,0 +1,3 @@
#######################################
byteb4rb1e_sphinxcontrib.svc_authorship
#######################################

1
docs/conf.py Normal file
View file

@ -0,0 +1 @@
html_theme = 'sphinxdoc'

9
docs/index.rst Normal file
View file

@ -0,0 +1,9 @@
#############
Documentation
#############
.. toctree::
:caption: Python packages
:maxdepth: 1
byteb4rb1e-sphinxcontrib/index