mirror of
https://github.com/nqrduck/NQRduckumentation.git
synced 2024-12-22 00:00:27 +00:00
The documentation for the NQRduck program.
source | ||
.gitignore | ||
LICENCE | ||
make.bat | ||
Makefile | ||
README.md | ||
requirements.txt |
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:
-
Clone the repository:
-
Install the required dependencies:
pip install -r requirements.txt
-
Build the documentation:
make html
-
Open the documentation found at
build/html/index.html
with your browser.
License
The code itself is licensed under the MIT license.