Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize cuDF Python docs #10691

Merged
merged 38 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4116d87
Migrated user guide notebooks to MyST-NB and added sphinx extension
mmccarty Apr 19, 2022
bb807e1
Reorg
shwina Apr 20, 2022
fa5c524
Change CuPy notebook name
shwina Apr 20, 2022
23e8a6c
Merge branch 'branch-22.06' of https://github.com/rapidsai/cudf into …
shwina Apr 20, 2022
40e96e2
Remove duplicate
shwina Apr 20, 2022
1fad8a2
Change title
shwina Apr 20, 2022
43ddc2d
Using MyST-NB sphinx extension for Notebook execution and rendering
mmccarty Apr 21, 2022
5e70c13
Add Pandas comparison docs
shwina Apr 21, 2022
dd7c480
Move back to ipynb
shwina Apr 21, 2022
9828b01
Deletee md
shwina Apr 21, 2022
f8ff46e
Merge branch 'myst-nb' of github.com:mmccarty/cudf into reorg-docs
shwina Apr 21, 2022
1f64e42
Merge branch 'reorg-docs' into add-pandas-comparison
shwina Apr 21, 2022
bb87e73
Add more Pandas comparison notes
shwina Apr 21, 2022
3f9fcf1
Run notebooks
shwina Apr 21, 2022
867b8ca
Merge branch 'add-pandas-comparison' into reorg-docs
shwina Apr 21, 2022
21bdce9
set overflow for notebook output
mmccarty Apr 22, 2022
9e22eda
Update docs/cudf/source/_static/params.css
galipremsagar Apr 22, 2022
77dae5d
Move from .rst to .md
shwina Apr 22, 2022
09c9517
Merge branch 'myst-nb' of github.com:mmccarty/cudf into reorg-docs
shwina Apr 22, 2022
784eab2
Cache notebook runs
shwina Apr 22, 2022
f2daba8
Improvements to pandas comparison docs
shwina Apr 25, 2022
c458622
Remove Pandas comparison doc for now
shwina Apr 25, 2022
69d472c
Merge branch 'branch-22.06' of https://github.com/rapidsai/cudf into …
shwina Apr 26, 2022
2ea8332
Merge artefact
shwina Apr 26, 2022
8e72042
Merge io sources into one
shwina Apr 26, 2022
da86dc0
Use a wrapper to make special-table scrollable
shwina Apr 26, 2022
4afb2e3
Undo change to jupyter_execute_notebooks in conf.py
shwina Apr 26, 2022
b5444a9
Remove duplicate TOC in missing data notebook
shwina Apr 26, 2022
5b7809f
Merge branch 'branch-22.06' of https://github.com/rapidsai/cudf into …
shwina Apr 29, 2022
90fe4f5
Improve data-types table
shwina May 3, 2022
9427197
[skip-ci] Add the result of `gsr.dtype`
shwina May 3, 2022
7ef61af
[skip-ci] Fix warning render
shwina May 3, 2022
f8bc555
[skip-ci] or -> and
shwina May 3, 2022
52fc1bf
Changes after review
shwina May 4, 2022
41fdb06
Update docs/cudf/source/user_guide/internals.md
shwina May 4, 2022
1687d32
[skip-ci] More suggestions from review
shwina May 4, 2022
1085d34
gramar
shwina May 4, 2022
e68b86e
Merge branch 'reorg-docs' of github.com:shwina/cudf into reorg-docs
shwina May 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/cudf/source/_static/params.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ table.io-supported-types-table thead{

}

/* Used to make special-table scrollable when it overflows */
.special-table-wrapper {
width: 100%;
overflow: auto !important;
}

.special-table td, .special-table th {
border: 1px solid #dee2e6;
}

/* Needed to resolve https://github.com/executablebooks/jupyter-book/issues/1611 */
/* Needed to resolve https://github.com/executablebooks/jupyter-book/issues/1611 */
.output.text_html {
overflow: auto;
}
4 changes: 0 additions & 4 deletions docs/cudf/source/basics/PandasCompat.rst

This file was deleted.

62 changes: 0 additions & 62 deletions docs/cudf/source/basics/basics.rst

This file was deleted.

107 changes: 0 additions & 107 deletions docs/cudf/source/basics/dask-cudf.rst

This file was deleted.

Loading