rigetti / forest-benchmarking

A library for quantum characterization, verification, validation (QCVV), and benchmarking using pyQuil.
Apache License 2.0
52 stars 23 forks source link

Link readthedocs from repo README.md #210

Open jlapeyre opened 4 years ago

jlapeyre commented 4 years ago

This would make the docs more discoverable.

gabbyprecious commented 4 years ago

Can you try explaining what you want achieved better, I would like to contribute on this.

jlapeyre commented 4 years ago

Thanks for offering. I mean that the documents https://forest-benchmarking.readthedocs.io/en/latest/ could be linked to from within https://github.com/rigetti/forest-benchmarking/blob/master/README.md

Here is an example of how its done in the pyquil repository https://github.com/rigetti/pyquil/blame/master/README.md#L24

In fact there is a line of "badges" at the top of the README.mds. In many other repos, a badge is included that links to the documentation. Neither pyquil nor forest-benchmarking have this badge in their READMEs. But, it would be a good idea. For instance, this repo https://github.com/FluxML/Flux.jl has a badge (labeled "docs|stable") that links to its documentation.

Here is a link to the line that codes the badges in Flux.jl: https://github.com/FluxML/Flux.jl/blame/master/README.md#L5