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

[doc] Update paparazzicenter doc and add airframe doc. #3232

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sphinx==4.2
sphinx_rtd_theme==1.1.1
lxml
myst-parser

8 changes: 6 additions & 2 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,21 @@
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'myst_parser',
'modules_parser',
]

myst_enable_extensions = [
"colon_fence",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst']

# The encoding of source files.
#
Expand Down
9 changes: 0 additions & 9 deletions doc/sphinx/source/tutorials/beginner/airframe_setup.rst

This file was deleted.

9 changes: 0 additions & 9 deletions doc/sphinx/source/tutorials/beginner/flight_plan_setup.rst

This file was deleted.

9 changes: 0 additions & 9 deletions doc/sphinx/source/tutorials/beginner/gcs_setup.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/sphinx/source/tutorials/beginner/index_beginner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ TBD

.. toctree ::
use_joystick
gcs_setup
airframe_setup
add_drones
flight_plan_setup
testing_and_tuning
sensor_calibration


Expand Down
9 changes: 0 additions & 9 deletions doc/sphinx/source/tutorials/beginner/testing_and_tuning.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Intermediate
TBD

.. toctree ::
write_module
create_radio
create_joystick

9 changes: 0 additions & 9 deletions doc/sphinx/source/tutorials/intermediate/write_module.rst

This file was deleted.