|
123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .. learnware documentation master file, created by
- sphinx-quickstart on Tue Mar 28 22:06:47 2023.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
- ============================================================
- ``Learnware`` Documentation
- ============================================================
-
- ``Learnware`` is ...
-
- .. _user_guide:
-
- Document Structure
- ====================
-
- .. toctree::
- :hidden:
-
- Home <self>
-
- .. toctree::
- :maxdepth: 3
- :caption: GETTING STARTED:
-
- Introduction <start/intro.rst>
- Quick Start <start/quick.rst>
- Installation Guide <start/install.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: COMPONENTS:
-
- Market <components/market.rst>
- Learnware <components/learnware.rst>
- Specification <components/spec.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: REFERENCES:
-
- API <references/api.rst>
|