Fix wording

pull/10/merge
Eric Holscher 9 years ago
parent ab3debb70f
commit 5b9be5791f

@ -16,7 +16,7 @@ be easy to use,
and not require much configuration.
AutoAPI is a parse-only solution for both static and dynamic languages.
This is in contract to the traditional `Sphinx autodoc <http://sphinx-doc.org/ext/autodoc.html>`_,
This is in contrast to the traditional `Sphinx autodoc <http://sphinx-doc.org/ext/autodoc.html>`_,
which is Python-only and uses code imports.
Full documentation can be found on `Read the Docs <http://sphinx-autoapi.readthedocs.org>`_.

@ -154,3 +154,15 @@ The .Net domain will not be able to depend on importing code from the users code
.. autodnclass:: System.String
:members:
Design
=======
Every object needs a unique identifier
* Loader
- Get a dict of {filename: dictionary of data}
* Mapper
- Transforms a list of all objects generated
Loading…
Cancel
Save