Remove documentation

This commit is contained in:
Luke Murphy 2020-03-01 01:42:30 +00:00
parent 054bf7bc9c
commit 4295117fc8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
10 changed files with 0 additions and 66 deletions

View File

@ -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)

View File

@ -1,5 +0,0 @@
*********
Changelog
*********
.. include:: ../../CHANGELOG.rst

View File

@ -1,6 +0,0 @@
.. _code-of-conduct:
Code of Conduct
***************
.. include:: ../../CODE_OF_CONDUCT.rst

View File

@ -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']

View File

@ -1,5 +0,0 @@
**********
Contribute
**********
.. include:: ../../CONTRIBUTING.rst

View File

@ -1,12 +0,0 @@
.. include:: ../../README.rst
:end-before: _documentation
.. toctree::
:maxdepth: 1
:hidden:
install
upgrade
contribute
changelog
code-of-conduct

View File

@ -1,11 +0,0 @@
************
Installation
************
.. code-block:: bash
$ pip install flask-calibrestekje
.. note::
This tool only supports Python >= 3.6.

View File

@ -1,7 +0,0 @@
*******
Upgrade
*******
.. code-block:: bash
$ pip install --upgrade flask-calibrestekje