docs: add TKET tips page #364
Open
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.
Description
Adding the TKET support tips to the public docs as I had a few requests to do this. I also think its quite nice to have a section of the docs which is mostly Q&A. There are 6 informal entries so far and can add more over time. This should probably replace https://tket.quantinuum.com/api-docs/faqs.html which doesn't have much content anyway.
Had some fun playing around with pure markdown notebooks using the myst-nb library. This is the same library I use to generate the example notebook html pages.
Note that there is a bit of visual inconsistency between the manual and examples code cells at present. This is because they are built with two different libraries. I think it should be doable to port the manual to myst-nb without loss of functionality. Personally I much prefer the look of the MyST-nb cells and markdown is easy to write. There are also automated tools for
.rst->.mdconversion which we could use.Added the tips as a manual page for now. If you think theres a better place, let me know.
Related issues
closes #362