-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
86cb47d
commit ec16589
Showing
3 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -5,10 +5,65 @@ Autosubmit API | |
############## | ||
|
||
|
||
.. raw:: html | ||
|
||
<div> | ||
<div class="row gap-4 mb-4 wrap gap-1"> | ||
<div class="col" style="min-width: min(400px, 100%)"> | ||
The <b>Autosubmit API</b> is an open-source Python web application that aims to monitor, analyze, and control workflows created and managed with the Autosubmit workflow manager | ||
</div> | ||
<div class="col d-flex flex-column justify-content-center p-1 bg-black text-white shadow" style="min-width: min(400px, 100%)"> | ||
<div class="px-2 py-1 font-monospace">$ pip install autosubmit_api</div> | ||
<div class="px-2 py-1 font-monospace">$ autosubmit_api start</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
/installation/index | ||
/configuration/index | ||
/usage/index | ||
/guides/index | ||
|
||
|
||
|
||
.. raw:: html | ||
|
||
<div class="mt-4"> | ||
<h4 class="text-center mb-4">More about Autosubmit ecosystem</h4> | ||
<div class="row gap-4 mb-4 wrap gap-1"> | ||
<div class="col pt-3 border rounded" style="min-width: 20rem;"> | ||
<a class="fs-4 fw-semibold" href="https://autosubmit.readthedocs.io/" target="_blank" rel="noreferrer" rel="noopener"> | ||
Autosubmit workflow manager | ||
</a> | ||
<p class="mt-2">An open source Python experiment and workflow manager used to manage complex workflows on Cloud and HPC platforms</p> | ||
</div> | ||
<div class="col pt-3 border rounded" style="min-width: 20rem;"> | ||
<a class="fs-4 fw-semibold" href="https://autosubmit-gui.readthedocs.io/" target="_blank" rel="noreferrer" rel="noopener"> | ||
Autosubmit GUI | ||
</a> | ||
<p class="mt-2">Graphical User Interface that aims to provide users with simplified information from the workflow execution of scientific experiments managed by Autosubmit</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
.. For more information about the **Autosubmit workflow manager**, please visit the `Autosubmit documentation <https://autosubmit.readthedocs.io/en/latest/>`_. | ||
Contact Us | ||
========== | ||
|
||
.. list-table:: | ||
:widths: 20 80 | ||
:header-rows: 0 | ||
:stub-columns: 1 | ||
|
||
* - GitHub | ||
- https://github.com/BSC-ES/autosubmit-api | ||
- [email protected] | ||
|