=========================
Generating csdmpy objects
=========================

The `csdmpy` module is not just designed for deserializing and serializing
the `.csdf` or `.csdfe` files. It can also be used to create new datasets,
a feature that is most useful when converting datasets to CSDM compliant
files.

.. toctree::
    :maxdepth: 2

    dimension/generate/dimension_objects
    generating_dependent_variable_object
    generating_csdm_object
    add_dimension_object
    add_dependent_variable_object
    ../auto_tutorials/index

===============================
Interacting with csdmpy objects
===============================

.. toctree::
    :maxdepth: 2

    dimension/interact/dimension_objects
    interacting_with_csdm
