mciepluc / cocotb-coverage

Functional Coverage and Constrained Randomization Extensions for Cocotb
BSD 2-Clause "Simplified" License
100 stars 15 forks source link

Add Sphinx code to handle epydoc formatting in constraint.py #9

Closed cmarqu closed 5 years ago

cmarqu commented 5 years ago

See also https://github.com/python-constraint/python-constraint/issues/4

mciepluc commented 5 years ago

Thanks a lot @cmarqu for all this work you have done. I didn't know python-constraint is now available on Github. The code I use currently is very old, probably from 2015... So I think for now it makes sense to make python-costraint a linked repository. Any objections?

cmarqu commented 5 years ago

Sounds fine to me. We can then work together with them to get their docs as Sphinx on the web, and use the intersphinx extension for cross-references.

mciepluc commented 5 years ago

@cmarqu is anything more to be done regarding this issue in cocotb-coverage? As python-constraint is now separated package, do you think any cross-references are needed?

cmarqu commented 5 years ago

Cross-references are not needed, so I'm closing this. We can always pick this up in the future once they have a Sphinx setup on the web.