Info |
---|
TSC approved the migration of the Doc repo away from using git submodules to using intersphinx linking instead TSC 2020-01-30 |
Background information
View file |
---|
name | LFN Documentation - LFN Developer Forum 2020 (1).pdf |
---|
height | 150 |
---|
|
View file |
---|
name | Docs next steps (1).pptx |
---|
height | 150 |
---|
|
...
- All Changes merged now to add each project's config
- Attached Next Steps ppt describing what we need to do next
- We are working to add a new index label that is common across all repos
- Internal links should be converted to intersphinx ones
- Example: https://gerrit.onap.org/r/c/doc/+/105175
- We are looking into how to make this task fast and put some instructions on what to do so that we can have some volunteers helping
- There are aprox 300 links to fix
Display impact detected on https://onap-doc.readthedocs.io/
Image Added
- The screen to display the content (div .wy-nav-content) is limited to 800px for the various projects (default CSS configuration by Sphinx) while the previous value was fixed to unlimited as configured in ribbon.css => https://git.onap.org/doc/tree/docs/_static/css
Need to align the Documentation project CSS with project CSS. Currently, there is no CSS in the various project directory while the conf.py includes a css link cf https://git.onap.org/oom/tree/docs/conf.py and no CSS file is not part of the project
defsetup(app): app.add_stylesheet("css/ribbon_onap.css")