Skip to content

Commit 097e2dc

Browse files
zivydzenanz
authored andcommitted
DOC: Convert from raw in-code citations to bibtex (1/N)
First PR out of N, converting raw inline citations with various styles to using a bibliography database and the doxygen cite command. Bibtex file was formatted using bibtex-tidy (https://github.com/FlamingTempura/bibtex-tidy). This tool can be used as a pre-commit hook but currently does not have an option for just performing compliance checking so not added to .pre-commit-config.yaml file.
1 parent 1a25ac2 commit 097e2dc

File tree

141 files changed

+1307
-720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+1307
-720
lines changed

.github/workflows/spell-check-comments.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install comment-spell-check~=0.2.2
23+
python -m pip install comment-spell-check~=0.3.0
2424
curl -O https://raw.githubusercontent.com/SimpleITK/SimpleITK/master/.github/workflows/additional_dictionary.txt
2525
2626
- name: Spell check Modules directory
@@ -29,6 +29,7 @@ jobs:
2929
--miss \
3030
--prefix "gdcm" --exclude ThirdParty \
3131
--dict additional_dictionary.txt \
32+
--bibtex Documentation/Doxygen/doxygen.bib \
3233
--dict .github/workflows/itk_dict.txt \
3334
--suffix ".h" \
3435
--suffix ".hxx" \

0 commit comments

Comments
 (0)