This commit is contained in:
ge
2023-04-13 23:56:23 +03:00
commit cb0e71136c
9 changed files with 510 additions and 0 deletions

View File

@ -0,0 +1,8 @@
div.sphinxsidebar {
word-wrap: unset;
overflow-wrap: unset;
width: 300px;
}
div.bodywrapper {
margin: 0 0 0 300px;
}

6
source/conf.py Normal file
View File

@ -0,0 +1,6 @@
project = 'twc-cli'
author = 'ge'
extensions = ["sphinx_click"]
html_theme = "nature"
html_static_path = ["_static"]
html_css_files = ["custom.css"]

17
source/index.rst Normal file
View File

@ -0,0 +1,17 @@
twc-cli Refference
==================
This is full commands refference for `TWC CLI <https://pypi.org/project/twc-cli/>`_.
* :ref:`search`
.. toctree::
:maxdepth: 2
:caption: Contents:
Commands
========
.. click:: twc.__main__:cli
:prog: twc
:nested: full