-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Use .inc.qhelp
extension for included help files
#5275
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 .inc.qhelp
extension for included help files
#5275
Conversation
==================== | ||
|
||
To reuse content between different help topics, you can store shared content in one query help file and then include it in a number of other query help files using the ``include`` element. The shared content can be stored either in the same directory as the including files, or in ``SEMMLE_DIST/docs/include``. | ||
When a query help file is only included by other help files but does not belong to a specific query, it should have the file extension ``.inc.qhelp``. |
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.
Do you think it makes sense to include this? Any feedback is appreciated.
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.
I'm not on the documentation team, but this looks good to me 👍
178c61d
to
5a8ffa5
Compare
Looks like |
Ah right, though that file appears to be unused (#5274, unless I am overlooking something); should I simply delete it instead? |
It should actually be renamed to |
Follow-up for #5226 (comment). This pull request updates the
.qhelp
files only used ininclude
by the other languages to use the extension.inc.qhelp
as well.