Improve documentation on tally scores

This commit is contained in:
Paul Romano 2016-01-22 07:18:13 -06:00
parent 679781da0a
commit 0e1e67bc2e
3 changed files with 237 additions and 106 deletions

View file

@ -152,7 +152,9 @@ html_title = "OpenMC Documentation"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
html_static_path = ['_static']
html_context = {'css_files': ['_static/theme_overrides.css']}
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.