Skip to content

Commit

Permalink
Update documentation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 2, 2023
1 parent d6a2aaa commit b9e422b
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 177 deletions.
4 changes: 2 additions & 2 deletions docs/src/markdown/demos/3d_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>ColorAide Color Space Models</h1>
<div>Copyright &copy; 2020 - 2023 <a href="https://github.com/facelessuser">Isaac Muse</a></div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.26.2/plotly.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.27.0/plotly.min.js"></script>
<script src="https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js"></script>
<script id="init" type="text/python">
from coloraide.everything import ColorAll as Color
Expand Down Expand Up @@ -890,7 +890,7 @@ <h1>ColorAide Color Space Models</h1>
await pyodide.loadPackage([
'numpy',
'scipy',
'https://files.pythonhosted.org/packages/26/5d/1e13b597ed8e54803e9ac6ded18c04cd35d8cbc49016778ec50c4ca9e9d5/plotly-5.16.1-py2.py3-none-any.whl',
'https://files.pythonhosted.org/packages/a8/07/72953cf70e3bd3a24cbc3e743e6f8539abe6e3e6d83c3c0c83426eaffd39/plotly-5.18.0-py3-none-any.whl',
package])

// Set background color
Expand Down
2 changes: 1 addition & 1 deletion docs/src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ extra_css:
- assets/coloraide-extras/extra.css
extra_javascript:
- https://unpkg.com/mermaid@8.13.3/dist/mermaid.min.js
- playground-config-6e914ff8.js
- playground-config-e8ab1e41.js
- https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js
- assets/coloraide-extras/extra-notebook.js

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var colorNotebook = {
"playgroundWheels": ['Pygments-2.16.1-py3-none-any.whl', 'coloraide-2.12-py3-none-any.whl'],
"notebookWheels": ['pyyaml', 'Markdown-3.4.4-py3-none-any.whl', 'pymdown_extensions-10.1-py3-none-any.whl', 'Pygments-2.16.1-py3-none-any.whl', 'coloraide-2.12-py3-none-any.whl'],
"notebookWheels": ['pyyaml', 'Markdown-3.5.1-py3-none-any.whl', 'pymdown_extensions-10.3.1-py3-none-any.whl', 'Pygments-2.16.1-py3-none-any.whl', 'coloraide-2.12-py3-none-any.whl'],
"defaultPlayground": "import coloraide\ncoloraide.__version__\nColor('red')"
}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ extra_css:
- assets/coloraide-extras/extra-1cdb6f4f4d.css
extra_javascript:
- https://unpkg.com/mermaid@8.13.3/dist/mermaid.min.js
- playground-config-6e914ff8.js
- playground-config-e8ab1e41.js
- https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js
- assets/coloraide-extras/extra-notebook-ToavTFH0.js

Expand Down
Loading

0 comments on commit b9e422b

Please sign in to comment.