Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

move non-Qiskit documentation out of qiskit.org/documentation #3054

Closed
37 of 40 tasks
1ucian0 opened this issue Mar 23, 2023 · 6 comments
Closed
37 of 40 tasks

move non-Qiskit documentation out of qiskit.org/documentation #3054

1ucian0 opened this issue Mar 23, 2023 · 6 comments
Assignees
Milestone

Comments

@1ucian0
Copy link
Member

1ucian0 commented Mar 23, 2023

As we move towards a more strict qiskit == qiskit-terra, the non-qiskit projects that are deploying their documentation in qiskit.org/documentation/<something> need to slowly start moving somewhere else. In most cases, that will be qiskit.org/ecosystem/<something>. This affects the following projects:

  1. https://qiskit.org/documentation/aer/
  2. https://qiskit.org/documentation/rustworkx/
  3. https://qiskit.org/documentation/retworkx/
  4. https://qiskit.org/documentation/partners/ionq/
  5. https://qiskit.org/documentation/partners/aqt/
  6. https://qiskit.org/documentation/experiments/
  7. https://qiskit.org/documentation/nature/
  8. https://qiskit.org/documentation/optimization/
  9. https://qiskit.org/documentation/partners/qiskit_ibm_runtime/
  10. https://qiskit.org/documentation/machine-learning/
  11. https://qiskit.org/documentation/finance/
  12. https://qiskit.org/documentation/partners/mthree/
  13. https://qiskit.org/documentation/partners/qiskit_ibm_provider/
  14. https://qiskit.org/documentation/partners/qiskit_ibm_experiment/
  15. https://qiskit.org/documentation/neko/
  16. https://qiskit.org/documentation/metal/
  17. https://qiskit.org/documentation/dynamics/

The tasks for each of these projects are the following:

@HuangJunye
Copy link
Contributor

Moving qiskit-ibmq-provider documentation to its own standalone documentation site is not mentioned here. We can create a separate issue in an appropriate repo. But I just want to mention it here and @Guillermo-Mijares-Vilarino will work on that.

@1ucian0
Copy link
Member Author

1ucian0 commented Apr 14, 2023

configure CDN to redirect

Submitted the following redirects:

const DOCS_ECOSYSTEM_REDIRECTIONS = [
    [/^qiskit\.org\/documentation\/partners\/ionq\/(.*)/, 'qiskit.org/ecosystem/ionq/$1'],
    [/^qiskit\.org\/documentation\/partners\/aqt\/(.*)/, 'qiskit.org/ecosystem/aqt/$1'],
    [/^qiskit\.org\/documentation\/partners\/ibm-runtime\/(.*)/, 'qiskit.org/ecosystem/ibm-runtime/$1'],
    [/^qiskit\.org\/documentation\/partners\/qiskit_ibm_provider\/(.*)/, 'qiskit.org/ecosystem/ibm-provider/$1'],
    [/^qiskit\.org\/documentation\/partners\/qiskit_ibm_experiment\/(.*)/, 'qiskit.org/ecosystem/ibm-experiment/$1'],
    [/^qiskit\.org\/documentation\/partners\/mthree\/(.*)/, 'qiskit.org/ecosystem/mthree/$1'],
    [/^qiskit\.org\/documentation\/aer\/(.*)/, 'qiskit.org/ecosystem/aer/$1'],
    [/^qiskit\.org\/documentation\/rustworkx\/(.*)/, 'qiskit.org/ecosystem/rustworkx/$1'],
    [/^qiskit\.org\/documentation\/experiments\/(.*)/, 'qiskit.org/ecosystem/experiments/$1'],
    [/^qiskit\.org\/documentation\/nature\/(.*)/, 'qiskit.org/ecosystem/nature/$1'],
    [/^qiskit\.org\/documentation\/optimization\/(.*)/, 'qiskit.org/ecosystem/optimization/$1'],
    [/^qiskit\.org\/documentation\/machine-learning\/(.*)/, 'qiskit.org/ecosystem/machine-learning/$1'],
    [/^qiskit\.org\/documentation\/finance\/(.*)/, 'qiskit.org/ecosystem/finance/$1']
];

redirect applied on April 14th, 2023 - 19:07 UTC

Some redirect that are not working or not implemented:

@1ucian0
Copy link
Member Author

1ucian0 commented Apr 14, 2023

Moving qiskit-ibmq-provider documentation to its own standalone documentation site is not mentioned here. We can create a separate issue in an appropriate repo. But I just want to mention it here and @Guillermo-Mijares-Vilarino will work on that.

For reference Qiskit/qiskit-ibmq-provider#1166

It is not in the list because does not have to be moved, it can be created directly in q.o/ecosystem.

@1ucian0 1ucian0 added this to the Ecosystem milestone May 14, 2023
@y4izus
Copy link
Contributor

y4izus commented Jun 28, 2023

@1ucian0 1ucian0 self-assigned this Jun 28, 2023
@y4izus
Copy link
Contributor

y4izus commented Aug 25, 2023

These URLs already have the redirections, so I've checked them on the list:

@1ucian0
Copy link
Member Author

1ucian0 commented Oct 27, 2023

the residual PRs are on non-blocking components.

@1ucian0 1ucian0 closed this as completed Oct 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: In Progress
Development

No branches or pull requests

3 participants