-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fix various warnings #20509
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
DOC: Fix various warnings #20509
Conversation
doc/source/whatsnew/v0.10.0.txt
Outdated
@@ -409,7 +409,7 @@ N Dimensional Panels (Experimental) | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
|
|||
Adding experimental support for Panel4D and factory functions to create n-dimensional named panels. | |||
:ref:`Docs <dsintro.panel4d>` for NDim. Here is a taste of what to expect. | |||
`Docs` for NDim. Here is a taste of what to expect. |
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.
I would just remove the "Docs for NDim" part
doc/source/whatsnew/v0.16.1.txt
Outdated
@@ -26,7 +26,7 @@ Highlights include: | |||
|
|||
.. warning:: | |||
|
|||
In pandas 0.17.0, the sub-package ``pandas.io.data`` will be removed in favor of a separately installable package. See :ref:`here for details <remote_data.pandas_datareader>` (:issue:`8961`) | |||
In pandas 0.17.0, the sub-package ``pandas.io.data`` will be removed in favor of a separately installable package. See `here for details` (:issue:`8961`) |
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.
same here, I would just remove the "See here for details"
Codecov Report
@@ Coverage Diff @@
## master #20509 +/- ##
==========================================
- Coverage 91.84% 91.84% -0.01%
==========================================
Files 152 152
Lines 49261 49260 -1
==========================================
- Hits 45245 45244 -1
Misses 4016 4016
Continue to review full report at Codecov.
|
OK, if this all passes I think it's ready. There are still a few warnings left, but those are more involved. |
No description provided.