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
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ pip install montepy
24
24
```
25
25
26
26
For more complicated setups
27
-
see the [Installing section in the user guide](https://www.montepy.org/starting.html#installing).
27
+
see the [Installing section in the user guide](https://www.montepy.org/en/stable/starting.html#installing).
28
28
29
29
30
30
## User Documentation
@@ -42,9 +42,9 @@ and the Python API documentation.
42
42
* Can parse all surface types except macrobody facets ([Issue #354](https://github.com/idaholab/MontePy/issues/354)).
43
43
* Can read and write out all other MCNP inputs, even if it doesn't not understand them
44
44
* Attempts to write out the MCNP problem verbatim, even matching the original user formatting. (See some of the [open issues](https://github.com/idaholab/MontePy/issues).)
45
-
* Can quickly [access cells, surfaces, and materials by their numbers](https://www.montepy.org/starting.html#collections-are-accessible-by-number). For example: `cell = problem.cells[105]`.
46
-
* Can quickly update cell parameters, [such as importances](https://www.montepy.org/starting.html#setting-cell-importances). For example `cell.importance.neutron = 2.0`.
47
-
* Can easily [create universes, and fill other cells with universes](https://www.montepy.org/starting.html#universes).
45
+
* Can quickly [access cells, surfaces, and materials by their numbers](https://www.montepy.org/en/stable/starting.html#collections-are-accessible-by-number). For example: `cell = problem.cells[105]`.
46
+
* Can quickly update cell parameters, [such as importances](https://www.montepy.org/en/stable/starting.html#setting-cell-importances). For example `cell.importance.neutron = 2.0`.
47
+
* Can easily [create universes, and fill other cells with universes](https://www.montepy.org/en/stable/starting.html#universes).
48
48
* Currently has over 550 test cases.
49
49
50
50
@@ -134,7 +134,7 @@ Another honorable mention that doesn't replicate the features of MontePy,
134
134
So MontePy doesn't do what you want?
135
135
Add an issue here with the "feature request" tag.
136
136
The system is very modular and you should be able to develop it pretty quickly.
137
-
Read the [developer's guide](https://www.montepy.org/developing.html) for more details.
137
+
Read the [developer's guide](https://www.montepy.org/en/stable/developing.html) for more details.
138
138
If you have any questions feel free to ask [@micahgale](mailto:mgale@montepy.org).
0 commit comments