diff --git a/source/arche/index.rst b/source/arche/index.rst index a0c9fa8e9..6761cf3f5 100644 --- a/source/arche/index.rst +++ b/source/arche/index.rst @@ -109,9 +109,9 @@ Under the Hood :maxdepth: 1 sim_init - dynamic_loading decay .. cyclus_env +.. dynamic_loading .. materials_and_isotopes |Cyclus| Toolkit diff --git a/source/arche/toolkit.rst b/source/arche/toolkit.rst index 1a81c8f98..60a707e23 100644 --- a/source/arche/toolkit.rst +++ b/source/arche/toolkit.rst @@ -166,8 +166,9 @@ composable, agent-managed state variables: * ``cyclus::toolkit::SupplyDemandManager``: an interface for querying the supply and demand on commodities - Geographic Informasion System (GIS) Class [C++] - +++++++++++++++++++++++++++++++++++++++++++++++ - The ``cyclus::toolkit::GIS`` class provide an option to add geographic coordinates - of its friend classes. Haversine distance calculations between two facilities or - agents with GIS coordinates can be performed as well. \ No newline at end of file +Geographic Informasion System (GIS) Class [C++] ++++++++++++++++++++++++++++++++++++++++++++++++ + +The ``cyclus::toolkit::GIS`` class provide an option to add geographic coordinates +of its friend classes. Haversine distance calculations between two facilities or +agents with GIS coordinates can be performed as well. diff --git a/source/user/writing_input.rst b/source/user/writing_input.rst index 5ac25c451..95f9b3dbc 100644 --- a/source/user/writing_input.rst +++ b/source/user/writing_input.rst @@ -62,7 +62,7 @@ Here is the same code block using JSON. A Brief Introduction to Python ------------------------------------ -`Python`_ is a fully featured dynamic programming language. It hosts a wide variety of +Python is a fully featured dynamic programming language. It hosts a wide variety of primitives built in to the language as well as powerful 3rd part libraries. Python input files allow for the computation of mathematical expressions in the input file itself. Static, proecomputed values are not required (as with XML and JSON).