From 8831e7cf0b97f6378fa4c3537b190bdb50e88cea Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Wed, 19 Aug 2020 18:14:50 -0700 Subject: [PATCH 1/2] change environment.yml - to overwrite --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d51f5d9ca..c2c699b39 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: dependencies: - python - "numpy>=1.14" -- "pandas>=0.23" +- "pandas==1.0.1" - "bokeh>=1.4.0" - requests - numba From 70830304e92501becc1fdb91f38505bff6b683c4 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Wed, 19 Aug 2020 19:30:33 -0700 Subject: [PATCH 2/2] Rename chapter to part in TOC --- docs/_toc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_toc.yml b/docs/_toc.yml index e84c2d39f..2cc4618f9 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -1,5 +1,5 @@ - file: index -- chapter: Usage +- part: Usage sections: - file: usage/starting - file: usage/overview @@ -21,7 +21,7 @@ - file: recipes/recipe04_pandas - file: recipes/recipe05 - file: recipes/recipe06 -- chapter: About +- part: About sections: - file: about/history - file: about/roadmap @@ -29,13 +29,13 @@ - file: about/changes - file: about/upgrading - file: about/license -- chapter: Contributing +- part: Contributing sections: - file: contributing/contributor_guide - file: contributing/pr_workflow - file: contributing/param_naming - file: contributing/testing -- chapter: API +- part: API sections: - file: api/public_api sections: