From 22c0b45fb2c665b33f5d5d4e4872c0ed6f236af4 Mon Sep 17 00:00:00 2001 From: OFR-IIASA Date: Wed, 23 Jan 2019 15:58:51 +0100 Subject: [PATCH] updated link to tutorial in readme.md (#175) * updated link to tutorial in readme.md * updated release notes * changed as requested in review --- README.md | 2 +- RELEASE_NOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38bdf7294..3f2821d72 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Tutorial -------- A comprehensive tutorial for the basic functions is included -in [tutorial/pyam_first_steps](tutorial/pyam_first_steps.ipynb) +in [the first tutorial](doc/source/tutorials/pyam_first_steps.ipynb) using a partial snapshot of the IPCC AR5 scenario database. Documentation diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6b161fcb2..f86de86eb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ # Next Release +- [#175](https://github.com/IAMconsortium/pyam/pull/175) Update link to tutorial in readme.md - [#171](https://github.com/IAMconsortium/pyam/pull/171) Fix a bug when reading from an `ixmp.TimeSeries` object, refactor to mitigate circular dependency - [#162](https://github.com/IAMconsortium/pyam/pull/162) Add a function to sum and append timeseries components to an aggregate variable - [#152](https://github.com/IAMconsortium/pyam/pull/152) Fix bug where scatter plots did not work with property metadata when using two variables (#136, #152)