Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.25 KB

index.rst

File metadata and controls

62 lines (45 loc) · 1.25 KB
PDR

Welcome!

.. toctree::
    :maxdepth: 2
    :titlesonly:
    :caption: Introduction to Programming

    Introduction to Java <https://www.tutorialspoint.com/java/index.htm>
    Introduction to C++ <https://www.tutorialspoint.com/cplusplus/index.htm>
    Introduction to Python <https://www.tutorialspoint.com/python3/index.htm>


.. toctree::
    :maxdepth: 2
    :caption: Good Practices

    GoodPractices/structure.rst
    GoodPractices/debugging.rst


.. toctree::
    :maxdepth: 2
    :caption: User Input

    user_input/joystick.rst

.. toctree::
    :maxdepth: 2
    :caption: Control
    :glob:

    control/*
    motors/*

.. toctree::
    :maxdepth: 2
    :caption: Data

    analysis/basics_of_analysis.rst

.. toctree::
    :maxdepth: 2
    :caption: Vision

    vision/introduction.rst
    vision/thresholding.rst
    vision/morphological_operations.rst
    vision/contours.rst