The documentation for the NQRduck program.
Find a file
2024-06-26 21:39:48 +02:00
source Added development notes, updated README. 2024-06-26 21:39:48 +02:00
.gitignore Initial commit. 2024-05-03 15:11:25 +02:00
LICENCE Initial commit. 2024-05-03 15:11:25 +02:00
make.bat Initial commit. 2024-05-03 15:11:25 +02:00
Makefile Initial commit. 2024-05-03 15:11:25 +02:00
README.md Added development notes, updated README. 2024-06-26 21:39:48 +02:00
requirements.txt Updated requirements, added quackseq autodoc. 2024-06-23 16:55:19 +02:00

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.