Skip to content

Latest commit

 

History

History
236 lines (172 loc) · 3.06 KB

index.rst

File metadata and controls

236 lines (172 loc) · 3.06 KB

About

.. toctree::
    :maxdepth: 1

    LICENSE.rst
    about/versions.rst
    install.rst
    install/python.rst
    install/git.rst
    install/github.rst
    install/ide.rst
    install/project.rst
    install/doctest.rst

About

.. toctree::
    :maxdepth: 1

    LICENSE.rst
    install.rst
    about/versions.rst


Python Basics

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Python Basics

    basics/_index.rst


Python Intermediate

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Python Intermediate

    intermediate/_index.rst


Python Advanced

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Python Advanced

    advanced/_index.rst


Database

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Database

    database/_index.rst


Design Patterns

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Design Patterns

    design-patterns/_index.rst


Numpy

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Numpy

    numpy/_index.rst


Pandas

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Pandas

    pandas/_index.rst


Matplotlib

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Matplotlib

    matplotlib/_index.rst


Stdlib

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Stdlib

    stdlib/_index.rst


DevOps

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: DevOps

    devops/_index.rst


Network

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Network

    network/_index.rst


HTTP and Microservices

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: HTTP and Microservices

    http/_index.rst


Django

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Django

    django/_index.rst


FastAPI

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: FastAPI

    fastapi/_index.rst


Data Science

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Data Science

    data-science/_index.rst


Machine Learning

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Machine Learning

    machine-learning/_index.rst


Object Oriented Programming

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Object Oriented Programming

    oop/_index.rst


Blogposts

.. toctree::
    :maxdepth: 1
    :numbered:
    :caption: Blogposts

    _blogpost/ml-introduction.rst

Dragon

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Dragon

    dragon/alpha.rst
    dragon/beta.rst
    dragon/rc.rst
    dragon/adr-template.rst
    dragon/adr-init-name.rst
    dragon/adr-init-position.rst
    dragon/adr-position-set.rst
    dragon/adr-position-change.rst
    dragon/adr-damage-make.rst
    dragon/adr-damage-take.rst


Appendixes

.. toctree::
    :maxdepth: 1

    about/progress.rst
    about/references.rst
    about/survey.rst
    about/history.rst
    about/further-reading.rst