mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add wwinp_to_wws to documentation
This commit is contained in:
parent
d39642136a
commit
78885ce17c
2 changed files with 2 additions and 3 deletions
|
|
@ -27,14 +27,13 @@ Simulation Settings
|
|||
openmc.WeightWindows
|
||||
openmc.Settings
|
||||
|
||||
The following function can be used for generating a source file:
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
:template: myfunction.rst
|
||||
|
||||
openmc.write_source_file
|
||||
openmc.wwinp_to_wws
|
||||
|
||||
Material Specification
|
||||
----------------------
|
||||
|
|
|
|||
|
|
@ -413,7 +413,7 @@ def wwinp_to_wws(path):
|
|||
|
||||
Parameters
|
||||
----------
|
||||
path : str or pathlib.Path object
|
||||
path : str or pathlib.Path
|
||||
Path to the wwinp file
|
||||
|
||||
Returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue