Skip to content

Commit

Permalink
Remove interactive from the docs (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Oct 14, 2021
1 parent 825fa27 commit c1eed81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ Features
<https://strawberryfields.ai/photonics/demonstrations.html#optimization-and-machine-learning>`__
your quantum programs with our end-to-end differentiable TensorFlow backend

* Powers the `Strawberry Fields Interactive <https://strawberryfields.ai>`_ web app, which allows
anyone to run a quantum computing simulation via **drag and drop**


Installation
============
Expand All @@ -70,10 +67,6 @@ Strawberry Fields requires Python version 3.6, 3.7, or 3.8. Installation of Stra
Getting started
===============

To see Strawberry Fields in action immediately, try out our `Strawberry Fields Interactive
<https://strawberryfields.ai>`_ web application. Prepare your initial states, drag and drop gates,
and watch your simulation run in real time right in your web browser.

To get started with writing your own Strawberry Fields code, begin with our `photonic circuit
quickstart guides
<https://strawberryfields.readthedocs.io/en/stable/introduction/introduction.html>`__, before
Expand All @@ -86,7 +79,7 @@ exploring our many `tutorials <https://strawberryfields.ai/photonics/demonstrati
<img src="https://raw.githubusercontent.com/XanaduAI/strawberryfields/master/doc/_static/readme_panel1.png" width="900px">
</a>

Finally, read more about using Strawberry Fields with `photonic hardware
Next, read more about using Strawberry Fields with `photonic hardware
<https://strawberryfields.ai/photonics/hardware/index.html>`__, including code demonstrations
and an overview of Xanadu's quantum photonic hardware.

Expand Down
6 changes: 1 addition & 5 deletions doc/_static/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="https://strawberryfields.ai/interactive">Interactive
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../index.html">Documentation</a>
</li>
Expand Down Expand Up @@ -163,7 +159,7 @@ <h5 class=" mb-1 footer-heading">Xanadu</h5>
<h5 class=" mb-1 footer-heading">Strawberry Fields</h5>
<hr width=100px class="d-inline-block mt-0 mb-1 Deep-purple accent-4">
<ul class="list-unstyled">
<li><a class="" href="https://strawberryfields.ai/">Interactive</a></li>
<li><a class="" href="https://strawberryfields.ai/">Home page</a></li>
<li><a class="" href="https://github.com/XanaduAI/strawberryfields">GitHub</a></li>
<li><a class="" href="https://strawberryfields.readthedocs.io/">Documentation</a></li>
<li><a class="" href="https://u.strawberryfields.ai/slack/">Slack channel</a></li>
Expand Down
5 changes: 0 additions & 5 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ Features
<https://strawberryfields.ai/photonics/demonstrations.html#optimization-and-machine-learning>`__
your quantum programs with our end-to-end differentiable TensorFlow backend

..
* Powers the `Strawberry Fields Interactive <https://strawberryfields.ai>`_ web app, which allows
anyone to run a quantum computing simulation via **drag and drop**


How to cite
===========
Expand Down
2 changes: 1 addition & 1 deletion doc/xanadu_theme/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h5 class=" mb-1 footer-heading">Xanadu</h5>
<h5 class=" mb-1 footer-heading">Strawberry Fields</h5>
<hr width=100px class="d-inline-block mt-0 mb-1 Deep-purple accent-4">
<ul class="list-unstyled">
<li><a class="" href="https://strawberryfields.ai/">Interactive</a></li>
<li><a class="" href="https://strawberryfields.ai/">Home page</a></li>
<li><a class="" href="https://github.com/XanaduAI/strawberryfields">GitHub</a></li>
<li><a class="" href="https://strawberryfields.readthedocs.io/">Documentation</a></li>
<li><a class="" href="https://u.strawberryfields.ai/slack/">Slack channel</a></li>
Expand Down

0 comments on commit c1eed81

Please sign in to comment.