-
Notifications
You must be signed in to change notification settings - Fork 71
Feature/extlinks #382
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
Feature/extlinks #382
Conversation
Add the extlinks sphinx extensions and a basic JSON configuration file that we will load during the build. The conf.py is already pretty unwieldy so keeping this separate is probably a good idea. Signed-off-by: Randolph Sapp <[email protected]>
Use the new ti-linux-kernel-binding role provided through extlinks to reduce text and allow for quick branch changes. Signed-off-by: Randolph Sapp <[email protected]>
New warnings found with rstcheck:
|
This draft is to propose usage of extlinks as opposed to explicit links for quicker referencing and global updates to branches. It currently goes over one application of the extension: short links to device tree bindings. |
Eh, I'm going to close this out. I'm not really sure how helpful it will be. It has the issue of potentially generating invalid links when people update the version tags in the URL builder strings. It also doesn't mesh well with rstcheck; new additions will need be be synced with the rstcheck role ignore list. |
feat(extlinks): use ti-linux-kernel-binding role
Use the new ti-linux-kernel-binding role provided through extlinks to reduce
text and allow for quick branch changes.
Signed-off-by: Randolph Sapp [email protected]
feat(extlinks): add extlinks and a suitable config
Add the extlinks sphinx extensions and a basic JSON configuration file that we
will load during the build. The conf.py is already pretty unwieldy so keeping
this separate is probably a good idea.
Signed-off-by: Randolph Sapp [email protected]