From 8d3105d2b6686fb3f4ddd62c9d3a751fda4c1b41 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Thu, 14 Jul 2016 12:12:09 +0200 Subject: [PATCH] [conda-recipe] omit tag prefix in version number (#870) * [conda-recipe] omit tag prefix in version number * [doc] fix ipython dl link [ci skip] --- devtools/conda-recipe/meta.yaml | 2 +- doc/source/ipython.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/conda-recipe/meta.yaml b/devtools/conda-recipe/meta.yaml index db5e5476a..7993e3a6d 100644 --- a/devtools/conda-recipe/meta.yaml +++ b/devtools/conda-recipe/meta.yaml @@ -2,7 +2,7 @@ package: name: pyemma-dev # version number: [base tag]+[commits-upstream]_[git_hash] # eg. v2.0+0_g8824162 - version: {{ GIT_DESCRIBE_TAG + '+' +GIT_BUILD_STR}} + version: {{ GIT_DESCRIBE_TAG[1:] + '+' +GIT_BUILD_STR}} source: path: ../.. diff --git a/doc/source/ipython.rst b/doc/source/ipython.rst index 321bcb126..d01d9a46c 100644 --- a/doc/source/ipython.rst +++ b/doc/source/ipython.rst @@ -9,7 +9,7 @@ the PyEMMA API in action and also describe the workflow of Markov model building. You can download a copy of all notebooks and most of the used data -`here `_. +`here `_. Note that the trajectory of the D.E. Shaw BPTI simulation trajectory is not included in this archive, since we're not permitted to share this data. Thus the corresponding notebooks can't be run without obtaining the simulation trajectory independently.