Skip to content

Commit 346318e

Browse files
committed
reorganise
1 parent f4a52c2 commit 346318e

16 files changed

Lines changed: 14 additions & 14 deletions

docs/conf.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@
2323
viewcode_line_numbers = True
2424

2525
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html
26-
myst_enable_extensions = [
27-
"amsmath",
28-
"dollarmath",
29-
]
26+
myst_enable_extensions = ["amsmath", "dollarmath"]
3027

3128
templates_path = ["_templates"]
32-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
33-
29+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "*.tex", "*.sty", "*.bib", "*.pdf"]
3430

3531
# -- Options for HTML output -------------------------------------------------
3632
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
@@ -57,3 +53,5 @@
5753
],
5854
"navbar_align": "right",
5955
}
56+
57+
html_sidebars = {"report": []}

docs/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This work is derived from `Nithiya Streethran <https://github.com/nmstreethran>`
1818
.. important::
1919
Unfortunately, the datasets are proprietary industry data and I do not own the rights to distribute them to the public. Please do not contact me to request the datasets.
2020

21+
Contents
22+
--------
23+
2124
.. toctree::
2225
:maxdepth: 2
2326

docs/notebooks.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Notebooks
22
=========
33

4+
Contents
5+
--------
6+
47
.. toctree::
58
:maxdepth: 2
6-
:caption: Contents:
79

810
notebooks/processing
911
notebooks/optimisation

docs/notebooks/optimisation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Optimisation
44
.. toctree::
55
:glob:
66
:maxdepth: 1
7-
:caption: Contents:
87

98
optimisation/*

docs/notebooks/processing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Processing
44
.. toctree::
55
:glob:
66
:maxdepth: 1
7-
:caption: Contents:
87

98
processing/*

docs/notebooks/results.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Results
44
.. toctree::
55
:glob:
66
:maxdepth: 1
7-
:caption: Contents:
87

98
results/*

docs/notebooks/results/knn-multilabel-imbalanced.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Results for kNN classifier\n",
7+
"# Results for k-NN classifier\n",
88
"## Multilabel classification with imbalanced data"
99
]
1010
},

docs/notebooks/results/knn-results.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# kNN classifier results"
7+
"# k-NN classifier results"
88
]
99
},
1010
{
File renamed without changes.

0 commit comments

Comments
 (0)