Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: convert pdf files to rst and add them to docs #319

Merged
merged 14 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx.ext.mathjax",
"nbsphinx",
"m2r2",
]
Expand Down
2 changes: 1 addition & 1 deletion docs/development/rocketpy_as_developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ After having the trigger functions defined, the parachute must be added to the r
)

Simulating the flight
--------------------
---------------------

Finally, the flight can be simulated with the provided data.
The rocket and environment classes are supplied as inputs, as well as the rail inclination and heading angle.
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
User Guide <user/index>
Code Reference <reference/index>
Development <development/index>
Technical <technical/index>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nbsphinx>=0.8.0
pydata-sphinx-theme==0.6.3
pydata-sphinx-theme==0.13.3
m2r2>=0.2.1
Loading