diff --git a/docs/tutorials.rst b/DISABLED_DOC/tutorials.rst similarity index 100% rename from docs/tutorials.rst rename to DISABLED_DOC/tutorials.rst diff --git a/docs/cookbook.rst b/docs/cookbook.rst new file mode 100644 index 00000000..cb7066c2 --- /dev/null +++ b/docs/cookbook.rst @@ -0,0 +1,26 @@ +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 `_, `Images `_, `Selections and Command Decorations `_, `Images have edges - Now What? `_, `Conjuring Images out of the Aether and Other Generators `_). It was thought of originally in `this pixls.us community discussion `_. + +Basics +########### +TODO + +Images +######## +TODO + +Selections and Command Decorations +################################## +TODO + +Images have Edges - Now What? +############################# +TODO + +Conjuring Images out of the Aether and Other Generators +######################################################## +TODO diff --git a/docs/index.rst b/docs/index.rst index cc4f136e..7fe61609 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,7 +25,7 @@ Head over to the :doc:`gettingstarted` section for examples. installing gettingstarted - tutorials + cookbook numpy PIL skimage