Skip to content

Various fixes #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/arche/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ Under the Hood
:maxdepth: 1

sim_init
dynamic_loading
decay
.. cyclus_env
.. dynamic_loading
.. materials_and_isotopes

|Cyclus| Toolkit
Expand Down
11 changes: 6 additions & 5 deletions source/arche/toolkit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion source/user/writing_input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down