Skip to content

Commit d30d284

Browse files
committed
tidied up header
1 parent cdb37ac commit d30d284

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

source/examples.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
Examples
2-
--------
2+
========
33

44
Several examples are provided for RAT in both Python and MATLAB:
55

6+
7+
Matlab
8+
------
9+
610
.. toctree::
711
:maxdepth: 3
812

913
matlab_examples/index
14+
15+
Python
16+
------
17+
18+
.. toctree::
19+
:maxdepth: 3
20+
1021
python_examples/index

source/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,4 @@ RAT contains a number of improvements over legacy RasCAL, including:
8080
install
8181
guide
8282
examples
83-
reference/matlab/index
84-
reference/python/index
85-
83+
reference/index

source/reference/index.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
API Reference
2+
=============
3+
4+
This section of the documentation contains API reference information for the
5+
Python and MATLAB versions of RAT.
6+
7+
MATLAB Reference
8+
----------------
9+
10+
.. toctree::
11+
:maxdepth: 3
12+
13+
matlab/index
14+
15+
16+
Python Reference
17+
----------------
18+
19+
.. toctree::
20+
:maxdepth: 3
21+
22+
python/index
23+
24+

0 commit comments

Comments
 (0)