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

Module overview interlinking #36

Open
atagar opened this issue Dec 21, 2019 · 0 comments
Open

Module overview interlinking #36

atagar opened this issue Dec 21, 2019 · 0 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@atagar
Copy link
Contributor

@atagar atagar commented Dec 21, 2019

Migrated from ticket 7632.

Presently we're including a summary for modules at the top of their page. These summaries include classes, methods, and show their inheritance/membership. For instance this.

​This is fine and well, but I'm doing it via a preformatted text block to take advantage of the monospaced text to show membership. This is a hack, and doing it this way means that we can't include links to the class/method documentation.

We should check to see if there's a better way of doing module overviews, maybe asking on the sphinx list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment