Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update build and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 15, 2018
1 parent 7fd8fb4 commit 47974f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ install:
- "%PYTHON%\\Scripts\\pip install python-jenkins bokeh cairosvg"
- "%PYTHON%\\Scripts\\pip install prompt_toolkit et_xmlfile semantic_version"
- "%PYTHON%\\Scripts\\pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master"
- "%PYTHON%\\Scripts\\pip install js2py"
- "dir %PYTHON%\\Scripts"
- "%PYTHON%\\Scripts\\jupyter-nbextension enable --py --sys-prefix widgetsnbextension"

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ coverage
docformatter
git-pandas
ipython>=5.0.0
js2py
jupyter
jupyter-client
jupyter_sphinx
Expand Down
5 changes: 5 additions & 0 deletions src/pyquickhelper/imghelper/js_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
"""
@file
@brief Helpers around images and :epkg:`javascript`.
See also:
* `pyduktape <https://github.com/stefano/pyduktape>`_
* `Python Mini Racer <https://github.com/sqreen/PyMiniRacer>`_
* `python-requirejs <https://github.com/wq/python-requirejs>`_
.. versionadded:: 1.7
"""
Expand Down

0 comments on commit 47974f7

Please sign in to comment.