.. _introduction: ============ Introduction ============ What is nvector? ================ .. automodule:: nvector._intro :members: __doc__ .. automodule:: nvector._images :members: __doc__ How the documentation is organized ================================== Nvector has a lot of documentation. A high-level overview of how it's organized will help you know where to look for certain things: * :doc:`Tutorials ` take you by the hand through a series of typical use cases on how to use it. Start here if you're new to nvector. * :doc:`Topic guides ` discuss key topics and concepts at a fairly high level and provide useful background information and explanation. * :doc:`Reference guides ` contain technical reference for APIs and other aspects of nvector's machinery. They describe how it works and how to use it but assume that you have a basic understanding of key concepts. * :doc:`How-to guides ` are recipes. They guide you through the steps involved in addressing key problems and use-cases. They are more advanced than tutorials and assume some knowledge of how nvector works.