Actions
Bug #1524
closedMissing manual pages, e.g. UI Elements
Start date:
2021-06-01
Estimated time:
Found in version:
Description
The "UI Elements" entry in the manual does not work. When trying to look at it shows a "Not found" warning. https://thanados.openatlas.eu/static/manual/ui/index.html
Updated by Alexander Watzinger over 3 years ago
- Category set to UI
- Status changed from New to Acknowledged
- Target version set to 6.3.0
It looks like the sphinx/ui/index.rst and sphinx/ui/mneu.rst files are missing.
My guess is we created them at your computer but forgot to add and push them last time. Can you please check if you have these files locally and if you have please
git add .
commit and push it in develop after git pull origin develop.
Updated by Alexander Watzinger over 3 years ago
Exact steps would be: in the projects directory
git pull origin develop git add . git commit -a -m "Adding manual pages" git push origin develop
Updated by Alexander Watzinger over 3 years ago
- Subject changed from Manual UI Elements to Missing manual pages, e.g. UI Elements
- Status changed from Acknowledged to Closed
- Assignee set to Alexander Watzinger
Thank you Nina for pushing new version, my guess was correct and now missing pages are there, I also updated Thanados with new version.
Updated by Alexander Watzinger over 2 years ago
- Category changed from UI to Documentation
Actions