Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ \section{What's next}
\textbf{Meshing and Inversions}:
\begin{itemize}
\item Meshing and Basis functions (local and global) with visualization

\item Geometry matrix (fast) computation
\end{itemize}

Expand Down Expand Up @@ -1070,7 +1070,7 @@ \section{What's next}
\textbf{Meshing and Inversions}:
\begin{itemize}
\item Meshing and Basis functions (local and global) with visualization

\item Geometry matrix (fast) computation and introspection plots
\item \textcolor{myblue}{Multiple Inversion-Regularization (linear and non-linear) and visualization
\item pre- and post-inversion tools}
Expand Down Expand Up @@ -1111,7 +1111,7 @@ \section{What's next}
\textbf{Meshing and Inversions}:
\begin{itemize}
\item Meshing and Basis functions (local and global) with visualization

\item Geometry matrix (fast) computation and introspection plots
\item Multiple Inversion-Regularization (linear and non-linear) and visualization
\item post-inversion analysis tools
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Contents
A guide to contributing to tofu <contributing.rst>
A list of all different device configurations available (ITER, WEST, JET, ...) <auto_examples/tutorials/tuto_plot_gallery_fusion_machines.rst>
Tutorials and examples <auto_examples/index.rst>
Using tofu from a bash terminal <tofu_from_bash.rst>

* How to create / handle a diagnostic geometry
- Visit the basic_ tutorial for getting started: create, plot and save
Expand Down
8 changes: 0 additions & 8 deletions doc/source/tofu.data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ tofu.data.\_def module
:undoc-members:
:show-inheritance:

tofu.data.\_physics module
--------------------------

.. automodule:: tofu.data._physics
:members:
:undoc-members:
:show-inheritance:

tofu.data.\_plot module
-----------------------

Expand Down
48 changes: 48 additions & 0 deletions doc/source/tofu.geom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ tofu.geom package
Submodules
----------

tofu.geom.\_GG.cpython\-36m\-darwin module
------------------------------------------

.. automodule:: tofu.geom._GG.cpython-36m-darwin
:members:
:undoc-members:
:show-inheritance:

tofu.geom.\_GG module
---------------------

Expand All @@ -17,6 +25,14 @@ tofu.geom.\_GG module
:undoc-members:
:show-inheritance:

tofu.geom.\_basic\_geom\_tools.cpython\-36m\-darwin module
----------------------------------------------------------

.. automodule:: tofu.geom._basic_geom_tools.cpython-36m-darwin
:members:
:undoc-members:
:show-inheritance:

tofu.geom.\_basic\_geom\_tools module
-------------------------------------

Expand Down Expand Up @@ -65,6 +81,14 @@ tofu.geom.\_def module
:undoc-members:
:show-inheritance:

tofu.geom.\_distance\_tools.cpython\-36m\-darwin module
-------------------------------------------------------

.. automodule:: tofu.geom._distance_tools.cpython-36m-darwin
:members:
:undoc-members:
:show-inheritance:

tofu.geom.\_distance\_tools module
----------------------------------

Expand All @@ -89,6 +113,14 @@ tofu.geom.\_plot\_optics module
:undoc-members:
:show-inheritance:

tofu.geom.\_raytracing\_tools.cpython\-36m\-darwin module
---------------------------------------------------------

.. automodule:: tofu.geom._raytracing_tools.cpython-36m-darwin
:members:
:undoc-members:
:show-inheritance:

tofu.geom.\_raytracing\_tools module
------------------------------------

Expand All @@ -97,6 +129,14 @@ tofu.geom.\_raytracing\_tools module
:undoc-members:
:show-inheritance:

tofu.geom.\_sampling\_tools.cpython\-36m\-darwin module
-------------------------------------------------------

.. automodule:: tofu.geom._sampling_tools.cpython-36m-darwin
:members:
:undoc-members:
:show-inheritance:

tofu.geom.\_sampling\_tools module
----------------------------------

Expand All @@ -105,6 +145,14 @@ tofu.geom.\_sampling\_tools module
:undoc-members:
:show-inheritance:

tofu.geom.\_vignetting\_tools.cpython\-36m\-darwin module
---------------------------------------------------------

.. automodule:: tofu.geom._vignetting_tools.cpython-36m-darwin
:members:
:undoc-members:
:show-inheritance:

tofu.geom.\_vignetting\_tools module
------------------------------------

Expand Down
10 changes: 10 additions & 0 deletions doc/source/tofu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,20 @@ Subpackages
tofu.dumpro
tofu.dust
tofu.geom
tofu.scripts
tofu.tests

Submodules
----------

tofu.\_physics module
---------------------

.. automodule:: tofu._physics
:members:
:undoc-members:
:show-inheritance:

tofu.\_plot module
------------------

Expand Down
35 changes: 35 additions & 0 deletions doc/source/tofu.scripts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
tofu.scripts package
====================

.. automodule:: tofu.scripts
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

tofu.scripts.tofucalc module
----------------------------

.. automodule:: tofu.scripts.tofucalc
:members:
:undoc-members:
:show-inheritance:

tofu.scripts.tofucustom module
------------------------------

.. automodule:: tofu.scripts.tofucustom
:members:
:undoc-members:
:show-inheritance:

tofu.scripts.tofuplot module
----------------------------

.. automodule:: tofu.scripts.tofuplot
:members:
:undoc-members:
:show-inheritance:

17 changes: 17 additions & 0 deletions doc/source/tofu.tests.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tofu.tests package
==================

.. automodule:: tofu.tests
:members:
:undoc-members:
:show-inheritance:

Subpackages
-----------

.. toctree::

tofu.tests.tests00_root
tofu.tests.tests01_geom
tofu.tests.tests02_data
tofu.tests.tests09_tutorials
19 changes: 19 additions & 0 deletions doc/source/tofu.tests.tests00_root.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
tofu.tests.tests00\_root package
================================

.. automodule:: tofu.tests.tests00_root
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

tofu.tests.tests00\_root.tests03\_plot module
---------------------------------------------

.. automodule:: tofu.tests.tests00_root.tests03_plot
:members:
:undoc-members:
:show-inheritance:

50 changes: 50 additions & 0 deletions doc/source/tofu.tests.tests01_geom.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
tofu.tests.tests01\_geom package
================================

.. automodule:: tofu.tests.tests01_geom
:members:
:undoc-members:
:show-inheritance:

Subpackages
-----------

.. toctree::

tofu.tests.tests01_geom.tests03_core_data

Submodules
----------

tofu.tests.tests01\_geom.test\_get\_sample module
-------------------------------------------------

.. automodule:: tofu.tests.tests01_geom.test_get_sample
:members:
:undoc-members:
:show-inheritance:

tofu.tests.tests01\_geom.tests01\_GG module
-------------------------------------------

.. automodule:: tofu.tests.tests01_geom.tests01_GG
:members:
:undoc-members:
:show-inheritance:

tofu.tests.tests01\_geom.tests02\_compute module
------------------------------------------------

.. automodule:: tofu.tests.tests01_geom.tests02_compute
:members:
:undoc-members:
:show-inheritance:

tofu.tests.tests01\_geom.tests03\_core module
---------------------------------------------

.. automodule:: tofu.tests.tests01_geom.tests03_core
:members:
:undoc-members:
:show-inheritance:

Loading