From 118c02c2730aaac2d10c2b9847339f6ffc83223f Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Tue, 2 Jun 2020 22:49:22 +0200 Subject: Working on lab 1. --- docs/conf.py | 6 ++++++ docs/index.rst | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 docs/conf.py create mode 100644 docs/index.rst (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..a0eba8b --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,6 @@ +"""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 new file mode 100644 index 0000000..bef49c6 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +The Text Recognizer Project +============================== + +TBC + + +Installation +------------ + + +TBC + + +run this command in your terminal: + +.. code-block:: console + + $ pip install text-recognizer + + +Usage +----- -- cgit v1.2.3-70-g09d2