Closed
Description
The "Class Discription" link under "What's Inside?" in readme.rst is broken.
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
The "Class Discription" link under "What's Inside?" in readme.rst is broken.
Activity
devyte commentedon Sep 6, 2017
You are right. I don't know rst markup. Can you figure out the needed change and report it here? I can then fix it.
dragondaud commentedon Sep 30, 2018
Existing:
Class Description <class-description>
__Should be:
Class Description
_Where a single underscore is an internal link, and the <> are not needed as the section name matches the link text. I will create a PR for this minor fix.