Skip to content

Commit 8a10e49

Browse files
committed
trying to get doc symbols working
1 parent 2487b9c commit 8a10e49

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/source/edge_level_tests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Common Inputs
3636
Provided Tests
3737
--------------------------------
3838

39-
* **Pearson's r**
39+
* **Pearson's** *r*
4040

41-
* MATLAB `corr <https://www.mathworks.com/help/stats/corr.html>_` function with ``type``, ``Pearson``
41+
* MATLAB `corr <https://www.mathworks.com/help/stats/corr.html>`_ function with (``type``, ``Pearson``)
4242
* **Spearman's** :math:`\rho`
4343

44-
* MATLAB `corr <https://www.mathworks.com/help/stats/corr.html>_` function with ``type``, ``Spearman``
44+
* MATLAB `corr <https://www.mathworks.com/help/stats/corr.html>`_ function with (``type``, ``Spearman``)
4545
* **Spearman's** :math:`\rho` **estimator**
4646

4747
* Faster approximation of the Spearman's rho function at the cost of slightly less accurate result.

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
alabaster==0.7.13
22
astor==0.8.1
3+
babel==2.10.3
34
backrefs==5.7.post1
5+
charset-normalizer==2.1.0
46
citeproc-py==0.6.0
57
docutils==0.20.1
68
ghp-import==2.1.0
9+
jinja2==3.1.2
710
latexcodec==3.0.0
811
Markdown==3.7
12+
markupsafe==2.1.1
913
mkdocs==1.6.1
1014
mkdocs-get-deps==0.2.0
1115
mkdocs-material==9.6.8

0 commit comments

Comments
 (0)