Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wrapping/python/docs/source/Tutorial_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,5 +304,5 @@ to do this one would run the :ref:`WriteDREAM3DFilter <WriteDREAM3DFilter>`. App

Full example of this tutorial is located at:

https://github.com/BlueQuartzSoftware/NXWorkshop/blob/develop/PythonTutorial/tutorial_1.py
https://github.com/BlueQuartzSoftware/NXWorkshop/blob/develop/PythonTutorial/tutorial_1.ipynb

8 changes: 3 additions & 5 deletions wrapping/python/docs/source/Tutorial_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,9 @@ The `check_pipeline_result` method from :ref:`Section 2.7.3 <2.7.3>` and the `mo
The code above will generate IPF maps for SmallIN100 slices 1-6.

##################
2.10 Full Examples
2.10 Full Example
##################

Full examples of the concepts in this tutorial are located at:
Full example of this tutorial is located at:

https://github.com/BlueQuartzSoftware/NXWorkshop/blob/develop/PythonTutorial/tutorial_2a.py
https://github.com/BlueQuartzSoftware/NXWorkshop/blob/develop/PythonTutorial/tutorial_2b.py
https://github.com/BlueQuartzSoftware/NXWorkshop/blob/develop/PythonTutorial/tutorial_2c.py
https://github.com/BlueQuartzSoftware/NXWorkshop/blob/develop/PythonTutorial/tutorial_2.ipynb
Loading