Last active
February 17, 2019 18:17
-
-
Save smsharma/29078ed53b9dd8528fc4c6590c10b996 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyter nbconvert --to rst examples/*.ipynb | |
rm -r docs/Example* | |
mv examples/*rst examples/*_files docs/ | |
cd docs/ | |
perl -pi -w -e 's/.. code:: ipython3/.. code:: python/g;' *.rst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment