diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd6875c4..694f5aec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Guidelines -This documentation covers common tasks releated to development. +This documentation covers common tasks related to development. For installation and usage instructions see [README.md](./README.md). @@ -20,25 +20,19 @@ For installation and usage instructions see [README.md](./README.md). - # Development Need to run this after checkout and when modifying the docker images make images -Launch jupyter in a python 2 environment - - make notebook2 - Launch jupyter in a python 3 environment make notebook3 ## Trying out notebooks -> Note: notebooks in the `notebooks2` and `notebooks3` directories will be -> available in respective python environments. +> Note: notebooks in the `notebooks3` directories will be available in respective python environments. Sample notebooks can be obtained from: @@ -101,5 +95,5 @@ Updating the package requires a fork of the repository and a push request [examp ### Adding yourself as a rsconnect-jupyter conda-forge maintainer -Add your github username under recipe-maintainers in the [meta.yaml](https://github.com/conda-forge/rsconnect-jupyter-feedstock/blob/master/recipe/meta.yaml) file. +Add your GitHub username under recipe-maintainers in the [meta.yaml](https://github.com/conda-forge/rsconnect-jupyter-feedstock/blob/master/recipe/meta.yaml) file. diff --git a/Jenkinsfile b/Jenkinsfile index 74c4edd8..7cafd894 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -124,9 +124,6 @@ try { stage('Docker build and test') { parallel( - 'python2.7': { - buildAndTest("2.7") - }, 'python3.5': { img = buildAndTest("3.5") }, diff --git a/notebooks2/.keep b/notebooks2/.keep deleted file mode 100644 index e69de29b..00000000