Skip to content

Commit 5485116

Browse files
committed
Merge branch 'wipe_cycstub_repo' of github.com:gonuke/cyclus.github.com into wipe_cycstub_repo
2 parents 651bcf1 + a139449 commit 5485116

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/arche/cmake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Building Modules with CMake
44
===========================
55

6-
If you haven't follow the initial example in :ref:`hello_world_cpp`, you should use
6+
If you haven't followed the initial example in :ref:`hello_world_cpp`, you should use
77
``cycstub`` to generate a directory with the "stubs" to build a new archetype.
88
(see :ref:`hello_world_cpp` for further instructions).
99

source/arche/hello_world_cpp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namely |Cyclus|, CMake, and a recent version of Python (3.3+).
99
First, you need to use ``cycstub`` to generate a skeleton code base
1010
that you can use to quick-start new |cyclus| module development projects.
1111
``cycstub`` is installed with the main ``cyclus`` kernel and should be
12-
available whereever ``cyclus`` is available.
12+
available wherever ``cyclus`` is available.
1313

1414
To use ``cycstub`` to generate the skeleton for a new Facility archetype named ``TutorialFacility`` in
1515
a module named ``tutorialfacility`` you can issue the following command:
@@ -29,7 +29,7 @@ will not do anything.
2929
Let's now change the behavior of the TutorialFacility's ``Tick()`` &
3030
``Tock()`` member functions to print "Hello" and "World" respectively. To do
3131
this, please open up the :file:`src/tutorial_facility.cc` file in your
32-
favorite text editor (vim, emacs, gedit, `VS Code <https://code.visualstudio.com/>`_).
32+
favorite text editor (e.g., vim, emacs, gedit, `VS Code <https://code.visualstudio.com/>`_).
3333
Change the original functions to look like:
3434

3535
**Original Tick() and Tock() in src/tutorial_facility.cc:**

0 commit comments

Comments
 (0)