diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index a57cab8..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -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) diff --git a/docs/source/_static/.git-dont-delete b/docs/source/_static/.git-dont-delete deleted file mode 100644 index e69de29..0000000 diff --git a/docs/source/_templates/.git-dont-delete b/docs/source/_templates/.git-dont-delete deleted file mode 100644 index e69de29..0000000 diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst deleted file mode 100644 index bed14d3..0000000 --- a/docs/source/changelog.rst +++ /dev/null @@ -1,5 +0,0 @@ -********* -Changelog -********* - -.. include:: ../../CHANGELOG.rst diff --git a/docs/source/code-of-conduct.rst b/docs/source/code-of-conduct.rst deleted file mode 100644 index 3f04422..0000000 --- a/docs/source/code-of-conduct.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. _code-of-conduct: - -Code of Conduct -*************** - -.. include:: ../../CODE_OF_CONDUCT.rst diff --git a/docs/source/conf.py b/docs/source/conf.py deleted file mode 100644 index 5b610c8..0000000 --- a/docs/source/conf.py +++ /dev/null @@ -1,8 +0,0 @@ -author = 'decentral1se' -copyright = '2019, decentral1se' -html_static_path = ['_static'] -html_theme = 'sphinx_rtd_theme' -master_doc = 'index' -project = 'flask-calibrestekje' -templates_path = ['_templates'] -extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints'] diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst deleted file mode 100644 index 0c99a3e..0000000 --- a/docs/source/contribute.rst +++ /dev/null @@ -1,5 +0,0 @@ -********** -Contribute -********** - -.. include:: ../../CONTRIBUTING.rst diff --git a/docs/source/index.rst b/docs/source/index.rst deleted file mode 100644 index 3ae4cc1..0000000 --- a/docs/source/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. include:: ../../README.rst - :end-before: _documentation - -.. toctree:: - :maxdepth: 1 - :hidden: - - install - upgrade - contribute - changelog - code-of-conduct diff --git a/docs/source/install.rst b/docs/source/install.rst deleted file mode 100644 index 98f6764..0000000 --- a/docs/source/install.rst +++ /dev/null @@ -1,11 +0,0 @@ -************ -Installation -************ - -.. code-block:: bash - - $ pip install flask-calibrestekje - -.. note:: - - This tool only supports Python >= 3.6. diff --git a/docs/source/upgrade.rst b/docs/source/upgrade.rst deleted file mode 100644 index 2ed1238..0000000 --- a/docs/source/upgrade.rst +++ /dev/null @@ -1,7 +0,0 @@ -******* -Upgrade -******* - -.. code-block:: bash - - $ pip install --upgrade flask-calibrestekje