Skip to content

Commit

Permalink
fix urls for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 13, 2014
1 parent ce60f4d commit 9990099
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyana/__init__.py
Expand Up @@ -27,13 +27,13 @@
* Include the submodule with the test data by cloning the git repository
recursively::
$ git clone gitlab:github/ccsgp_get_started.git --recursive
$ git clone https://github.com/tschaume/ccsgp_get_started.git --recursive
$ cd ccsgp_get_started/
* or alternatively, for source code only, clone and init the `ccsgp`
submodule separately::
$ git clone gitlab:github/ccsgp_get_started.git
$ git clone https://github.com/tschaume/ccsgp_get_started.git
$ cd ccsgp_get_started/
$ git submodule init pyana/ccsgp
$ git submodule update
Expand Down Expand Up @@ -63,7 +63,7 @@
*pyanaDir* either to *ccsgp_get_started_data* or your own input/output
directory (preferably separated from the code repository).
.. _ccsgp: http://gitlab.the-huck.com/ccs-pe-eval/ccsgp
.. _ccsgp_get_started: www.ccsgp.com
.. _ccsgp: https://github.com/tschaume/ccsgp
.. _ccsgp_get_started: https://github.com/tschaume/ccsgp_get_started
.. _virtualenv: http://www.virtualenv.org/en/latest/virtualenv.html#usage
"""
9 changes: 5 additions & 4 deletions pyana/examples/__init__.py
@@ -1,9 +1,9 @@
"""
The examples are based on a dataset of World Bank Indicators_. You can use the
dataset_ yourself to play around. See the *genExDat.sh* script in the same
directory on how I extracted the data into the correct format for *ccsgp*. To
generate all example plots based on *ccsgp_get_started_data* you can run::
dataset [#]_ yourself to play around. See the ``genExDat.sh`` [#]_ script in the
same directory on how I extracted the data into the correct format for *ccsgp*.
To generate all example plots based on *ccsgp_get_started_data* you can run::
$ python -m pyana
Expand All @@ -18,5 +18,6 @@
the source code and use one of the examples as a template.
.. _Indicators: http://www.tableausoftware.com/public/community/sample-data-sets#worldbank
.. _dataset: ccsgp_get_started_data/input/examples/gp_datdir/WorldBankIndicators.csv
.. [#] ccsgp_get_started_data/input/examples/gp_datdir/WorldBankIndicators.csv
.. [#] ccsgp_get_started_data/input/examples/gp_datdir/genExDat.sh
"""

0 comments on commit 9990099

Please sign in to comment.