-
Notifications
You must be signed in to change notification settings - Fork 4
Reference terminology terms #117
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
Conversation
Add a fixed versions for both requirements
As fixing the sphinx and recommonmark requirements did not fix the failing build in Read the Docs, try to fix the other requiremetns as from the Docker container, which builds without isssues
Cross-referencing seems not to work properly when using an enumerated list. The guide for hoverxref recommends using sections
It seems ReStructuredText loves blank lines, so there must be a blank line between a ref and a section heading
the getting started document
Please use this link to see the changes, as As suggested by @pablo-de-andres, the Therefore (as suggested by @yoavnash), tooltips are added only in the "General architecture" section. If necessary in the future, they can be added to different documents. Note: In addition to adding tooltips to the terminology terms, this issue has been used to fix a failing "Read the Docs" build. Commits 635088b and 895c334 are dealing with this. |
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 sure how sustainable this will be in the long term, considering the overhead it takes to manually have to add a term
I agree with you, Pablo. I don't like it as well. It is hard to integrate when Markdown is the main formatting language. I was thinking of opening an issue on their repository asking about potential Markdown support. My second issue with the extension is that it does not give you any options of automatically "registering" terms. Say, for example, we want to "register" the term OSP and at each occurrence of it to have a tooltip over it. Or even better, to have a tooltip over it in its first N occurrences for a given user, and then remove the tooltips, as to not annoy the user. Appended 1: Appended 2: |
closes #83