CQCL / pytket-docs

User manual and example notebooks for the pytket quantum computing toolkit
https://tket.quantinuum.com/user-guide/
Apache License 2.0
328 stars 92 forks source link

Infra: Combine manual and examples build #339

Closed CalMacCQ closed 1 month ago

CalMacCQ commented 3 months ago

Description

Quite a few changes to the repository here so I'll try to cover everything.

https://tket.quantinuum.com/examples/ -> https://tket.quantinuum.com/user-guide/ https://tket.quantinuum.com/user-manual/ -> https://tket.quantinuum.com/user-guide/

I'm not sure how to do this auto-forwarding so haven't done it yet in this PR

Screenshot 2024-07-30 at 14 58 18

https://github.com/CQCL/pytket-qiskit/issues/371 https://github.com/CQCL/pytket-pyquil/issues/95

Related issues

Closes #338

aidanCQ commented 1 month ago

@CalMacCQ You need to add the following to the workflow checkout step:

 - name: Checkout repository.
        uses: actions/checkout@v3
        with: 
          submodules: true
CalMacCQ commented 1 month ago

I have attempted to add some redirects for

https://tket.quantinuum.com/examples/ -> https://tket.quantinuum.com/user-guide/ https://tket.quantinuum.com/user-manual/ -> https://tket.quantinuum.com/user-guide/

in https://github.com/CQCL/pytket-docs/pull/339/commits/8dd5008cc91b39b5546ff4bcc09109824802e4b2

Maybe the tket website repo is the best place for these? not sure