-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 changed file
with
34 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. _interactive: | ||
|
||
********************* | ||
Interactive Tutorials | ||
********************* | ||
|
||
The following table provides a list of interactive tutorials | ||
and their corresponding links that allow users to get a hands-on | ||
experience on zenopy and its features on public cloud resources. | ||
|
||
|
||
.. list-table:: **List of interactive tutorials** | ||
:widths: 50 50 | ||
:header-rows: 1 | ||
:align: center | ||
|
||
* - Title | ||
- Link badge | ||
* - Quick start | ||
- |quick_start| | ||
* - How to search through and retrieve public records? | ||
- |howto_records| | ||
|
||
|
||
.. Badge(s) | ||
.. |quick_start| image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/MolSSI/zenopy/main?labpath=docs%2Fnotebooks%2Fquick-start.ipynb | ||
:alt: quick_start Binder | ||
:width: 100 | ||
|
||
.. |howto_records| image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/MolSSI/zenopy/main?labpath=docs%2Fnotebooks%2Fhowto_records.ipynb | ||
:alt: howto_record Binder | ||
:width: 100 |