adafruit / Adafruit_CircuitPython_Register

Python data descriptor classes to represent hardware registers on I2C devices.
MIT License
47 stars 21 forks source link

Got README.rst to render in PyPI #34

Closed evaherrada closed 4 years ago

evaherrada commented 4 years ago

Here's what it looked like previously (bold things in boxes are links that only Sphinx can render): register_old

Here's what it looks like after my changes: register_new

If you can think of a better way to do this, I'd love to hear it, because I feel like there's got to be a better way to do this. I'd also really like to make the formatting closer to what it originally was, but all the solutions I've found online only work with sphinx.

I have tested this locally and the links all work the same as they did previously

Here's the zip file of my local build of the docs: html.zip

evaherrada commented 4 years ago

@siddacious Just tried that but it didn't work