You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While researching #279 it's become obvious that our RST page anchoring for extended classes could be improved. For two reasons:
hundreds of Sphinx warnings are generated during make html citing "WARNING: duplicate label < prefix >-< spinal_name >", e.g.
docs/built_rst/csv/elements/ballot_measure_contest.rst:72: WARNING: duplicate label multi-csv-contest-base, other instance in docs/built_rst/csv/elements/party_contest.rst
clicking Extends reference links in the documentation will sometimes take the user away from the original class page they are reviewing. For example, while reviewing BallotMeasureContest, if the Extends [ContestBase] link is clicked, the user is taken to the PartyContest page.
Assigning this to the 6.0 Milestone to be a part of the PR for #279.
This might be improved upon by updating the label value to include the "parent" class when it is passed to
While researching #279 it's become obvious that our RST page anchoring for extended classes could be improved. For two reasons:
make html
citing "WARNING: duplicate label < prefix >-< spinal_name >", e.g.Extends
reference links in the documentation will sometimes take the user away from the original class page they are reviewing. For example, while reviewing BallotMeasureContest, if theExtends [ContestBase]
link is clicked, the user is taken to thePartyContest
page.Assigning this to the 6.0 Milestone to be a part of the PR for #279.
This might be improved upon by updating the
label
value to include the "parent" class when it is passed tovip-specification/scripts/vippy/rest.py
Line 131 in 04116a0
But this will need some further review :)
The text was updated successfully, but these errors were encountered: