diff --git a/README.md b/README.md index 5511a0fef..899fedc76 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Zenodo](https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.5879859-blue)](https://doi.org/10.5281/zenodo.5879859) - You can see the full rendered docs at: - + |:warning:| The retworkx project has been renamed to **rustworkx**. The use of the retworkx package will still work for the time being but starting in the 1.0.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index 61e13c1b8..4e8977613 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -126,8 +126,8 @@ redirects[f"stubs/{source_str}"] = f"../apiref/{source_str}" if os.getenv("RETWORKX_LEGACY_DOCS", None) is not None: - redirects["*"] = "https://qiskit.org/documentation/rustworkx/$source.html" - html_baseurl = "https://qiskit.org/documentation/rustworkx/" + redirects["*"] = "https://qiskit.org/ecosystem/rustworkx/$source.html" + html_baseurl = "https://qiskit.org/ecosystem/rustworkx/" # Version extensions diff --git a/rustworkx-core/src/lib.rs b/rustworkx-core/src/lib.rs index ab54ad5dc..d1c7e72ef 100644 --- a/rustworkx-core/src/lib.rs +++ b/rustworkx-core/src/lib.rs @@ -59,7 +59,7 @@ //! The release notes for rustworkx-core are included as part of the rustworkx //! documentation which is hosted at: //! -//! +//! use std::convert::Infallible; diff --git a/setup.py b/setup.py index e0c73be2e..02d3ff6a5 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def readme(): project_urls={ "Bug Tracker": "https://github.com/Qiskit/rustworkx/issues", "Source Code": "https://github.com/Qiskit/rustworkx", - "Documentation": "https://qiskit.org/documentation/rustworkx", + "Documentation": "https://qiskit.org/ecosystem/rustworkx/", }, rust_extensions=RUST_EXTENSIONS, include_package_data=True,