Skip to content

Commit

Permalink
updated docs for beta 19
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Jul 9, 2019
1 parent e32cf93 commit d2f4fbe
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 5,254 deletions.
9 changes: 8 additions & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@ python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-ur
python -m ipython kernel install --user --name=env
ipython, jupyter, etc.
cd -
deactivate
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

# Docs

If changes have been made to example notebooks, then save them with widget state
in Jupyter Notebook (not lab).
in Jupyter Notebook (not lab). You might have to do another push to master after
the npm release to get the latest version embedded. If you are having trouble,
try:

- Clearing widget state in notebook
- Restarting Jupyter notebook
- Rerunning and saving widget state
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Source maps are also hosted there::

If you want a particular version of escher, add a version tag like this::

https://unpkg.com/escher@1.7.0-beta.17/dist/escher.js
https://unpkg.com/escher@1.7.0-beta.19/dist/escher.js

Or, if you use NPM, you can simply install `escher`::

Expand Down
5,510 changes: 258 additions & 5,252 deletions docs/escher-python.ipynb

Large diffs are not rendered by default.

0 comments on commit d2f4fbe

Please sign in to comment.