Skip to content

Commit 4e78528

Browse files
committed
change citation section order
1 parent 2603026 commit 4e78528

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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 -->
554554
For native projects with macros, includes, or target flags, use the
555555
compiler-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

567559
PRIK is created and maintained by Said Hadjout, with extensive use of
@@ -580,6 +572,14 @@ Run the full suite from the repository root:
580572
PYTHONPATH=. 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

585585
PRIK is distributed under the [MIT License](LICENSE).

docs/user/about.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ Longer term, PRIK is intended to support additional native languages and
7878
execution environments, including C++, CUDA, and other backends. These are
7979
future directions and are not part of the current release.
8080

81-
## Citation
82-
83-
If you use PRIK in research, cite the release you used. PRIK `0.2.1` is
84-
archived at [10.5281/zenodo.21881988](https://doi.org/10.5281/zenodo.21881988),
85-
while [10.5281/zenodo.21881987](https://doi.org/10.5281/zenodo.21881987) covers
86-
all releases. Machine-readable metadata is available in
87-
[`CITATION.cff`](https://github.com/PyNumLab/prik/blob/main/CITATION.cff).
88-
8981
## Stewardship and development
9082

9183
PRIK is created and maintained by **Said Hadjout**
@@ -100,3 +92,11 @@ Architecture, interoperability semantics, feature design, acceptance criteria,
10092
and final integration remain maintainer-directed. AI-assisted changes must pass
10193
the same semantic contracts, tests, compiler validation, real-library checks,
10294
and quality requirements as other changes.
95+
96+
## Citation
97+
98+
If you use PRIK in research, cite the release you used. PRIK `0.2.1` is
99+
archived at [10.5281/zenodo.21881988](https://doi.org/10.5281/zenodo.21881988),
100+
while [10.5281/zenodo.21881987](https://doi.org/10.5281/zenodo.21881987) covers
101+
all releases. Machine-readable metadata is available in
102+
[`CITATION.cff`](https://github.com/PyNumLab/prik/blob/main/CITATION.cff).

0 commit comments

Comments
 (0)