qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

deploy documentation in qiskit.org/ecosystem #937

Closed 1ucian0 closed 1 year ago

1ucian0 commented 1 year ago

Similar to https://github.com/Qiskit/qiskit-aer/pull/1748, see https://github.com/Qiskit/qiskit.org/issues/3038 for more context

Summary

The Qiskit Ecosystem lives in qiskit.org/ecosystem and new place for qiskit related projects that are not technically Qiskit. This PR adds that destination for documentation deployment.

Details and comments

For now, a copy of the same docs in ecosystem would allow to have both q.o/documentation and q.o/ecosystem for testing that everything is fine. Once that's done, the CDN will redirects to the new location and the deploy to q.o/documentation can be removed.

Eric-Arellano commented 1 year ago

Since they are all updates to comments, I can approve this.

To clarify, this new line is actual code:

rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/metal

But Luciano has made this change successfully in ~10+ repos and this PR looks good to me. So this was safe to merge.