.. _Developer Guides:

Developer Guides
================

Information about `ezdxf` internals.

Design
------

The :ref:`pkg-design` section shows the structure of the `ezdxf` package for
developers with more experience, which want to have more insight into the
package an maybe want to develop add-ons or want contribute to the `ezdxf`
package.

.. toctree::
    :maxdepth: 2

    pkg-design


Internal Data Structures
------------------------

.. toctree::
   :maxdepth: 2

   entitydb
   dxftags
   dxftag_collections

Documentation Guide
-------------------

.. toctree::
   :maxdepth: 1

   doc_formatting_guide
