updated gh-pages to be created using the OpenPTV example of two directories#30
Closed
alexlib wants to merge 176 commits into
Closed
updated gh-pages to be created using the OpenPTV example of two directories#30alexlib wants to merge 176 commits into
alexlib wants to merge 176 commits into
Conversation
Merge request
…pages into master and did a mess
…s. Basically i merged gh-pages into master and did a mess.
Please add also this documentation file
… problem of make html
…, due to the issue #25 updated tutorial_part1.py with the call to the validation.py for the global_val thresholding
log is now np.log in both Cython and Python versions, other sub pixel search algorithms worked well (centroid, etc.) imread has back the option to read RGB values with the flatten=True option (actually it should be a default) additional small things were updated
testing the new documentation build method with a separate directory added preprocess.py with the dynamic masking function
added installation example for linux in INSTALL
… function to visualize the distrbution of interrogation windows
added some tools for better visualisation
Implementation of the Window Displacement Iterative Multigrid (WiDIM)
…ample of two separate directories
… links to ./images instead of ../images
Member
Author
|
this pull request is obsolete and shall be closed |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The source files are in the master branch of
openpiv-python/openpiv/docs- using Sphinx.Makefile build directory is not
../../../docsthe directory /docs/html is the output directory of the Sphinx:
make htmland then just
cd ../../../docs
git add .
git commit -m "new files"
git push origin gh-pages