FIONA (Flash-based Input/Output Network Appliance) - A secure research data gateway for medical imaging. Provides DICOM anonymization, quarantine management, and automated transfer from clinical to research PACS systems while ensuring GDPR compliance.
- Installation
- Check the installed sphinx verskon:
sphinx-build --version
- Folder structure:
FionaDocs/
└── docs/
├── build/ # Generated documentation output
├── source/ # Source files for documentation
│ ├── conf.py # Sphinx configuration file
│ └── index.rst # Main documentation file
├── make.bat # Windows batch file for building
└── Makefile # Unix makefile for building
- Build the HTML documentation
cd docs make html - Generate PDF documentation
cd docs make latex - Generate PDF from LaTeX
cd build/latex
pdflatex fionadocs.tex