From e47012e8314a24b5b3714e02d87f0b756e693df7 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Thu, 10 Sep 2020 09:29:55 -0400 Subject: [PATCH] update docs --- binder/requirements.txt | 2 +- doc/apidoc/conf.py | 2 +- doc/python/getting-started.md | 8 ++++---- release.md | 1 - 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index e6861d0ae8c..fc50ed5eb51 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==4.9.0 +plotly==4.10.0 jupyter notebook pandas==1.0.3 diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index f6ab13360f4..563e595494a 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -28,7 +28,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "4.9.0" +release = "4.10.0" # -- General configuration --------------------------------------------------- diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index 0034c3c79a7..c93a68a84f3 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -59,13 +59,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot `plotly` may be installed using pip... ``` -$ pip install plotly==4.9.0 +$ pip install plotly==4.10.0 ``` or conda. ``` -$ conda install -c plotly plotly=4.9.0 +$ conda install -c plotly plotly=4.10.0 ``` This package contains everything you need to write figures to standalone HTML files. @@ -144,10 +144,10 @@ Then run the following commands to install the required JupyterLab extensions (n ``` # JupyterLab renderer support -jupyter labextension install jupyterlab-plotly@4.9.0 +jupyter labextension install jupyterlab-plotly@4.10.0 # OPTIONAL: Jupyter widgets extension -jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.9.0 +jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.10.0 ``` These packages contain everything you need to run JupyterLab... diff --git a/release.md b/release.md index 17790197cf2..e0e544b9033 100644 --- a/release.md +++ b/release.md @@ -122,7 +122,6 @@ $ anaconda upload /path/to/anaconda3/conda-bld/noarch/plotly-*.tar.bz2 ### Update documentation site 1. Search for the previous version string in the docs and replace it with the new version string, including but not necessarily limited to the following files: - - `README.md` - `doc/python/getting-started.md` - `doc/apidoc/conf.py` - `doc/requirements.txt`