diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-18 23:02:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-18 23:05:04 +0100 |
commit | 9b5faa8b8475bdd7624c58b07d45d28d42a47a2e (patch) | |
tree | 5cc279cfc56d3ea89bf5deed25f2266160fa0afc | |
parent | cff68edc1ac113ac9e159dfdf7cfcbb6721ff2a7 (diff) |
Point to the github.io documentation site
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -32,11 +32,11 @@ install_github("jranke/pfm", subdir = "pkg", quick = TRUE) ## Use -Please refer to the [reference](docs/index.html). +Please refer to the [reference](http://jranke.github.io/pfm/reference/index.html). ## Examples One recent nice example of the usage of this package is the visualisation of a time weighted average for a sawtooth curve obtained from several overlays -of mkinfit predictions as shown [here](docs/reference/plot.one_box.html). +of mkinfit predictions as shown [here](http://jranke.github.io/pfm/reference/plot.one_box.html). diff --git a/docs/index.html b/docs/index.html index 413463f..b96dfc5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,12 +69,12 @@ this program. If not, see <http:<span class="er">//</span>www.gnu.org/license <div id="use" class="section level2"> <h2 class="hasAnchor"> <a href="#use" class="anchor"> </a>Use</h2> -<p>Please refer to the <a href="docs/index.html">reference</a>.</p> +<p>Please refer to the <a href="http://jranke.github.io/pfm/reference/index.html">reference</a>.</p> </div> <div id="examples" class="section level2"> <h2 class="hasAnchor"> <a href="#examples" class="anchor"> </a>Examples</h2> -<p>One recent nice example of the usage of this package is the visualisation of a time weighted average for a sawtooth curve obtained from several overlays of mkinfit predictions as shown <a href="docs/reference/plot.one_box.html">here</a>.</p> +<p>One recent nice example of the usage of this package is the visualisation of a time weighted average for a sawtooth curve obtained from several overlays of mkinfit predictions as shown <a href="http://jranke.github.io/pfm/reference/plot.one_box.html">here</a>.</p> </div> </div> </div> |