diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e406ab46..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,12 +0,0 @@ -Copyright (c) 2013-2016, Damián Avila and contributors -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSE.md b/LICENSE.md new file mode 120000 index 00000000..91004a74 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1 @@ +classic/LICENSE.md \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 20dc95c9..00000000 --- a/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# RISE - -RISE allows you to instantly turn your Jupyter Notebooks into a -slideshow. No out-of-band conversion is needed, switch from jupyter -notebook to a live *reveal.js*-based slideshow in a single keystroke, -and back. - -![Basic usage](https://media.giphy.com/media/3oxHQtTxAaZwMOHr9u/giphy.gif) - -## Resources - -RISE stands for ***Reveal.js - Jupyter/IPython Slideshow Extension***: - -* Demo notebook (no installation required) - * [![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/damianavila/RISE/master?filepath=examples%2FREADME.ipynb) - -* Source code is on github - * [![Issues](http://img.shields.io/github/issues/damianavila/RISE.svg)](https://github.com/damianavila/RISE/issues) - -* Documentation is hosted on readthedocs - * [![doc status](https://readthedocs.org/projects/rise/badge)](http://rise.readthedocs.io/) - -* Chat room on gitter - * [![Gitter chat](https://badges.gitter.im/damianavila/RISE.png)](https://gitter.im/damianavila/RISE) - -* Videos on youtube - * basic usage (4'30'') - - - - -## Installation - -You essentially have 2 options: - -### Option 1 - Using conda: - -``` -conda install -c conda-forge rise -``` - -### Option 2 - Using pip: - -``` -pip install RISE -``` - -## Development - -To install RISE in development mode, see the -[Developer section](https://rise.readthedocs.io/en/stable/dev/index.html) of the RISE -documentation. - -## Feedback - -If you have any feedback, or find any bugs, please let us know just opening an issue. - -## Support us - -Please visit this page for more information: https://rise.readthedocs.io/en/stable/support.html diff --git a/README.md b/README.md new file mode 120000 index 00000000..d5cdbd1c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +classic/README.md \ No newline at end of file diff --git a/classic/LICENSE.md b/classic/LICENSE.md deleted file mode 120000 index 7eabdb1c..00000000 --- a/classic/LICENSE.md +++ /dev/null @@ -1 +0,0 @@ -../LICENSE.md \ No newline at end of file diff --git a/classic/LICENSE.md b/classic/LICENSE.md new file mode 100644 index 00000000..e406ab46 --- /dev/null +++ b/classic/LICENSE.md @@ -0,0 +1,12 @@ +Copyright (c) 2013-2016, Damián Avila and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/classic/README.md b/classic/README.md deleted file mode 120000 index 32d46ee8..00000000 --- a/classic/README.md +++ /dev/null @@ -1 +0,0 @@ -../README.md \ No newline at end of file diff --git a/classic/README.md b/classic/README.md new file mode 100644 index 00000000..20dc95c9 --- /dev/null +++ b/classic/README.md @@ -0,0 +1,60 @@ +# RISE + +RISE allows you to instantly turn your Jupyter Notebooks into a +slideshow. No out-of-band conversion is needed, switch from jupyter +notebook to a live *reveal.js*-based slideshow in a single keystroke, +and back. + +![Basic usage](https://media.giphy.com/media/3oxHQtTxAaZwMOHr9u/giphy.gif) + +## Resources + +RISE stands for ***Reveal.js - Jupyter/IPython Slideshow Extension***: + +* Demo notebook (no installation required) + * [![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/damianavila/RISE/master?filepath=examples%2FREADME.ipynb) + +* Source code is on github + * [![Issues](http://img.shields.io/github/issues/damianavila/RISE.svg)](https://github.com/damianavila/RISE/issues) + +* Documentation is hosted on readthedocs + * [![doc status](https://readthedocs.org/projects/rise/badge)](http://rise.readthedocs.io/) + +* Chat room on gitter + * [![Gitter chat](https://badges.gitter.im/damianavila/RISE.png)](https://gitter.im/damianavila/RISE) + +* Videos on youtube + * basic usage (4'30'') + + + + +## Installation + +You essentially have 2 options: + +### Option 1 - Using conda: + +``` +conda install -c conda-forge rise +``` + +### Option 2 - Using pip: + +``` +pip install RISE +``` + +## Development + +To install RISE in development mode, see the +[Developer section](https://rise.readthedocs.io/en/stable/dev/index.html) of the RISE +documentation. + +## Feedback + +If you have any feedback, or find any bugs, please let us know just opening an issue. + +## Support us + +Please visit this page for more information: https://rise.readthedocs.io/en/stable/support.html