-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Conversation
scripts/make_api_rst.py
Outdated
@@ -78,6 +79,73 @@ def ltr_tag(v): | |||
r"""^(?:([\w.]+::)?([\w.]+\.)?(\w+)\s*(?:\((.*)\)(?:\s*->\s*([\w.]+(?:\[.*?\])?))?(?:\s*\[(signal)\])?)?)?$""" | |||
) | |||
|
|||
group_names = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be coherent, I would move this to https://github.com/qgis/pyqgis-api-docs-builder/blob/main/pyqgis_conf.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@3nids done
And include the brief description of classes in the table
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
c850702
to
ca8d93c
Compare
@3nids what's involved in publishing a new version to the actual site? When's that triggered? |
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. |
And include the brief description of classes in the table.
Before:
After: