Skip to content

Commit fa33c8a

Browse files
authored
Update example_of_use.rst for better indexing
1 parent e8dfc35 commit fa33c8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/example_of_use.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for use in MCNP. It includes the methodology and rationale behind the process.
1616
.. _CAD simplification:
1717

1818
CAD simplification
19-
==================
19+
~~~~~~~~~~~~~~~~~~
2020

2121
The CAD model of the system should undergo a process of simplification. In this process,
2222
features that do not affect the radiation transport should be removed. The level of
@@ -26,15 +26,15 @@ by simpler surfaces like planes or cylinders.
2626
.. _Export as STEP:
2727

2828
Export as STEP
29-
==============
29+
~~~~~~~~~~~~~~
3030

3131
Once the CAD is simplified, it is exported as a STEP file to be used as input by
3232
GEOUNED.
3333

3434
.. _Conversion to CSG:
3535

3636
Conversion to CSG
37-
=================
37+
~~~~~~~~~~~~~~~~~
3838

3939
The below code is run in a Python environment with GEOUNED installed. In the comments
4040
of the code there is an explanation of the parameters used.
@@ -68,7 +68,7 @@ of the code there is an explanation of the parameters used.
6868
.. _Suspicious solids and debug:
6969

7070
Suspicious solids and debug
71-
===========================
71+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
7272

7373
Running the above code will generate a debug folder that contains each of the converted
7474
solids, both the original and the decomposed ones. Those bodies can be opened and
@@ -85,7 +85,7 @@ After applying any fix necessary and exporting to STEP, the conversion can be ru
8585
.. _Void check verification:
8686

8787
Void check verification
88-
=======================
88+
~~~~~~~~~~~~~~~~~~~~~~~
8989

9090
Once the conversion is finished, it is recommended to stocastically check the volume
9191
of the solids and to make some plots.

0 commit comments

Comments
 (0)