Skip to content

Commit

Permalink
docs(examples): add links to GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbalsiger committed Oct 15, 2020
1 parent 9361c95 commit 20f58d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
18 changes: 7 additions & 11 deletions examples/augmentation/basic.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/data/creation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"\n",
"Tip\n",
"\n",
"This example is available as Jupyter notebook at `./examples/data/creation.ipynb` and Python script at `./examples/data/creation.py`.\n",
"This example is available as Jupyter notebook at [./examples/data/creation.ipynb](https://github.com/rundherum/pymia/blob/master/examples/data/creation.ipynb) and Python script at [./examples/data/creation.py](https://github.com/rundherum/pymia/blob/master/examples/data/creation.py).\n",
"\n",
"</div>\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/evaluation/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"Tip\n",
"\n",
"This example is available as Jupyter notebook at `./examples/evaluation/basic.ipynb` and Python script at `./examples/evaluation/basic.py`.\n",
"This example is available as Jupyter notebook at [./examples/evaluation/basic.ipynb](https://github.com/rundherum/pymia/blob/master/examples/evaluation/basic.ipynb) and Python script at [./examples/evaluation/basic.py](https://github.com/rundherum/pymia/blob/master/examples/evaluation/basic.py).\n",
"\n",
"</div>\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/evaluation/logging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"\n",
"Tip\n",
"\n",
"This example is available as Jupyter notebook at `./examples/evaluation/logging.ipynb` and Python scripts for PyTorch and TensorFlow at at `./examples/evaluation/logging_torch.py` and `./examples/evaluation/logging_tensorflow.py`, respectively.\n",
"This example is available as Jupyter notebook at [./examples/evaluation/logging.ipynb](https://github.com/rundherum/pymia/blob/master/examples/evaluation/logging.ipynb) and Python scripts for PyTorch and TensorFlow at [./examples/evaluation/logging_torch.py](https://github.com/rundherum/pymia/blob/master/examples/evaluation/logging_torch.py) and [./examples/evaluation/logging_tensorflow.py](https://github.com/rundherum/pymia/blob/master/examples/evaluation/logging_tensorflow.py), respectively.\n",
"\n",
"</div>\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/filtering/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"Tip\n",
"\n",
"This example is available as Jupyter notebook at `./examples/filtering/basic.ipynb` and Python script at `./examples/filtering/basic.py`.\n",
"This example is available as Jupyter notebook at [./examples/filtering/basic.ipynb](https://github.com/rundherum/pymia/blob/master/examples/filtering/basic.ipynb) and Python script at [./examples/filtering/basic.py](https://github.com/rundherum/pymia/blob/master/examples/filtering/basic.py).\n",
"\n",
"</div>\n",
"\n",
Expand Down

0 comments on commit 20f58d9

Please sign in to comment.