diff --git a/.travis.yml b/.travis.yml index 9890ddcb..8f40d6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: false language: node_js node_js: 5.1 install: npm install +branches: + only: master before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start diff --git a/doc/MANUAL_amp-display.png b/doc/MANUAL_amp-display.png new file mode 100644 index 00000000..05bf8097 Binary files /dev/null and b/doc/MANUAL_amp-display.png differ diff --git a/doc/MANUAL_bloch-display.png b/doc/MANUAL_bloch-display.png new file mode 100644 index 00000000..4939f91a Binary files /dev/null and b/doc/MANUAL_bloch-display.png differ diff --git a/doc/MANUAL_chance-display.png b/doc/MANUAL_chance-display.png new file mode 100644 index 00000000..3b960767 Binary files /dev/null and b/doc/MANUAL_chance-display.png differ diff --git a/doc/MANUAL_circuit-editing-area.png b/doc/MANUAL_circuit-editing-area.png new file mode 100644 index 00000000..266a8605 Binary files /dev/null and b/doc/MANUAL_circuit-editing-area.png differ diff --git a/doc/MANUAL_controlled-display.png b/doc/MANUAL_controlled-display.png new file mode 100644 index 00000000..83c73a25 Binary files /dev/null and b/doc/MANUAL_controlled-display.png differ diff --git a/doc/MANUAL_controlled-epr-display.png b/doc/MANUAL_controlled-epr-display.png new file mode 100644 index 00000000..2447e36f Binary files /dev/null and b/doc/MANUAL_controlled-epr-display.png differ diff --git a/doc/MANUAL_density-display.png b/doc/MANUAL_density-display.png new file mode 100644 index 00000000..ad44bfd6 Binary files /dev/null and b/doc/MANUAL_density-display.png differ diff --git a/doc/MANUAL_measurement-types.png b/doc/MANUAL_measurement-types.png new file mode 100644 index 00000000..e7430846 Binary files /dev/null and b/doc/MANUAL_measurement-types.png differ diff --git a/doc/MANUAL_menu.png b/doc/MANUAL_menu.png new file mode 100644 index 00000000..2a5e4976 Binary files /dev/null and b/doc/MANUAL_menu.png differ diff --git a/doc/MANUAL_state-channel-duality.png b/doc/MANUAL_state-channel-duality.png new file mode 100644 index 00000000..69df46de Binary files /dev/null and b/doc/MANUAL_state-channel-duality.png differ diff --git a/doc/MANUAL_various-displays.png b/doc/MANUAL_various-displays.png new file mode 100644 index 00000000..7b3bc912 Binary files /dev/null and b/doc/MANUAL_various-displays.png differ diff --git a/html/export.partial.html b/html/export.partial.html index 1b42e0fd..af7d65a9 100644 --- a/html/export.partial.html +++ b/html/export.partial.html @@ -13,11 +13,21 @@ - JSON - Parsable representation of current circuit. + Circuit JSON - Parsable representation of current circuit.
  

         
+ +
+ Simulation Data JSON - Output amplitudes, detector results, display data, etc. +
+   + + +
+

+        
diff --git a/html/forge.partial.html b/html/forge.partial.html index 329865fa..6db612c3 100644 --- a/html/forge.partial.html +++ b/html/forge.partial.html @@ -31,7 +31,7 @@