mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
Modify openmc_find to return instance as well. Add C API docs
This commit is contained in:
parent
68070b12ca
commit
9d456c3ff1
6 changed files with 157 additions and 17 deletions
10
docs/source/pythonapi/capi.rst
Normal file
10
docs/source/pythonapi/capi.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---------------------------------------------------
|
||||
:data:`openmc.capi` -- Python bindings to the C API
|
||||
---------------------------------------------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
:template: myclass.rst
|
||||
|
||||
openmc.capi.OpenMCLibrary
|
||||
|
|
@ -47,5 +47,6 @@ Modules
|
|||
mgxs
|
||||
model
|
||||
data
|
||||
capi
|
||||
examples
|
||||
openmoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue