mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
22 lines
392 B
ReStructuredText
22 lines
392 B
ReStructuredText
|
|
.. _devguide:
|
||
|
|
|
||
|
|
=================
|
||
|
|
Developer's Guide
|
||
|
|
=================
|
||
|
|
|
||
|
|
Welcome to the OpenMC Developer's Guide! This guide documents how contributions
|
||
|
|
are made to OpenMC, what style rules exist for the code, how to run tests, and
|
||
|
|
other related topics.
|
||
|
|
|
||
|
|
.. toctree::
|
||
|
|
:numbered:
|
||
|
|
:maxdepth: 2
|
||
|
|
|
||
|
|
contributing
|
||
|
|
workflow
|
||
|
|
styleguide
|
||
|
|
tests
|
||
|
|
user-input
|
||
|
|
docbuild
|
||
|
|
docker
|