You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing and writing to INP file: `PyMCNP/files/inp/example_00.inp`
21
+
Checking INP file: `example_00.inp`
22
+
Fixing and writing to INP file: `example_00.inp`
23
23
24
24
## Converting OUTP Files
25
25
26
26
```{eval-rst}
27
27
.. note::
28
-
This example requires `example_00.outp <https://github.com/FSIBT/PyMCNP/blob/master/files/outp/example_00.outp>`_.
28
+
This example requires `example_00.outp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_00.outp>`_.
29
29
```
30
30
31
31
Code:
@@ -44,7 +44,7 @@ Output:
44
44
45
45
```{eval-rst}
46
46
.. note::
47
-
This example requires `example_00.outp <https://github.com/FSIBT/PyMCNP/blob/master/files/outp/example_00.outp>`_.
47
+
This example requires `example_00.outp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_00.outp>`_.
48
48
```
49
49
50
50
Code:
@@ -68,7 +68,7 @@ Output:
68
68
69
69
```{eval-rst}
70
70
.. note::
71
-
This example requires `example_00.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_00.inp>`_, `example_01.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_01.inp>`_, and `example_02.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_02.inp>`_.
71
+
This example requires `example_00.inp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_00.inp>`_, `example_01.inp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_01.inp>`_, and `example_02.inp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_02.inp>`_.
72
72
```
73
73
74
74
Code:
@@ -97,7 +97,7 @@ Output:
97
97
98
98
```{eval-rst}
99
99
.. note::
100
-
This example requires `valid_29.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/valid_29.inp>`_.
100
+
This example requires `example_05.inp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_05.inp>`_.
101
101
```
102
102
103
103
Code:
@@ -109,16 +109,16 @@ Code:
109
109
110
110
Output:
111
111
112
-
Visualizing all surfaces from `PyMCNP/files/inp/valid_29.inp`.
113
-
Writing visualizations of all surfaces from `PyMCNP/files/inp/valid_29.inp` to `valid_29-surfaces.pdf`
112
+
Visualizing all surfaces from `example_05.inp`.
113
+
Writing visualizations of all surfaces from `example_05.inp` to `example_05-surfaces.pdf`
114
114
115
115

116
116
117
117
## Parameter Scan
118
118
119
119
```{eval-rst}
120
120
.. note::
121
-
This example requires `example_01.outp <https://github.com/FSIBT/PyMCNP/blob/master/files/outp/example_01.outp>`_ and `example_04.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_04.inp>`_.
121
+
This example requires `example_01.outp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_01.outp>`_ and `example_04.inp <https://github.com/FSIBT/PyMCNP/blob/master/examples/example_04.inp>`_.
0 commit comments