We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ceabb6 commit d22fce1Copy full SHA for d22fce1
README.rst
@@ -53,12 +53,10 @@ resulting visualizations and use the editor tool `on this website
53
Reproducing viridis
54
^^^^^^^^^^^^^^^^^^^
55
56
-Load [viridis AKA option_d.py](https://github.com/BIDS/colormap/) using:
+Load `viridis AKA option_d.py <https://github.com/BIDS/colormap/>`__ using::
57
58
-```
59
-python -m viscm --uniform-space buggy-CAM02-UCS -m Bezier edit /tmp/option_d.py
60
+ viscm --uniform-space buggy-CAM02-UCS -m Bezier edit /tmp/option_d.py
61
62
Note that there was a small bug in the assumed sRGB viewing conditions
63
while designing viridis. It does not affect the outcome by much. Also
64
-see `python -m viscm --help`.
+see :code:`viscm --help`.
0 commit comments