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