forked from cyclus/cyclus.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean install docs (cyclus#200) * rewrite of main install instructions linked off of front page. Created place-holder for tarball instructions. Several other detailed instruction pages need to be updated or edited * changed both guides to have new install instructions link * added tutorials to main page menu on left, and made Quick Start its own highlighted section * reshape conda install * optimising chape * add debian package isntallation in binarie install * add dependencies warning, + cleaning * typo/syntax * update Getting started Page * reshare Getting started page * spelling correction on binary installation * add root access warning * reorder conda * including instllation from source into tarball install * start tarball installation * start shaping install from source * improving install.rst * first addition of install from git * add seperated files for source compilation and unit testing (cyclus#201) * add Debian package description * add template file with unit test use description * use template file for unit_test description * inprove test_description * update test_unit description * reshape install cyclus, first start for install cycamore * update cycamore and cyclus install file * add table of content and unit test to tarball install and git install * add github link for the tarball * add hook on CYCLUS INSTALL from github, and integrate it into the INSTALL file * fix install bonary * add dependency grab * general editing and formatting (cyclus#203) thx @mbmcgarry * update gitignore * uniformisation * intergration of cycamore repo INSTALL file * include @scopatz comments * update conda installation * add cycamore in the line * shaope SS * small change * a few edits * update sed usage to GNU sed * now hook cyclus/develop repos not BaaaaM/readme * add wget in fuelcycle.org-deps docker container * remove un-needed quote * test include flag * now use flag to include file from cyclus and cycamore repos * fix flag name grab release version from Cyclus and cycamore repos * Idr pphw (cyclus#209) looks good thank @gonuke * fix link * move cyclist tuto at the end of cyclist install * tmp modif * Idr pphw (cyclus#209) looks good thank @gonuke * update ignore list * fix DEPENDENCY hook * add variable to set branch to hook with master as default * remove DEPENDENCY.rst * add FORK variable * wget DEPENDENCIES from Cycamore as well * Include info from Cycamore repo for binary install. * fix dependency file name * replace sed with link at end of file * Update Authors and License * Update footer copyright date * Add BAM to front page and fix formatting on installation page * No longer have separate/detailed conda docs * Ignore more wget content * reduce verbosity of wget * Clean up warnings and errors * more RST errors * Mbm edits (cyclus#219) great! thx @mbmcgarry * Rwcarlsen upd release (cyclus#218) * add new storage and mixer archetypes to site docs * add CYCLUS_NO_CATCH explanation to archetype debugging * add internal annotation descrip and agentversion tables * add draft release notes * fix typos * mention new archetypes * update cyclus/cycamore change description * adding cymetric updates for v1.4 (cyclus#2) * Debugging * update stats * english correction * english correction * update information about v1.4 * update release date + rc link * add v1.4.1 with updated author list * updating DOI * update cyemtric DOI and cycamore author * adding missing authors * add missing author * u14 deprecation * update to 1.5 * update website * f add mbmcgarry comment * f add mbmcgarry comment (bis)
- Loading branch information
Showing
32 changed files
with
725 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,12 @@ | |
<div class="sphinxlocaltoc"> | ||
<h3>{{ _('Useful Pages') }}</h3> | ||
<ul><li><ul> | ||
<li><a href="/user/install.html">Install Cyclus</a></li> | ||
<li><a href="/user/index.html">User Guide</a></li> | ||
<li><a href="/user/tutorial/index.html">User Tutorial</a></li> | ||
<li><a href="/arche/index.html">Archetype Developer Guide</a></li> | ||
<li><a href="http://fuelcycle.org/cyclus/api/">Cyclus API Documentation</a></li> | ||
<li><a href="/arche/tutorial/index.html">Archetype Developer Tutorial</a></li> | ||
<li><a href="http://fuelcycle.org/cyclus/api/">Cyclus API Documentation</a></li> | ||
<li><a href="http://fuelcycle.org/cycamore/api/">Cycamore API Documentation</a></li> | ||
<li><a href="/basics/glossary.html">Glossary</a></li> | ||
<li><a href="mailto:[email protected]?subject=Subscribe&body=Send this message to subscribe to the list">Join</a> the | ||
|
@@ -18,7 +21,7 @@ <h3>{{ _('Useful Pages') }}</h3> | |
{{ super() }} | ||
<h3>Get Cyclus</h3> | ||
<br> | ||
Current version: <b>1.3.0</b> | ||
Current version: <b>1.5.0</b> | ||
<br><br> | ||
Install: | ||
<div class="highlight-bash" style="width:97.5%"><div class="highlight"><pre><span class="nv">$ </span>conda install cyclus cycamore</pre></div></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.