Skip to content

Commit 67bd97d

Browse files
docs(adr): wrap DOI locators as Markdown links
Satisfy markdownlint MD034 without dropping the required DOI URLs. Co-authored-by: Seongho Bae <seonghobae@users.noreply.github.com>
1 parent b8885e4 commit 67bd97d

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/adr/0001-mirt-estimation-delegation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ kaefa does not re-implement `P(theta)`, the MML-EM E-/M-step, `S-X2`,
3535

3636
Chalmers, R. P. (2012). mirt: A multidimensional item response theory
3737
package for the R environment. *Journal of Statistical Software, 48*(6),
38-
1–29. https://doi.org/10.18637/jss.v048.i06
38+
1–29.
39+
[https://doi.org/10.18637/jss.v048.i06](https://doi.org/10.18637/jss.v048.i06)

docs/adr/0002-zh-misfit-decision-rule.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ final `ZhCond` gate). Those three sites must stay identical.
4343
Drasgow, F., Levine, M. V., & Williams, E. A. (1985). Appropriateness
4444
measurement with polychotomous item response models and standardized
4545
indices. *British Journal of Mathematical and Statistical Psychology,
46-
38*(1), 67–86. https://doi.org/10.1111/j.2044-8317.1985.tb00817.x
46+
38*(1), 67–86.
47+
[https://doi.org/10.1111/j.2044-8317.1985.tb00817.x](https://doi.org/10.1111/j.2044-8317.1985.tb00817.x)

docs/adr/0003-sx2-rmsea-misfit-gates.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ Maydeu-Olivares and Joe (2014). kaefa does not re-implement `S-X2`.
3434

3535
Orlando, M., & Thissen, D. (2000). Likelihood-based item-fit indices for
3636
dichotomous item response theory models. *Applied Psychological
37-
Measurement, 24*(1), 50–64. https://doi.org/10.1177/01466216000241003
37+
Measurement, 24*(1), 50–64.
38+
[https://doi.org/10.1177/01466216000241003](https://doi.org/10.1177/01466216000241003)
3839

3940
Maydeu-Olivares, A., & Joe, H. (2014). Assessing approximate fit in
4041
categorical data analysis. *Multivariate Behavioral Research, 49*(4),
41-
305–328. https://doi.org/10.1080/00273171.2014.911075
42+
305–328.
43+
[https://doi.org/10.1080/00273171.2014.911075](https://doi.org/10.1080/00273171.2014.911075)

docs/adr/0005-aicc-dic-criteria.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ and is never relabelled from AIC. `CAIC` is not treated as an alias for
3939

4040
Hurvich, C. M., & Tsai, C.-L. (1989). Regression and time series model
4141
selection in small samples. *Biometrika, 76*(2), 297–307.
42-
https://doi.org/10.1093/biomet/76.2.297
42+
[https://doi.org/10.1093/biomet/76.2.297](https://doi.org/10.1093/biomet/76.2.297)
4343

4444
Spiegelhalter, D. J., Best, N. G., Carlin, B. P., & van der Linde, A.
4545
(2002). Bayesian measures of model complexity and fit. *Journal of the
4646
Royal Statistical Society: Series B, 64*(4), 583–639.
47-
https://doi.org/10.1111/1467-9868.00353
47+
[https://doi.org/10.1111/1467-9868.00353](https://doi.org/10.1111/1467-9868.00353)

0 commit comments

Comments
 (0)