@@ -43,8 +43,8 @@ the user guide, examples, and reference material.
4343- [ How it works] ( #how-it-works )
4444- [ Native Project Inputs] ( #native-project-inputs )
4545- [ Python API] ( #python-api )
46- - [ Citation] ( #citation )
4746- [ Development] ( #development )
47+ - [ Citation] ( #citation )
4848- [ License] ( #license )
4949- [ Documentation] ( #documentation )
5050
@@ -554,14 +554,6 @@ PRIK_C_DOCS_END -->
554554For native projects with macros, includes, or target flags, use the
555555compiler-preprocessed CLI path or an equivalent preprocessing configuration.
556556
557- ## Citation
558-
559- If you use PRIK in research, cite the release you used. PRIK ` 0.2.1 ` is
560- archived at [ 10.5281/zenodo.21881988] ( https://doi.org/10.5281/zenodo.21881988 ) ,
561- while [ 10.5281/zenodo.21881987] ( https://doi.org/10.5281/zenodo.21881987 ) covers
562- all releases. Machine-readable metadata is available in
563- [ ` CITATION.cff ` ] ( CITATION.cff ) .
564-
565557## Development
566558
567559PRIK is created and maintained by Said Hadjout, with extensive use of
@@ -580,6 +572,14 @@ Run the full suite from the repository root:
580572PYTHONPATH=. python3 -m pytest -q
581573```
582574
575+ ## Citation
576+
577+ If you use PRIK in research, cite the release you used. PRIK ` 0.2.1 ` is
578+ archived at [ 10.5281/zenodo.21881988] ( https://doi.org/10.5281/zenodo.21881988 ) ,
579+ while [ 10.5281/zenodo.21881987] ( https://doi.org/10.5281/zenodo.21881987 ) covers
580+ all releases. Machine-readable metadata is available in
581+ [ ` CITATION.cff ` ] ( CITATION.cff ) .
582+
583583## License
584584
585585PRIK is distributed under the [ MIT License] ( LICENSE ) .
0 commit comments