Skip to content

Commit 9aa050b

Browse files
Merge pull request #319 from RocketPy-Team/maint/convert_pdfs_to_rst
DOCS: convert pdf files to rst and add them to docs
2 parents abcbdcb + 64c99a0 commit 9aa050b

16 files changed

Lines changed: 1804 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"sphinx.ext.autodoc",
3737
"sphinx.ext.napoleon",
3838
"sphinx.ext.viewcode",
39+
"sphinx.ext.mathjax",
3940
"nbsphinx",
4041
"m2r2",
4142
]

docs/development/rocketpy_as_developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ After having the trigger functions defined, the parachute must be added to the r
224224
)
225225
226226
Simulating the flight
227-
--------------------
227+
---------------------
228228

229229
Finally, the flight can be simulated with the provided data.
230230
The rocket and environment classes are supplied as inputs, as well as the rail inclination and heading angle.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
User Guide <user/index>
1111
Code Reference <reference/index>
1212
Development <development/index>
13+
Technical <technical/index>
1314

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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nbsphinx>=0.8.0
2-
pydata-sphinx-theme==0.6.3
2+
pydata-sphinx-theme==0.13.3
33
m2r2>=0.2.1

0 commit comments

Comments
 (0)