-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
71 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,54 @@ | ||
.. MUSICA documentation master file, created by | ||
sphinx-quickstart on Sun Mar 10 17:24:35 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
.. musica documentation HTML titles | ||
.. | ||
.. # (over and under) for module headings | ||
.. = for sections | ||
.. - for subsections | ||
.. ^ for subsubsections | ||
.. ~ for subsubsubsections | ||
.. " for paragraphs | ||
================================== | ||
Welcome to MUSICA's documentation! | ||
================================== | ||
|
||
.. grid:: 1 1 2 2 | ||
:gutter: 2 | ||
|
||
.. grid-item-card:: Getting started | ||
:img-top: _static/index_getting_started.svg | ||
:link: getting_started | ||
:link-type: doc | ||
|
||
Check out the getting started guide to build and install musica. | ||
|
||
.. grid-item-card:: User guide | ||
:img-top: _static/index_user_guide.svg | ||
:link: user_guide/index | ||
:link-type: doc | ||
|
||
.. grid-item-card:: API reference | ||
:img-top: _static/index_api.svg | ||
:link: api/index | ||
:link-type: doc | ||
|
||
.. grid-item-card:: Contributors guide | ||
:img-top: _static/index_contribute.svg | ||
:link: contributing/index | ||
:link-type: doc | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
|
||
.. getting_started | ||
.. user_guide/index | ||
.. api/index | ||
.. contributing/index | ||
.. citing_and_bibliography/index | ||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |