Skip to content

Commit

Permalink
Removes all references to Python 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Mar 1, 2023
1 parent c4d8a2a commit 49f1d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -20,25 +20,19 @@ For installation and usage instructions see [README.md](./README.md).

<!-- markdown-toc end -->


# 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:

Expand Down Expand Up @@ -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.

3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ try {

stage('Docker build and test') {
parallel(
'python2.7': {
buildAndTest("2.7")
},
'python3.5': {
img = buildAndTest("3.5")
},
Expand Down
Empty file removed notebooks2/.keep
Empty file.

0 comments on commit 49f1d17

Please sign in to comment.