Skip to content

Commit 6f48b07

Browse files
Merge pull request #386 from RocketPy-Team/doc/improve-docs-before-v1
DOC: improve docs before v1
2 parents c888507 + 40c3e86 commit 6f48b07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2059
-2796
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"logo_link": "index",
7979
"github_url": "https://github.com/RocketPy-Team/RocketPy",
8080
"collapse_navigation": True,
81-
"show_toc_level": 3,
81+
"show_toc_level": 4,
82+
"show_nav_level": 4,
8283
}
8384

8485
html_sidebars = {

docs/examples/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Flights simulated with RocketPy
2+
===============================
3+
4+
Apart from the classical Calisto rocket, which is many times used as a
5+
reference in the getting started tutorial, RocketPy also includes some very
6+
interesting examples of real rockets.
7+
8+
If you want to see your rocket here, please contact the maintainers!
9+
10+
.. toctree::
11+
:maxdepth: 2
12+
:caption: Contents:
13+
14+
../notebooks/SEBLM.ipynb
15+

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
contain the root `toctree` directive.
55
66
.. toctree::
7-
:maxdepth: 2
7+
:maxdepth: 4
88
:hidden:
99

1010
User Guide <user/index>
1111
Code Reference <reference/index>
1212
Development <development/index>
1313
Technical <technical/index>
14+
Flight Examples <examples/index>
1415

1516
.. _`RocketPy`: https://www.linkedin.com/company/75016723
1617

docs/notebooks/deployable_payload_example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cell_type": "markdown",
66
"metadata": {},
77
"source": [
8-
"# Deployable Payload Flight Simulation Example"
8+
"# Deployable Payload"
99
]
1010
},
1111
{
@@ -37,8 +37,8 @@
3737
"metadata": {},
3838
"outputs": [],
3939
"source": [
40-
"!pip install rocketpy netCDF4\n",
41-
"!git clone https://github.com/RocketPy-Team/RocketPy.git"
40+
"%pip install rocketpy netCDF4\n",
41+
"%git clone https://github.com/RocketPy-Team/RocketPy.git"
4242
]
4343
},
4444
{

0 commit comments

Comments
 (0)