init
This commit is contained in:
8
source/_static/custom.css
Normal file
8
source/_static/custom.css
Normal 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
6
source/conf.py
Normal 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
17
source/index.rst
Normal 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
|
Reference in New Issue
Block a user