-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
CI: Fail doc build on warning #22743
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1168273
FutureWarning from groupby.
TomAugspurger 41c8297
Purge read_table
TomAugspurger 2e76e84
Removed nested list example
TomAugspurger a70f86d
Fixed resample __iter__
TomAugspurger e4a8b06
Old whatsnew
TomAugspurger 693eead
Ecosystem
TomAugspurger e6b2c09
to_csv
TomAugspurger a7f0b38
to_json
TomAugspurger ff3d2dd
Handle subpackages better
TomAugspurger e544249
Fixed unexpected indent
TomAugspurger 8bdb920
Fixed "inline interpreted text..."
TomAugspurger ae0f8ff
Fixed "malformed hyperlink target"
TomAugspurger a275dfb
Add warnings to CLI
TomAugspurger b190866
Fixed unexpected indentation
TomAugspurger a46e4c7
newline after directive
TomAugspurger 74af53d
Maybe fix na_value not included in toctree
TomAugspurger 1668c65
Fixed no link to na_value
TomAugspurger dda2bfc
Fixed II ref
TomAugspurger a2b31ab
Fixed options ref
TomAugspurger 9f0a948
Fixed link to Resmpaler
TomAugspurger 158c46d
Change warning, error, linting
TomAugspurger c1a5ab8
Sample warning
TomAugspurger bbcd7bd
update contributing
TomAugspurger c8f206c
lint
TomAugspurger c917101
Merge remote-tracking branch 'upstream/master' into doc-warnings
TomAugspurger 30c9174
Fix call
TomAugspurger 5e0b275
write a parser
TomAugspurger 384ace8
try to exit
TomAugspurger 6a2a060
lint
TomAugspurger 378bd6d
Rework doc build
TomAugspurger 8859f97
executable scripts
TomAugspurger b9331f1
activate
TomAugspurger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed no link to na_value
- Loading branch information
commit 1668c654422dd5841c32b789a556388d42182192
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea on this one. Something with numpydoc / sphinx autodoc. I think autodoc detects that
na_value
has a "docstring" (comments), but numpydoc doesn't. Not super important.