This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development_version [2017/10/20 02:46] Constantine Khroulev |
development_version [2020/09/02 22:35] (current) Ed Bueler point to dev version of manual |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Getting the dev source code ===== | ===== Getting the dev source code ===== | ||
- | The PISM source code is hosted at [[http://github.com/pism/pism|github.com/pism/pism]]. The default branch is set to the current stable version of PISM. To get the ''dev'' branch you can either clone the repository and then checkout the ''dev'' branch, or you can ask for the ''dev'' branch from the start: | + | The PISM source code is hosted at [[http://github.com/pism/pism|github.com/pism/pism]]. The default branch is ''master'', which is the current stable version of PISM. |
+ | |||
+ | To get the ''dev'' branch you can either clone the repository and then checkout the ''dev'' branch, or you can ask for the ''dev'' branch from the start: | ||
<code> | <code> | ||
git clone -b dev git://github.com/pism/pism.git pism-dev | git clone -b dev git://github.com/pism/pism.git pism-dev | ||
</code> | </code> | ||
+ | |||
+ | ===== The dev manual ====== | ||
+ | |||
+ | See [[http://pism.github.io/pism/]], which follows the ''dev'' branch. Meanwhile the [[https://pism-docs.org/wiki/doku.php?id=overview|main documentation page]] corresponds to the most recent release. | ||
===== Installing tools and libraries ===== | ===== Installing tools and libraries ===== | ||
Line 54: | Line 60: | ||
* use a RSS feed provided by GitHub: [[https://github.com/pism/pism/commits/dev.atom]] | * use a RSS feed provided by GitHub: [[https://github.com/pism/pism/commits/dev.atom]] | ||
- | Here are the latest five commits (obtained using the RSS feed link above): | + | Here are the latest five commits (from the RSS feed link above): |
{{rss>https://github.com/pism/pism/commits/dev.atom 5 author date 1h }} | {{rss>https://github.com/pism/pism/commits/dev.atom 5 author date 1h }} | ||
Line 70: | Line 76: | ||
</code> | </code> | ||
- | See the [[http://pism-docs.org/sphinx/manual/index.html|User's Manual]] to get the user-level view of PISM even if you think you know everything. | + | See the [[http://pism.github.io/pism/|User's Manual (dev)]] to get the user-level view of PISM even if you think you know everything. See also the [[http://pism.github.io/pism/installation/index.html|Installation Manual (dev)]] for instructions on how build the documentation yourself. |
- | + | ||
- | When working with the ''dev'' branch you should build documentation yourself; see [[http://pism-docs.org/sphinx/installation/documentation.html|the Installation Manual]] for instructions. | + |