Skip to content

Commit

Permalink
updated docs, added link to the examples repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Jun 17, 2022
1 parent 24a4741 commit e3b1859
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion openpiv/docs/index.rst
Expand Up @@ -27,9 +27,9 @@ Contents:

src/piv_basics
src/installation_instruction
src/developers
src/tutorial1
src/windef
src/developers
src/api_reference
src/faq

Expand Down
16 changes: 14 additions & 2 deletions openpiv/docs/src/piv_basics.ipynb
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Basics of Particle Image Velocimetry (PIV)\n",
"# Basics of the PIV algorithms\n",
"\n",
"Using open source PIV software, OpenPIV (http://www.openpiv.net) written with the great help of Python, Numpy, Scipy (http://www.scipy.org) and runs online thanks to the great MyBinder project."
]
Expand Down Expand Up @@ -648,7 +648,19 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now you can take our online Jupyter notebook and process any pairs of images yourself, on the cloud, http://github.com/openpiv/openpiv-python-example. Or download the OpenPIV and try it yourself: https://github.com/OpenPIV"
"## Additional examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Run this Jupyter notebook without installation:\n",
"Now you can take our online Jupyter notebook and process any pairs of images yourself, on the cloud, http://github.com/openpiv/openpiv-python-example. Or download the OpenPIV and try it yourself: https://github.com/OpenPIV\n",
"\n",
"### See multiple examples\n",
"\n",
"Including how to work with movies, different series of files, all kind of tips and tricks in our repository of Jupyter notebooks in the https://github.com/OpenPIV/openpiv-python-examples\n"
]
}
],
Expand Down
15 changes: 10 additions & 5 deletions openpiv/docs/src/tutorial1.ipynb

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions openpiv/docs/src/windef.ipynb
Expand Up @@ -56,23 +56,6 @@
"Read the tutorial by Theo Kaufer with all the details. See `windef.py` for more code details"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Invalid switch - \"..\".\n"
]
}
],
"source": [
"ls ../../examples"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down

0 comments on commit e3b1859

Please sign in to comment.