fixed Readme
This commit is contained in:
@@ -26,6 +26,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
|
cp README.md ./source/README.md
|
||||||
|
cp LICENSE ./source/LICENSE
|
||||||
|
cp Pictures ./source/Pictures
|
||||||
sphinx-apidoc -o source scraibe/
|
sphinx-apidoc -o source scraibe/
|
||||||
sphinx-build -M html source docs
|
sphinx-build -M html source docs
|
||||||
make html
|
make html
|
||||||
|
|||||||
+4
-7
@@ -1,22 +1,19 @@
|
|||||||
Welcome to ScrAIbe: Streamlined Conversation Recording with Automated Intelligence Based Environment's documentation!
|
Welcome to ScrAIbe: Streamlined Conversation Recording with Automated Intelligence Based Environment's documentation!
|
||||||
=====================================================================================================================
|
=====================================================================================================================
|
||||||
|
|
||||||
Readme File
|
|
||||||
===========
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. automodule:: scraibe
|
.. automodule:: scraibe
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
.. include:: ../README.md
|
../README.md
|
||||||
:parser: myst_parser.sphinx_
|
|
||||||
|
|
||||||
modules
|
modules
|
||||||
|
|
||||||
|
../LICENSE
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user