Skip to content

Commit c443592

Browse files
josh146chaeyeunparkAmintorDusko
authored
Update docs URL (#335)
* Update docs URL * Auto update version * Auto update version * update navbar Co-authored-by: Dev version update bot <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>
1 parent bc54a3e commit c443592

File tree

6 files changed

+90
-9
lines changed

6 files changed

+90
-9
lines changed

README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PennyLane-Lightning Plugin
1515

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

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

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

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

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

178178

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

191191

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

250-
.. acknowledgements-end-inclusion-marker-do-not-remove
250+
.. acknowledgements-end-inclusion-marker-do-not-remove

doc/_static/favicon.ico

10.9 KB
Binary file not shown.

doc/_static/logo.png

26 KB
Loading

doc/_static/pennylane.svg

+80
Loading

doc/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ def __getattr__(cls, name):
213213

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

pennylane_lightning/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.26.0-dev2"
19+
__version__ = "0.26.0-dev3"

0 commit comments

Comments
 (0)