File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ be used anywhere a system with many degrees of freedom is controllable
99by computer.
1010To learn more about QCoDeS, browse our `homepage <http://qcodes.github.io/Qcodes >`_ .
1111
12- To get a feeling of qcodes read
12+ To get a feeling of QCoDeS read
1313`15 minutes to QCoDeS <http://qcodes.github.io/Qcodes/examples/15_minutes_to_QCoDeS.html >`__,
14- and/or browse the Jupyter notebooks in `docs/examples
14+ and/or browse the Jupyter notebooks in `docs/examples
1515<https://github.com/QCoDeS/Qcodes/tree/master/docs/examples> `__ .
1616
17-
1817QCoDeS is compatible with Python 3.6+. It is primarily intended for use
1918from Jupyter notebooks, but can be used from traditional terminal-based
2019shells and in stand-alone scripts as well. The features in
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ def readme():
4646 'Copenhagen / Delft / Sydney / Microsoft quantum computing '
4747 'consortium' ,
4848 long_description = readme (),
49+ long_description_content_type = 'text/x-rst' ,
4950 url = 'https://github.com/QCoDeS/Qcodes' ,
5051 classifiers = [
5152 'Development Status :: 3 - Alpha' ,
You can’t perform that action at this time.
0 commit comments