Documentation of Sympathy for Data ================================== About Sympathy for Data ----------------------- Want to learn more about what Sympathy for Data is and what it can do for you? .. toctree:: :maxdepth: 1 src/about_sympathy.rst src/news.rst src/installation.rst src/deprecations.rst Walkthroughs ------------ New to Sympathy for Data? These guides walk you through the steps of the most basic usage of the Sympathy for Data GUI. .. toctree:: :maxdepth: 2 src/first_steps.rst Using Sympathy for Data ----------------------- Get to know Sympathy for Data a bit more in depth. .. toctree:: :maxdepth: 1 src/gui.rst src/typical_workflow_structure.rst src/concepts.rst src/machinelearning.rst src/subflows.rst src/functions.rst src/batch.rst Extending the functionality --------------------------- Learn how to write nodes and more. .. toctree:: :maxdepth: 1 src/nodewriting.rst src/advanced_nodewriting.rst src/debugging_nodes.rst src/writing_good_nodes.rst src/create_type.rst Interactive ----------- Using the interactive library API. .. toctree:: :maxdepth: 1 src/interactive.rst Python 3 -------- Write your new libraries in Python 3. .. toctree:: :maxdepth: 1 src/python3.rst API Reference ------------- .. toctree:: :maxdepth: 1 src/node_reference.rst src/parameter_helper_reference.rst src/type_apis.rst .. _Library: Libraries --------- Documentation for each type of node in the standard library of Sympathy for Data as well as in any third-party libraries. Right-clicking on any node in the GUI and choosing *Help* will bring you to the help page for that specific node. .. toctree:: :maxdepth: 2 src/Library/index.rst