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

Use a proper table for module TOC #162

Merged
merged 10 commits into from
Aug 18, 2024
Merged

Conversation

nyalldawson
Copy link
Contributor

And include the brief description of classes in the table.

Before:

image

After:

image

@nyalldawson
Copy link
Contributor Author

Now groups classes by logical group, eg:

image

image

@nyalldawson nyalldawson reopened this Aug 16, 2024
@@ -78,6 +79,73 @@ def ltr_tag(v):
r"""^(?:([\w.]+::)?([\w.]+\.)?(\w+)\s*(?:\((.*)\)(?:\s*->\s*([\w.]+(?:\[.*?\])?))?(?:\s*\[(signal)\])?)?)?$"""
)

group_names = {
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@3nids done

@3nids 3nids merged commit 2732f55 into qgis:main Aug 18, 2024
5 checks passed
@nyalldawson
Copy link
Contributor Author

@3nids what's involved in publishing a new version to the actual site? When's that triggered?

@nyalldawson nyalldawson deleted the class_toc_summary branch August 18, 2024 07:49
@3nids
Copy link
Member

3nids commented Aug 18, 2024

Every push to main on this repo will publish a new version, otherwise it's at least once per week if there is no activity here.

It used the Deb packages, so any change on QGIS source takes a couple of days to be reflected.

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

Successfully merging this pull request may close these issues.

2 participants