Task #5722
Rest API Documentation shouldn't have a landing page
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Sprint 62
Quarter:
Description
The left-side navigation link "Rest API Documentation" should take you directly to https://docs.pulpproject.org/en/3.0/nightly/restapi.html
Associated revisions
Revision fb07a5bd
View on GitHub
Move Rest API to its own section.
We originally wanted the left-side navigation link to directly link to the ../restapi.html page, but sphinx doesn't allow for that. The left-navigation comes from the toctree, which requires each entry to be a page.
https://pulp.plan.io/issues/5722 closes #5722
(cherry picked from commit 7178d9475239b9f24566d38757e34e89e83b820c)
History
#1
Updated by daviddavis about 1 year ago
- Tracker changed from Issue to Task
- % Done set to 0
#2
Updated by daviddavis about 1 year ago
- Sprint set to Sprint 62
#3
Updated by bmbouter about 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
#4
Updated by bmbouter about 1 year ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulpcore/pull/405
#5
Updated by bmbouter about 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|7178d9475239b9f24566d38757e34e89e83b820c.
#6
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Move Rest API to its own section.
We originally wanted the left-side navigation link to directly link to the ../restapi.html page, but sphinx doesn't allow for that. The left-navigation comes from the toctree, which requires each entry to be a page.
https://pulp.plan.io/issues/5722 closes #5722