diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 6 | ||||
-rw-r--r-- | docs/index.rst | 22 |
2 files changed, 0 insertions, 28 deletions
diff --git a/docs/conf.py b/docs/conf.py deleted file mode 100644 index a0eba8b..0000000 --- a/docs/conf.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Sphinx configuration.""" - -project = "text-recognizer" -author = "Gustaf Rydholm" -extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_autodoc_typehints"] -html_static_path = ["_static"] diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index bef49c6..0000000 --- a/docs/index.rst +++ /dev/null @@ -1,22 +0,0 @@ -The Text Recognizer Project -============================== - -TBC - - -Installation ------------- - - -TBC - - -run this command in your terminal: - -.. code-block:: console - - $ pip install text-recognizer - - -Usage ------ |