Skip to content

Commit

Permalink
Merge pull request #2 from MTY-RocketLab/patch/update_info
Browse files Browse the repository at this point in the history
Info update, placeholders
  • Loading branch information
Noe-Sanchez authored Jan 28, 2024
2 parents 242c6e3 + 6173522 commit e2f8fb4
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 85 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: documentation
name: Deploy documentation to GitHub Pages

on: [push, pull_request, workflow_dispatch]

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Documentation example
# Documentación General MRL

We use this example in the lesson
[How to document your research software](https://coderefinery.github.io/documentation/).
Hosteada en Github Pages, hecha con Sphinx y Read The Docs
4 changes: 4 additions & 0 deletions doc/aeroestructuras/aeroestructuras.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Aeroestructuras
===============

Aquí va la doc de aeroestructuras
51 changes: 0 additions & 51 deletions doc/another-feature.md

This file was deleted.

4 changes: 4 additions & 0 deletions doc/avionica/avionica.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Avionica
=========

Aquí va la doc de avionica
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['myst_parser']
extensions = ['myst_parser', 'sphinx_rtd_theme',]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand All @@ -24,5 +24,5 @@
# -- 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 = ['_static']
html_theme = "sphinx_rtd_theme"
html_static_path = []
15 changes: 6 additions & 9 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
.. Example documentation master file, created by
sphinx-quickstart on Sat Sep 23 20:35:12 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Example's documentation!
Documentación MRL
===================================

.. toctree::
:maxdepth: 2
:caption: Contents:
:caption: Indice:

some-feature.md
another-feature.md
avionica/avionica
aeroestructuras/aeroestructuras
propulsion/propulsion
payload/payload
7 changes: 4 additions & 3 deletions doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
:: if "%SPHINXBUILD%" == "" (
:: set SPHINXBUILD=sphinx-build
:: )

set SOURCEDIR=.
set BUILDDIR=_build

Expand Down
4 changes: 4 additions & 0 deletions doc/payload/payload.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Payload
========

Aquí va la doc de payload
4 changes: 4 additions & 0 deletions doc/propulsion/propulsion.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Propulsion
==========

Aquí va la doc de propulsion
14 changes: 0 additions & 14 deletions doc/some-feature.md

This file was deleted.

1 change: 0 additions & 1 deletion src/README.md

This file was deleted.

0 comments on commit e2f8fb4

Please sign in to comment.