Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Slightly reorganize api docs.#19440

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jklymak merged 1 commit intomatplotlib:masterfromanntzer:apidoc
Feb 5, 2021
Merged

Conversation

anntzer
Copy link
Contributor

  • Move _enums to _enums_api, consistently with other modules, and
    move it to the end (together with the other private module, _api).

  • Group the various GUI backends together based on the GUI toolkit.
    (It seems a bit silly to have so many pages which all refer to
    backends with no generated docs anyways, and even if we could easily
    generate docs for them on CI we would not want to document all 4
    mostly indentical copies of qt{4,5}{agg,cairo} on 4 different pages.)

PR Summary

PR Checklist

  • Has pytest style unit tests (andpytest passes).
  • IsFlake 8 compliant (runflake8 on changed files to check).
  • New features are documented, with examples if plot related.
  • Documentation is sphinx and numpydoc compliant (the docs shouldbuild without error).
  • Conforms to Matplotlib style conventions (installflake8-docstrings and runflake8 --docstring-convention=all).
  • New features have an entry indoc/users/next_whats_new/ (follow instructions in README.rst there).
  • API changes documented indoc/api/next_api_changes/ (follow instructions in README.rst there).

jklymak
jklymak previously requested changesFeb 3, 2021
Copy link
Member

@jklymakjklymak left a comment

Choose a reason for hiding this comment

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

Blocking just so that we sort out the moving/redirect process before this is merged. We will likely try to start using reredirects and this PR would need entries in the list of re-directs.https://gitlab.com/documatt/sphinx-reredirects/-/tree/master/

anntzer reacted with thumbs up emoji
@jklymak
Copy link
Member

This has a real error?

/home/circleci/project/doc/api/backend_wx_api.rst:12: WARNING: py:mod reference target not found: matplotlib.backends.backend_wxcairo

@jklymakjklymak mentioned this pull requestFeb 4, 2021
8 tasks
- Move _enums to _enums_api, consistently with other modules, and  move it to the end (together with the other private module, _api).- Group the various GUI backends together based on the GUI toolkit.  (It seems a bit silly to have so many pages which all refer to  backends with no generated docs anyways, and even if we could easily  generate docs for them on CI we would not want to document all 4  mostly indentical copies of qt{4,5}{agg,cairo} on 4 different pages.)  Also use `.. module::` entries to fix broken references.
@anntzer
Copy link
ContributorAuthor

hopefully better now...

@jklymakjklymak merged commit58775f7 intomatplotlib:masterFeb 5, 2021
@jklymak
Copy link
Member

How did you make the missing_references.json?

@anntzeranntzer deleted the apidoc branchFebruary 5, 2021 07:48
@anntzer
Copy link
ContributorAuthor

make O=-Dmissing_references_write_json=1 html

@jklymakjklymak added this to thev3.4.0 milestoneFeb 7, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jklymakjklymakjklymak approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.4.0
Development

Successfully merging this pull request may close these issues.

2 participants
@anntzer@jklymak

[8]ページ先頭

©2009-2025 Movatter.jp