Skip to content
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

Permit putting class members on 'stub' pages #104

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lukelbd
Copy link
Contributor

@lukelbd lukelbd commented May 25, 2020

This PR addresses item 3 from #91. It permits using "stub pages" for classes attributes and class methods, controlled by the automodsumm_stub_pages option. The default is False.

It inserts process_automodapi via app.connect with a higher priority than autosummary, so that autosummary can generate the stub pages referenced by the TOC tables in the automodsumm-generated class pages, and adds the automodsumm-generated pages to the env.found_docs list where autosummary can read them.

Base automatically changed from master to main March 9, 2021 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants