-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: add more links to the API in advanced.rst #22746
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
Conversation
d7fa99c
to
ecd7b5e
Compare
doc/source/advanced.rst
Outdated
@@ -213,8 +214,8 @@ tuples: | |||
s + s[:-2] | |||
s + s[::2] | |||
|
|||
``reindex`` can be called with another ``MultiIndex``, or even a list or array | |||
of tuples: | |||
The :meth:`~DataFrame.reindex` method of Series/DataFrames can be called with |
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.
Can you add backticks: Series/DataFrames --> ``Series``/``DataFrame``
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.
not contradicting, just curious: couldn't it also be ``Series/DataFrame``?
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 think the difference would whether the "/" gets styled as code or not: "Series
/DataFrame
" vs "Series/DataFrame
". I could be wrong though, and maybe reST is smarter than markdown in that regard.
Codecov Report
@@ Coverage Diff @@
## master #22746 +/- ##
=======================================
Coverage 92.16% 92.16%
=======================================
Files 169 169
Lines 50769 50769
=======================================
Hits 46791 46791
Misses 3978 3978
Continue to review full report at Codecov.
|
Thanks! |
Links were added to
advanced.rst
in #22671, but after reading the docs over agian, there still are some links missing and some are strangely placed. Changes consist mainly of: