Skip to content

Commit

Permalink
#91 fixing cookbook links syntax, disabling tutorials.rst rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Apr 9, 2021
1 parent ca779f8 commit 8f95fac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cookbook for G'MIC beginners

This cookbook is intended for newcomers to the G'MIC language. It takes you by the hand step by step, starting from your Python (optionnally Numpy, Scipy..) language skills and making you learn the G'MIC image processing language the easy way a smooth methodology. ``gmic-py`` allows to you evaluate G'MIC expressions and scripts easily, but breaking the walls of the G'MIC syntax is key for newcomers to leverage the power of the G'MIC engine.

The progression of this cookbook follows more or less closely five gmic.eu website's articles (`Basics <https://gmic.eu/tutorial/basics.html>`, `Images <https://gmic.eu/tutorial/images.html>`, `Selections and Command Decorations <https://gmic.eu/tutorial/command_decorations.html>`, `Images have edges - Now What? <https://gmic.eu/tutorial/images_have_edges_now_what.html>`, `Conjuring Images out of the Aether and Other Generators <https://gmic.eu/tutorial/conjuring_images_out_of_the_aether_and_other_generators.html>`). It was thought of originally in `this pixls.us community discussion <https://discuss.pixls.us/t/gmic-tutorial-fragments/24289/5>`.
The progression of this cookbook follows more or less closely five gmic.eu website's articles (`Basics <https://gmic.eu/tutorial/basics.html>`_, `Images <https://gmic.eu/tutorial/images.html>`_, `Selections and Command Decorations <https://gmic.eu/tutorial/command_decorations.html>`_, `Images have edges - Now What? <https://gmic.eu/tutorial/images_have_edges_now_what.html>`_, `Conjuring Images out of the Aether and Other Generators <https://gmic.eu/tutorial/conjuring_images_out_of_the_aether_and_other_generators.html>`_). It was thought of originally in `this pixls.us community discussion <https://discuss.pixls.us/t/gmic-tutorial-fragments/24289/5>`_.

Basics
###########
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Head over to the :doc:`gettingstarted` section for examples.
installing
gettingstarted
cookbook
tutorials
numpy
PIL
skimage
Expand Down

0 comments on commit 8f95fac

Please sign in to comment.