Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 892 Bytes

File metadata and controls

23 lines (16 loc) · 892 Bytes

Template project documentation

.. toctree::
  :hidden:

  Home <self>


This template repository makes creating new quantum prototype projects much easier for our team. It reduces the overhead of implementing the "bones" of a project -- including package setup, testing, and CI/CD. The code examples in this template repository are written in accordance with pylint style checks, and the sample qiskit_tomography_toolbox module has an associated unit test module. We have also included examples of coverage testing, notebook tests, and notebook lint checks and wrapped all of these using tox automated testing software.

.. toctree::
  :maxdepth: 1

  Tutorials <tutorials/index>
  User Guide <how_tos/index>
  API References <apidocs/index>