Skip to content

DOC: document public/private subpackages in api.rst #16087

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

Conversation

jorisvandenbossche
Copy link
Member

WIP (have to run now)

This page gives an overview of all public pandas objects, functions and
methods. In general, all classes and functions exposed in the top-level
``pandas.*`` namespace are regarded as public.
Further some of the subpackages are public as well, including `pandas.errors``,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing an opening backtick.

And could these all be be links?

:mod:`pandas.errors`

Though I don't think we do any module-level things in the toctree, so maybe not.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I don't think such links would currently work. But we could make such pages. That would actually maybe not bad for the subpackages, to have one page with all functions, instead of each function on a separate page.
But anyway, that is for another PR

@TomAugspurger TomAugspurger added this to the 0.20.0 milestone Apr 21, 2017
@codecov
Copy link

codecov bot commented Apr 21, 2017

Codecov Report

Merging #16087 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16087      +/-   ##
==========================================
+ Coverage   90.84%   90.85%   +<.01%     
==========================================
  Files         159      159              
  Lines       50774    50790      +16     
==========================================
+ Hits        46127    46143      +16     
  Misses       4647     4647
Flag Coverage Δ
#multiple 88.63% <ø> (ø) ⬆️
#single 40.36% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/api.py 71.42% <0%> (-28.58%) ⬇️
pandas/util/hashing.py
pandas/formats/style.py
pandas/tools/hashing.py 99.02% <0%> (ø)
pandas/util/importing.py 0% <0%> (ø)
pandas/util/testing.py 79.62% <0%> (+0.24%) ⬆️
pandas/plotting/_converter.py 65.35% <0%> (+1.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcd2f70...bee8769. Read the comment docs.


.. autosummary::
:toctree: generated/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

infer_dtype as well

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

(for now I left out the is_* ones, as they don't all have a docstring yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants