Skip to content

Commit dc65805

Browse files
committed
🔧 Moving the Data Science content into Python4DataScience
* /first-steps/index.html -> /notebook/index.html * /first-steps/create-notebook.html -> /notebook/create-notebook.html * /first-steps/install.html -> /notebook/install.html * /workspace/jupyter/$rest -> / * /workspace/first-steps/$rest -> /notebook/ * /workspace/ipython/$rest -> Python4DataScience:/workspace/ipython/ * /workspace/numpy/$rest -> Python4DataScience:/workspace/numpy/ * /workspace/pandas/$rest -> Python4DataScience:/workspace/pandas/ * /data-processing/$rest -> Python4DataScience:/data-processing/ * /clean-prep/$rest -> Python4DataScience:/clean-prep/ * /parameterise/$rest -> /notebook/parameterise/ * /performance/ipyparallel//$rest -> /hub/ipyparallel/ * /performance/ -> Python4DataScience:/performance/ * /productive/ -> Python4DataScience:/productive/ * /testing/$rest -> /notebook/testing/ * /web/dashboards/$rest -> /dashboards/
1 parent ca98359 commit dc65805

File tree

133 files changed

+3089
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+3089
-457
lines changed

README.rst

Lines changed: 12 additions & 32 deletions

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
"https://python-basics-tutorial.readthedocs.io/en/latest/",
162162
None,
163163
),
164+
"python4datascience": (
165+
"https://python4datascience.readthedocs.io/en/latest/",
166+
None,
167+
),
164168
}
165169

166170

File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Lines changed: 3 additions & 4 deletions

docs/web/dashboards/jupyter-dashboards/dashboard-cell-menu.png renamed to docs/dashboards/jupyter-dashboards/dashboard-cell-menu.png

File renamed without changes.

docs/web/dashboards/jupyter-dashboards/dashboard-info.png renamed to docs/dashboards/jupyter-dashboards/dashboard-info.png

File renamed without changes.

docs/web/dashboards/jupyter-dashboards/dashboard-matplotlib-example.png renamed to docs/dashboards/jupyter-dashboards/dashboard-matplotlib-example.png

File renamed without changes.

docs/web/dashboards/jupyter-dashboards/dashboard-view.png renamed to docs/dashboards/jupyter-dashboards/dashboard-view.png

File renamed without changes.

0 commit comments

Comments
 (0)