Skip to content

Commit 5715411

Browse files
author
rchevrier
committed
Include L3_LR_SSH documentation
1 parent 135dfee commit 5715411

5 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "docs/SWOT-Hydrology"]
55
path = docs/SWOT-Hydrology
66
url = https://github.com/SWOT-community/SWOT-Hydrology
7+
[submodule "docs/l3_lr_ssh"]
8+
path = docs/l3_lr_ssh
9+
url = https://github.com/robin-cls/SWOT_l3_lr_ssh_doc.git

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'nbsphinx',
1919
'sphinx.ext.mathjax',
2020
# 'sphinx_gallery.gen_gallery',
21+
'sphinx_tabs.tabs',
2122
]
2223

2324
# -- Extension configuration -------------------------------------------------

docs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Welcome to SWOT Gallery's documentation!
2323
cnes
2424
hydrology/hydrology
2525

26+
.. toctree::
27+
:caption: Products
28+
:maxdepth: 1
29+
30+
l3_lr_ssh/index
31+
2632
Indices and tables
2733
==================
2834

docs/l3_lr_ssh

Submodule l3_lr_ssh added at 6f76eee

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ numpy
22
nbsphinx
33
sphinx>=6,<8
44
sphinx-gallery
5+
sphinx-tabs
56
markupsafe==2.0.1
67
jinja2==3.1
78
pandoc

0 commit comments

Comments
 (0)