Init the cooperative command-line interface
This commit is contained in:
12
docs/Makefile
Normal file
12
docs/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SOURCEDIR = source
|
||||
BUILDDIR = build
|
||||
|
||||
help:
|
||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
.PHONY: help Makefile
|
||||
|
||||
%: Makefile
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
0
docs/source/_static/.git-dont-delete
Normal file
0
docs/source/_static/.git-dont-delete
Normal file
0
docs/source/_templates/.git-dont-delete
Normal file
0
docs/source/_templates/.git-dont-delete
Normal file
5
docs/source/changelog.rst
Normal file
5
docs/source/changelog.rst
Normal file
@ -0,0 +1,5 @@
|
||||
*********
|
||||
Changelog
|
||||
*********
|
||||
|
||||
.. include:: ../../CHANGELOG.rst
|
6
docs/source/code-of-conduct.rst
Normal file
6
docs/source/code-of-conduct.rst
Normal file
@ -0,0 +1,6 @@
|
||||
.. _code-of-conduct:
|
||||
|
||||
Code of Conduct
|
||||
***************
|
||||
|
||||
.. include:: ../../CODE_OF_CONDUCT.rst
|
8
docs/source/conf.py
Normal file
8
docs/source/conf.py
Normal file
@ -0,0 +1,8 @@
|
||||
author = 'decentral1se'
|
||||
copyright = '2019, decentral1se'
|
||||
html_static_path = ['_static']
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
master_doc = 'index'
|
||||
project = 'autonomic'
|
||||
templates_path = ['_templates']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
|
5
docs/source/contribute.rst
Normal file
5
docs/source/contribute.rst
Normal file
@ -0,0 +1,5 @@
|
||||
**********
|
||||
Contribute
|
||||
**********
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
12
docs/source/index.rst
Normal file
12
docs/source/index.rst
Normal file
@ -0,0 +1,12 @@
|
||||
.. include:: ../../README.rst
|
||||
:end-before: _documentation
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
install
|
||||
upgrade
|
||||
contribute
|
||||
changelog
|
||||
code-of-conduct
|
11
docs/source/install.rst
Normal file
11
docs/source/install.rst
Normal file
@ -0,0 +1,11 @@
|
||||
************
|
||||
Installation
|
||||
************
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install autonomic
|
||||
|
||||
.. note::
|
||||
|
||||
This tool only supports Python >= 3.6.
|
7
docs/source/upgrade.rst
Normal file
7
docs/source/upgrade.rst
Normal file
@ -0,0 +1,7 @@
|
||||
*******
|
||||
Upgrade
|
||||
*******
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --upgrade autonomic
|
Reference in New Issue
Block a user