From 36e8aeef52f3dce614593cf407ae3e8bf53f69ad Mon Sep 17 00:00:00 2001 From: Mouginot B Date: Wed, 22 Aug 2018 09:00:50 -0500 Subject: [PATCH 1/3] fix indent --- source/arche/toolkit.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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. From ff568897f437271db5aa9bbb5c189b5e330ddfef Mon Sep 17 00:00:00 2001 From: Mouginot B Date: Wed, 22 Aug 2018 09:01:38 -0500 Subject: [PATCH 2/3] commenting dynamix_loading (missing) --- source/arche/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cbfd93ea4aabd72423baaf78f3baf1ea4b68d3da Mon Sep 17 00:00:00 2001 From: Mouginot B Date: Wed, 22 Aug 2018 09:02:21 -0500 Subject: [PATCH 3/3] remove Python as a ref --- source/user/writing_input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).