os-api-ref: duplicate labels for selectors
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstackdocstheme |
Confirmed
|
Low
|
Unassigned |
Bug Description
I'm working in a tree with v1 and v2 directories in the api-ref/source directory. Each of the v1 and v2 APIs have operations to Create X, List X, Update X. I'm getting these warnings which cause the sphinx build to fail in -W mode:
api-ref/
api-ref/
api-ref/
api-ref/
As a workaround, I changed the section titles slightly so that the generated label would be different, e.g., "List images" vs. "Show images", "Delete image" vs. "Delete an image", but we should probably look for something more robust here. Maybe a way to specify a prefix to be used for label creation within a particular file? Something like:
.. api_ref_
Changed in openstack-doc-tools: | |
assignee: | nobody → Karen Bradshaw (kbhawkey) |
Changed in openstack-doc-tools: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in openstack-doc-tools: | |
status: | Confirmed → In Progress |
Changed in openstack-doc-tools: | |
assignee: | Karen Bradshaw (kbhawkey) → nobody |
status: | In Progress → Confirmed |
FWIW, I'm running into this while working on the Cinder v3 API ref too.