Skip to content

Commit bed35ab

Browse files
authored
Merge pull request #95 from imedslab/update-docs
Update color of search navbar and change pip command
2 parents aafebd7 + 807ffd1 commit bed35ab

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

BENCHMARK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here is how you can run the benchmark yourself on a validation set from ImageNet
1010
export DATA_DIR="<PATH to ImageNet val>"
1111
conda env create -f benchmark/augbench.yaml
1212
conda activate augbench
13-
pip install git+https://github.com/MIPT-Oulu/solt@master#egg-name=solt
13+
pip install -U git+https://github.com/imedslab/solt.git
1414
pip install -e benchmark
1515
python -u -m augbench.benchmark -i 500 -r 20 --deterministic --markdown
1616
```

doc/source/_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Change background color of search sidebar */
2+
.wy-side-nav-search {
3+
background-color: white !important;
4+
}

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@
180180
"python": ("https://docs.python.org/3", None),
181181
"numpy": ("https://numpy.org/doc/stable/", None),
182182
}
183+
184+
185+
def setup(app):
186+
app.add_css_file("custom.css")

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can also fetch the most fresh changes from our GitHub repository:
3131

3232
::
3333

34-
pip install -U git+https://github.com/MIPT-Oulu/solt
34+
pip install -U git+https://github.com/imedslab/solt.git
3535

3636

3737

0 commit comments

Comments
 (0)