Skip to content

remove docs from packages #38846

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

Merged
merged 35 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
431dec8
remove docs from packages
jameslamb Dec 31, 2020
1e837f7
Merge branch 'master' into misc/remove-docs
jameslamb Jan 1, 2021
3aee9b9
add changelog note
jameslamb Jan 1, 2021
f699c97
Merge branch 'master' into misc/remove-docs
jameslamb Jan 2, 2021
d0670ab
Merge branch 'master' into misc/remove-docs
jameslamb Jan 5, 2021
5e17a94
Merge branch 'master' into misc/remove-docs
jameslamb Jan 5, 2021
77ac676
Merge branch 'master' into misc/remove-docs
jameslamb Jan 9, 2021
066f10e
Merge branch 'master' into misc/remove-docs
jameslamb Jan 16, 2021
80fc2e0
Merge branch 'master' into misc/remove-docs
jameslamb Jan 22, 2021
4f47972
Merge branch 'master' into misc/remove-docs
jameslamb Jan 25, 2021
88731f3
Merge branch 'master' into misc/remove-docs
jameslamb Jan 27, 2021
30f74be
Merge branch 'misc/remove-docs' of github.com:jameslamb/pandas into m…
jameslamb Jan 27, 2021
fefb813
Merge branch 'master' into misc/remove-docs
jameslamb Feb 1, 2021
b76ae3a
Merge branch 'misc/remove-docs' of github.com:jameslamb/pandas into m…
jameslamb Feb 1, 2021
b0783ab
Merge branch 'master' into misc/remove-docs
jameslamb Feb 4, 2021
490cfa8
Merge branch 'misc/remove-docs' of github.com:jameslamb/pandas into m…
jameslamb Feb 4, 2021
e673513
Merge branch 'master' into misc/remove-docs
jameslamb Feb 5, 2021
ca59a74
Merge branch 'master' into misc/remove-docs
jameslamb Feb 10, 2021
c899499
Merge branch 'misc/remove-docs' of github.com:jameslamb/pandas into m…
jameslamb Feb 10, 2021
a3c9d97
Merge branch 'master' into misc/remove-docs
jameslamb Feb 11, 2021
f435149
Merge branch 'misc/remove-docs' of github.com:jameslamb/pandas into m…
jameslamb Feb 11, 2021
7d5f044
Merge branch 'master' into misc/remove-docs
jameslamb Feb 16, 2021
01c2a8b
Merge branch 'master' into misc/remove-docs
jameslamb Feb 21, 2021
9d29990
Merge branch 'master' into misc/remove-docs
jameslamb Feb 26, 2021
5eb1fdd
Merge branch 'master' into misc/remove-docs
jameslamb Mar 2, 2021
086c435
Merge branch 'master' into misc/remove-docs
jameslamb Mar 5, 2021
6a912ab
Merge branch 'master' into misc/remove-docs
jameslamb Mar 12, 2021
b5c6b6b
Merge branch 'master' into misc/remove-docs
jameslamb Mar 14, 2021
5d63447
Merge branch 'master' into misc/remove-docs
jameslamb Mar 16, 2021
f9a3fe9
Merge branch 'master' into misc/remove-docs
jameslamb Mar 17, 2021
cb457f9
Merge branch 'master' into misc/remove-docs
jameslamb Mar 21, 2021
8d8cee4
Merge branch 'master' into misc/remove-docs
jameslamb Mar 25, 2021
ea0d6ec
Merge branch 'master' into misc/remove-docs
jameslamb Mar 29, 2021
648187a
put docs back
jameslamb Mar 29, 2021
fe37673
Merge branch 'master' into misc/remove-docs
jameslamb Apr 6, 2021
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
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ global-exclude *.h5
global-exclude *.html
global-exclude *.json
global-exclude *.jsonl
global-exclude *.pdf
global-exclude *.pickle
global-exclude *.png
global-exclude *.pptx
global-exclude *.pyc
global-exclude *.pyd
global-exclude *.ods
Expand Down
5 changes: 5 additions & 0 deletions doc/source/whatsnew/v1.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,11 @@ Other API changes
- Accessing ``_constructor_expanddim`` on a :class:`DataFrame` and ``_constructor_sliced`` on a :class:`Series` now raise an ``AttributeError``. Previously a ``NotImplementedError`` was raised (:issue:`38782`)
-

Build
=====

- Documentation in ``.pptx`` and ``.pdf`` formats are no longer included in wheels or source distributions. (:issue:`30741`)

.. ---------------------------------------------------------------------------

.. _whatsnew_130.deprecations:
Expand Down