From 1b5008bcd18f1bedddd2621a1e399b8cde3ebe70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0St=C4=99ch=C5=82y?= Date: Wed, 17 Oct 2018 17:08:10 +0200 Subject: [PATCH] Small fixes in intro.srt --- docs/intro.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index f58db562..275ad98f 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -81,9 +81,9 @@ from low energy states of the problem's objective function) must have and return an iterable of samples in order of increasing energy. You can set a default sampler using the `set_default_sampler()` function. -Below you can see how to create Chimera graphs implemented in the D-Wave 2X nad D-Wave 2000Q machines: +Below you can see how to create Chimera graphs implemented in the D-Wave 2X and D-Wave 2000Q systems: -.. code: python +.. code:: python import dwave_networkx as dnx @@ -92,5 +92,3 @@ Below you can see how to create Chimera graphs implemented in the D-Wave 2X nad # D-Wave 2000Q C = dnx.chimera_graph(16, 16, 4) - -