robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

Make the docs more readable #26

Closed auscompgeek closed 5 years ago

auscompgeek commented 6 years ago

Right now, the documentation for cscore._cscore is… not very palatable. We could do a much better job of formatting it.

auscompgeek commented 6 years ago

It looks like that second point is due to the first point. If you indent the contents of the docstring correctly, the directives will inherit the py domain of the block.

auscompgeek commented 6 years ago

Ah, our monkey-patching forgot to add the indent. Ha!