nus-cs2103-AY2122S2 / pe-dev-response

0 stars 0 forks source link

Erroneous table of content in DG #1066

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


Similar to the bug found in the UG, the table of contents section in the DG appears to not be rendered properly as well.

image.png


[original: nus-cs2103-AY2122S2/pe-interim#1323] [original labels: severity.VeryLow type.DocumentationBug]

ianfromdover commented 2 years ago

Team's Response

We are marking this a duplicate of #2918, as both issues (missing ToC in UG, and in DG) are caused by the same Markdown parser misconfiguration; as a result, it is impossible to rectify one issue without rectifying the other.

This is also substantiated by the PE guidelines:

What bugs can be considered duplicates? [...] Only the following cases can be considered duplicates:
(a) The exact same bug reported multiple times.
(b) Multiple buggy behaviors that are actually caused by the same defect and cannot be fixed independently (i.e., fixing one fixes the others automatically).

Duplicate status (if any):

Duplicate of #2918