# Welcome to pntOS-Python's documentation Some good places to get started: - For more information or if you are new to pntOS, see [](./introduction.md). - For instructions on getting pntOS-Python installed see [](./installation.md). - For instructions on running Cobra, see [](./first_app.md). # Index ```{toctree} :caption: Getting Started :maxdepth: 1 installation first_app exercises ``` ```{toctree} :caption: What is pntOS? :maxdepth: 1 introduction plugins add_processor ``` ```{toctree} :caption: Tutorial Apps :maxdepth: 1 :name: tutorial-apps apps/pos_ins apps/pos_vel_ins ``` ```{toctree} :caption: Standard Apps :maxdepth: 1 :name: standard-apps apps/pos_ins_standard apps/outage_sim ``` ```{toctree} :caption: Advanced Apps :maxdepth: 1 :name: advanced-apps apps/advanced/pos_ins_ros ``` ```{toctree} :caption: Reference :maxdepth: 1 config auxiliary_data factory_pattern example_data faq coordinate_frames concurrency pyproject uv ``` ```{toctree} :caption: Other :maxdepth: 1 contributing genindex glossary ``` ```{toctree} :caption: Documentation :hidden: :maxdepth: 1 autodocs/api cobra ```