From 418a258d79f5ad4f0c877304d8f674eab95670ba Mon Sep 17 00:00:00 2001 From: Noe-Sanchez Date: Sun, 28 Jan 2024 03:53:31 -0600 Subject: [PATCH 1/2] Estructura avionica, quite los placeholders --- doc/avionica/avionica.rst | 8 +++++++- doc/avionica/kalman.rst | 4 ++++ doc/avionica/modulos.rst | 4 ++++ doc/avionica/srad.rst | 4 ++++ doc/conf.py | 22 +++------------------- doc/index.rst | 3 ++- 6 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 doc/avionica/kalman.rst create mode 100644 doc/avionica/modulos.rst create mode 100644 doc/avionica/srad.rst diff --git a/doc/avionica/avionica.rst b/doc/avionica/avionica.rst index e19afb5..2df5973 100644 --- a/doc/avionica/avionica.rst +++ b/doc/avionica/avionica.rst @@ -1,4 +1,10 @@ Avionica ========= -Aquí va la doc de avionica \ No newline at end of file +.. toctree:: + :maxdepth: 2 + + srad + modulos + kalman + \ No newline at end of file diff --git a/doc/avionica/kalman.rst b/doc/avionica/kalman.rst new file mode 100644 index 0000000..acb1d4c --- /dev/null +++ b/doc/avionica/kalman.rst @@ -0,0 +1,4 @@ +Filtro de Kalman +================ + +Como jala el kalman y asi @Danyy. \ No newline at end of file diff --git a/doc/avionica/modulos.rst b/doc/avionica/modulos.rst new file mode 100644 index 0000000..d861fcf --- /dev/null +++ b/doc/avionica/modulos.rst @@ -0,0 +1,4 @@ +Computadora de Modulos +====================== + +Que modulos usamos y asi. \ No newline at end of file diff --git a/doc/avionica/srad.rst b/doc/avionica/srad.rst new file mode 100644 index 0000000..72247d0 --- /dev/null +++ b/doc/avionica/srad.rst @@ -0,0 +1,4 @@ +Computadora Integrada (SRAD) +============================= + +Documentacion de la plaquita, pinout del samd21, y demas cositas. \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index 09da54e..8b23236 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,28 +1,12 @@ -# Configuration file for the Sphinx documentation builder. -# -# For the full list of built-in configuration values, see the documentation: -# https://www.sphinx-doc.org/en/master/usage/configuration.html - -# -- Project information ----------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information - -project = 'Example' -copyright = 'workshop participant' -author = 'workshop participant' +project = 'Documentacion MRL' +copyright = 'MRL' +author = 'Noe Sanchez' release = '0.1' - -# -- General configuration --------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration - extensions = ['myst_parser', 'sphinx_rtd_theme',] templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -# -- Options for HTML output ------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output - html_theme = "sphinx_rtd_theme" html_static_path = [] diff --git a/doc/index.rst b/doc/index.rst index 5889dfa..3c8e97e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,9 +1,10 @@ Documentación MRL =================================== +MRL es una iniciativa mexicana conformada por estudiantes dedicada al desarrollo de cohetes, misiones integrales, componentes de cohetería y tecnologías de propulsión. + .. toctree:: :maxdepth: 2 - :caption: Indice: avionica/avionica aeroestructuras/aeroestructuras From 5f91572a3e4d5260d1772b488c280358213c9715 Mon Sep 17 00:00:00 2001 From: Noe-Sanchez Date: Sun, 28 Jan 2024 03:53:31 -0600 Subject: [PATCH 2/2] Estructura avionica, quite los placeholders --- doc/avionica/avionica.rst | 8 +++++++- doc/avionica/kalman.rst | 4 ++++ doc/avionica/modulos.rst | 4 ++++ doc/avionica/srad.rst | 4 ++++ doc/conf.py | 22 +++------------------- doc/index.rst | 3 ++- 6 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 doc/avionica/kalman.rst create mode 100644 doc/avionica/modulos.rst create mode 100644 doc/avionica/srad.rst diff --git a/doc/avionica/avionica.rst b/doc/avionica/avionica.rst index e19afb5..2df5973 100644 --- a/doc/avionica/avionica.rst +++ b/doc/avionica/avionica.rst @@ -1,4 +1,10 @@ Avionica ========= -Aquí va la doc de avionica \ No newline at end of file +.. toctree:: + :maxdepth: 2 + + srad + modulos + kalman + \ No newline at end of file diff --git a/doc/avionica/kalman.rst b/doc/avionica/kalman.rst new file mode 100644 index 0000000..acb1d4c --- /dev/null +++ b/doc/avionica/kalman.rst @@ -0,0 +1,4 @@ +Filtro de Kalman +================ + +Como jala el kalman y asi @Danyy. \ No newline at end of file diff --git a/doc/avionica/modulos.rst b/doc/avionica/modulos.rst new file mode 100644 index 0000000..d861fcf --- /dev/null +++ b/doc/avionica/modulos.rst @@ -0,0 +1,4 @@ +Computadora de Modulos +====================== + +Que modulos usamos y asi. \ No newline at end of file diff --git a/doc/avionica/srad.rst b/doc/avionica/srad.rst new file mode 100644 index 0000000..72247d0 --- /dev/null +++ b/doc/avionica/srad.rst @@ -0,0 +1,4 @@ +Computadora Integrada (SRAD) +============================= + +Documentacion de la plaquita, pinout del samd21, y demas cositas. \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index 09da54e..8b23236 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,28 +1,12 @@ -# Configuration file for the Sphinx documentation builder. -# -# For the full list of built-in configuration values, see the documentation: -# https://www.sphinx-doc.org/en/master/usage/configuration.html - -# -- Project information ----------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information - -project = 'Example' -copyright = 'workshop participant' -author = 'workshop participant' +project = 'Documentacion MRL' +copyright = 'MRL' +author = 'Noe Sanchez' release = '0.1' - -# -- General configuration --------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration - extensions = ['myst_parser', 'sphinx_rtd_theme',] templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -# -- Options for HTML output ------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output - html_theme = "sphinx_rtd_theme" html_static_path = [] diff --git a/doc/index.rst b/doc/index.rst index 5889dfa..3c8e97e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,9 +1,10 @@ Documentación MRL =================================== +MRL es una iniciativa mexicana conformada por estudiantes dedicada al desarrollo de cohetes, misiones integrales, componentes de cohetería y tecnologías de propulsión. + .. toctree:: :maxdepth: 2 - :caption: Indice: avionica/avionica aeroestructuras/aeroestructuras