-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy documentation in qiskit.org/ecosystem #54
Merged
1ucian0
merged 4 commits into
qiskit-community:master
from
1ucian0:move_docs_to_ecosystem
Aug 11, 2023
Merged
deploy documentation in qiskit.org/ecosystem #54
1ucian0
merged 4 commits into
qiskit-community:master
from
1ucian0:move_docs_to_ecosystem
Aug 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
16 tasks
mtreinish
reviewed
May 12, 2023
Bump @mtreinish |
mtreinish
reviewed
Aug 11, 2023
mtreinish
approved these changes
Aug 11, 2023
1ucian0
commented
Aug 11, 2023
tools/deploy_documentation.sh
Outdated
Comment on lines
33
to
34
rclone sync --progress ./docs/_build IBMCOS:qiskit-org-web-resources/documentation/partners/aqt | ||
rclone sync --progress ./docs/_build IBMCOS:qiskit-org-web-resources/ecosystem/aqt-provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
rclone sync --progress ./docs/_build IBMCOS:qiskit-org-web-resources/documentation/partners/aqt | |
rclone sync --progress ./docs/_build IBMCOS:qiskit-org-web-resources/ecosystem/aqt-provider | |
rclone sync --progress ./docs/_build IBMCOS:qiskit-org-web-resources/ecosystem/aqt-provider |
wilfried-huss
pushed a commit
that referenced
this pull request
Sep 26, 2023
* http: use httpx instead of requests * test_resource: add simple http requests tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Similar to Qiskit/qiskit-aer#1748, see Qiskit/qiskit.org#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.