Skip to content

Commit

Permalink
Update docs URL (#335)
Browse files Browse the repository at this point in the history
* Update docs URL

* Auto update version

* Auto update version

* update navbar

Co-authored-by: Dev version update bot <chae-yeun@xanadu.ai>
Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 23, 2022
1 parent bc54a3e commit c443592
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PennyLane-Lightning Plugin

.. image:: https://img.shields.io/readthedocs/pennylane-lightning.svg?logo=read-the-docs&style=flat-square
:alt: Read the Docs
:target: https://pennylane-lightning.readthedocs.io
:target: https://docs.pennylane.ai/projects/lightning

.. image:: https://img.shields.io/pypi/v/PennyLane-Lightning.svg?style=flat-square
:alt: PyPI
Expand All @@ -29,7 +29,7 @@ PennyLane-Lightning Plugin
The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++.

`PennyLane <https://pennylane.readthedocs.io>`_ is a cross-platform Python library for quantum machine
`PennyLane <https://docs.pennylane.ai>`_ is a cross-platform Python library for quantum machine
learning, automatic differentiation, and optimization of hybrid quantum-classical computations.

.. header-end-inclusion-marker-do-not-remove
Expand Down Expand Up @@ -103,7 +103,7 @@ For GPU support, `PennyLane-Lightning-GPU <https://github.com/PennyLaneAI/pennyl
$ pip install pennylane-lightning[gpu]
For more information, please refer to the PennyLane Lightning GPU `documentation <https://pennylane-lightning-gpu.readthedocs.io/>`_.
For more information, please refer to the PennyLane Lightning GPU `documentation <https://docs.pennylane.ai/projects/lightning-gpu>`_.

Testing
-------
Expand Down Expand Up @@ -172,8 +172,8 @@ Note that OpenMP and BLAS are disabled in this setting.
.. installation-end-inclusion-marker-do-not-remove
Please refer to the `plugin documentation <https://pennylane-lightning.readthedocs.io/>`_ as
well as to the `PennyLane documentation <https://pennylane.readthedocs.io/>`_ for further reference.
Please refer to the `plugin documentation <https://docs.pennylane.ai/projects/lightning/>`_ as
well as to the `PennyLane documentation <https://docs.pennylane.ai/>`_ for further reference.


Docker Support
Expand All @@ -186,7 +186,7 @@ One can also build the Pennylane-Lightning image using Docker:
$ cd pennylane-lightning
$ docker build -t lightning/base -f docker/Dockerfile .
Please refer to the `PennyLane installation <https://pennylane.readthedocs.io/en/stable/development/guide/installation.html#installation>`_ for detailed description about PennyLane Docker support.
Please refer to the `PennyLane installation <https://docs.pennylane.ai/en/stable/development/guide/installation.html#installation>`_ for detailed description about PennyLane Docker support.


Contributing
Expand Down Expand Up @@ -247,4 +247,4 @@ PennyLane Lightning makes use of the following libraries and tools, which are un
- **Kokkos Core:** https://github.com/kokkos/kokkos
- **Kokkos Kernels:** https://github.com/kokkos/kokkos-kernels

.. acknowledgements-end-inclusion-marker-do-not-remove
.. acknowledgements-end-inclusion-marker-do-not-remove
Binary file modified doc/_static/favicon.ico
Binary file not shown.
Binary file added doc/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions doc/_static/pennylane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ def __getattr__(cls, name):

# xanadu theme options (see theme.conf for more information)
html_theme_options = {
"navbar_wordmark_path": "_static/pl_wordmark.png",
"navbar_logo_path": "_static/logo.png",
"navbar_wordmark_path": "_static/pennylane.svg",
# Specifying #19b37b is more correct but does not match the other PL websites.
"navbar_logo_colour": "#2d7c7f",

Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.26.0-dev2"
__version__ = "0.26.0-dev3"

0 comments on commit c443592

Please sign in to comment.