# Data Dictionary Generation Functions

The following functions can be used to create and add descriptions to a data dictionary

```{eval-rst}
.. autofunction:: adtl.autoparser.create_dict
    :noindex:

.. autofunction:: adtl.autoparser.generate_descriptions
    :noindex:
```

## Class definitions

You can also interact with the base class `DictWriter`

```{eval-rst}
.. autoclass:: adtl.autoparser.DictWriter
    :members:
```
