You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 2.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .. learnware documentation master file, created by
  2. sphinx-quickstart on Tue Mar 28 22:06:47 2023.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. ============================================================
  6. ``Learnware`` Documentation
  7. ============================================================
  8. The ``learnware`` package provides a fundamental implementation of the central concepts and procedures and encompasses all processes within the *learnware paradigm*,
  9. including the submitting, usability testing, organization, identification, deployment and reuse of learnwares.
  10. Its well-structured design ensures high scalability and facilitates the seamless integration of additional features and techniques in the future.
  11. In addition, the ``learnware`` package serves as the core engine for the `Beimingwu System <https://bmwu.cloud>`_, which supports the computational and algorithmic aspects of ``Beimingwu``
  12. and offers rich algorithmic interfaces for learnware-related tasks and research experiments.
  13. .. _user_guide:
  14. Document Structure
  15. ====================
  16. .. toctree::
  17. :hidden:
  18. Home <self>
  19. .. toctree::
  20. :maxdepth: 3
  21. :caption: GETTING STARTED:
  22. Introduction <start/intro.rst>
  23. Quick Start <start/quick.rst>
  24. Installation <start/install.rst>
  25. Experiments and Examples <start/exp.rst>
  26. .. toctree::
  27. :maxdepth: 3
  28. :caption: WORKFLOWS:
  29. Learnware Preparation and Uploading <workflows/upload.rst>
  30. Learnware Search <workflows/search.rst>
  31. Learnware Reuse <workflows/reuse.rst>
  32. Learnware Client <workflows/client.rst>
  33. .. toctree::
  34. :maxdepth: 3
  35. :caption: COMPONENTS:
  36. Market <components/market.rst>
  37. Learnware & Reuser <components/learnware.rst>
  38. Specification <components/spec.rst>
  39. Model & Container <components/model.rst>
  40. .. toctree::
  41. :maxdepth: 3
  42. :caption: ADVANCED TOPICS:
  43. Anchor Learnware <advanced/anchor.rst>
  44. Evolvable Specification <advanced/evolve.rst>
  45. .. toctree::
  46. :maxdepth: 3
  47. :caption: REFERENCES:
  48. API <references/api.rst>
  49. Beimingwu System <references/beimingwu.rst>
  50. FAQ <references/FAQ.rst>
  51. .. toctree::
  52. :maxdepth: 3
  53. :caption: ABOUTS:
  54. For Developer <about/dev.rst>
  55. Changelog <about/changelog.rst>
  56. About us <about/about.rst>