feat(Docs): prepare for sphinx-pages (#205)

* feat(Docs): prepare for sphinx-pages

* feat(CI): added sphinx workflow

* feat(Docs): added content

* fix(CI): use the patched GH action

* fix(CI): set source dir

* chore(Docs): reorder project structure

* chore(Docs): moved index.rst one level up?

* fix(Config): restore the config file, etc.

* fix(Docs): adjusted config
This commit is contained in:
Mark Aron Szulyovszky
2022-02-02 17:56:25 +01:00
committed by GitHub
parent 1f813f89e3
commit 62686393f5
15 changed files with 299 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
Basic Usage
==========
.. toctree::
:maxdepth: 2
installguide
+16
View File
@@ -0,0 +1,16 @@
Setup and Installation
======================
Install using pip
-----------------
This is a sub heading to install using pip
.. code-block:: python
pip install library
.. note::
This is a note. Add your note here