Skip to content

Commit 432c945

Browse files
committed
main index re-org
1 parent 7cae279 commit 432c945

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

docs/index.rst

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,32 @@ in astronomy.
77

88
.. toctree::
99
:maxdepth: 1
10+
:caption: Language-agnostic tutorials
11+
12+
tutorials/general/numerics.rst
13+
tutorials/general/vibe_coding.rst
14+
15+
.. toctree::
16+
:maxdepth: 2
1017
:caption: Python tutorials
1118

12-
Errors and exceptions in Python <tutorials/errors_exceptions_in_python.ipynb>
13-
Functions and classes in Python <tutorials/functions_classes_in_python.ipynb>
14-
Jumping into JAX <tutorials/JAX/index-JAX.rst>
15-
Profiling and accelerating Python code <tutorials/profiling_accelerating_python_code.ipynb>
16-
Using uv <tutorials/uv_tutorial_pointer.rst>
17-
Virtual environments in Python <tutorials/virtual_environments_python.rst>
19+
tutorials/python/basics/index.rst
20+
tutorials/python/envs/index.rst
21+
tutorials/python/accelerating/index.rst
22+
tutorials/python/jax/index.rst
1823

1924
.. toctree::
2025
:maxdepth: 1
2126
:caption: Julia tutorials
2227

23-
Julia crash course <tutorials/Julia_tutorial.ipynb>
28+
tutorials/julia/Julia_tutorial.ipynb
29+
30+
.. toctree::
31+
:maxdepth: 1
32+
:caption: Package-specific tutorials
33+
34+
tutorials/package-specific/korg.rst
35+
tutorials/package-specific/MeshoidTest.ipynb
2436

2537
.. toctree::
2638
:maxdepth: 1

0 commit comments

Comments
 (0)