-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add system for building hidden future tutorials (#24)
- Loading branch information
Showing
8 changed files
with
77 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
::: {rst-class} break | ||
::: | ||
|
||
|
||
# Introduction to mechanics in AnyBody | ||
|
||
|
||
The individual windows will be explained in greater detail in the | ||
following lessons: | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
Lesson1 <lesson1> | ||
``` | ||
|
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,10 @@ | ||
::: {rst-class} break | ||
::: | ||
|
||
# Lesson 1: What is multibody dynamics | ||
|
||
hello world | ||
|
||
## Subsection 1 | ||
|
||
hello again |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
sd_hide_title: true | ||
--- | ||
:::::::::{if-builder} html | ||
|
||
# **Future Tutorials** | ||
|
||
|
||
```{rubric} Future tutorials | ||
:class: sd-fs-4 | ||
``` | ||
|
||
You can find the available tutorials in the sidebar. The tutorials are ordered in a suitable sequence for new users who are unfamiliar with AnyBody, but this sequence may not be optimal for you depending on your background and interests. | ||
|
||
|
||
{doc}`Introduction to mechanics </Introduction_to_mechanics/index>` | ||
: Shows the basics of AnyBody. | ||
|
||
|
||
::::::::: | ||
|
||
|
||
|
||
```{toctree} | ||
:caption: Future tutorials | ||
:includehidden: true | ||
:maxdepth: 2 | ||
:hidden: true | ||
:titlesonly: true | ||
Introduction_to_mechanics/index | ||
``` | ||
|
||
|
||
|
||
|
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 |
---|---|---|
|
@@ -143,9 +143,10 @@ GettingStarted | |
:maxdepth: 2 | ||
:hidden: | ||
:titlesonly: True | ||
:glob: | ||
Tutorials | ||
Tutorials* | ||
about | ||
``` | ||
|
||
|
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