mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
| .. | ||
| cross_sections.rnc | ||
| cross_sections.rng | ||
| geometry.rnc | ||
| geometry.rng | ||
| materials.rnc | ||
| materials.rng | ||
| mg_cross_sections.rnc | ||
| mg_cross_sections.rng | ||
| plots.rnc | ||
| plots.rng | ||
| readme.rst | ||
| settings.rnc | ||
| settings.rng | ||
| tallies.rnc | ||
| tallies.rng | ||
=====================
Editing RelaxNG files
=====================
All direct edits to RelaxNG files should be in the .rnc files. The program
TRANG_ should be used to generate a correcsponding .rng file. For Ubuntu, you
can install with:
.. code-block:: bash
sudo apt-get install trang
To convert the .rnc file to .rng, use the following syntax:
.. code-block:: bash
trang {filename}.rnc {filename}.rng
.. _TRANG: http://www.thaiopensource.com/relaxng/trang.html