Skip to content

Commit

Permalink
Merge d6d637d into 41998a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-B committed Jan 26, 2024
2 parents 41998a1 + d6d637d commit c52bcb8
Show file tree
Hide file tree
Showing 12 changed files with 354 additions and 70 deletions.
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.

0 comments on commit c52bcb8

Please sign in to comment.