fvutils / pyvsc

Python packages providing a library for Verification Stimulus and Coverage
https://fvutils.github.io/pyvsc
Apache License 2.0
113 stars 26 forks source link

Improve doc building and hyperlinking #1

Closed cmarqu closed 4 years ago

cmarqu commented 4 years ago

Using any as the default Sphinx role allows it to discover what to link automatically (when using single backticks) - you only need to be more specific in cases of overloaded names.

mballance commented 4 years ago

Thanks, @cmarqu! I'm still coming up-to-speed on RST and Sphinx, so appreciate your experience. Being able to start with cocotb's doc structure was definitely helpful, by the way...