Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BitterB0NG0 committed Oct 15, 2024
1 parent 20d084c commit 34d1015
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/pymcnp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Similarly, aach object in PyMCNP has ``to_*`` methods which act as endpoints for
* **To Cadquery File**. ``to_cadquery_file`` methods create/write to Cadquery source files from PyMCNP objects. It writes ``to_cadquery`` output to files. Only ``Surfaces`` supports this method.
* **To Arguments**. ``to_arguments`` methods return Python nested dictionaries whose keys corresond to MCNP manual notation for MCNP syntax elements.

Additionally, every public attribute of PyMCNP objects, i.e. component of every MCNP syntax element, has a setter method ``set_*``. These setter methods assign their parameter(s) to attributes after checking for semantic restrictions.

Table of Contents
-----------------

Expand Down

0 comments on commit 34d1015

Please sign in to comment.