NQRduckumentation/README.md

669 B

NQRduckumentation

Welcome to the NQRduckumentation - the central place for all documentation regarding the NQRduck software.

This is obviously only the README file. The actual documentation is built using Sphinx.

Installation

If for some reason you want to build the documentation yourself, you can do so by following these steps:

  1. Clone the repository:

  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Build the documentation:

    make html
    
  4. Open the documentation found at build/html/index.html with your browser.

License

The code itself is licensed under the MIT license.