.. _pycart-examples:

Examples Using pyCart
=====================

Example projects that demonstrate how to use pyCart can be found in
``$CAPE/examples/pycart/`` where ``$CAPE`` is the folder in which Cape is
installed. The examples are intended to roughly increase in capability in an
interactive fashion to initiate users to the various capabilities of pyCart and
Cart3D.

The first two examples are designed to initiate users to basic usage that is
relevant to any pyCart project, and the remaining examples try to introduce more
complex features one at a time.  As a result, the examples after the first two
are fairly independent.  One exception is the :ref:`business jet example
<demo-pycart-bJet>`, which discusses how to use the ``"DataBook"`` and
``"Report"`` sections.

.. toctree::
    :maxdepth: 2
    
    01-bullet/index
    02-arrow/index
    03-fins/index
    04-bJet/index
    05-adapt_bJet/index
    06-lineload_arrow/index
    07-data_arrow/index
    08-thrust/index