LMBooth / pybci

Create real-time BCI's with the LSL, PyTorch, SKLearn and TensorFlow packages.
https://pybci.readthedocs.io/en/latest/
MIT License
22 stars 4 forks source link

DOC: inconsistent syntax highlighting #13

Closed jsheunis closed 1 year ago

jsheunis commented 1 year ago

I've noticed on several pages of the docs that class names or python expressions or similar are not always rendered in the expected syntax highlighting. E.g. className vs className or X = 1 vs X = 1. Please run through all the docs again to make sure you use this consistently.

Ping https://github.com/openjournals/joss-reviews/issues/5706

LMBooth commented 1 year ago

Hi @jsheunis, i've had a comb over and standardised so all py attributes, methods and classes are highlighted appropriately and all variables/equations are now in plain text too. Thanks for spotting this.