orphan: |
---|
Welcome to Invenio's documentation. This documentation is divided into different parts. I recommend that you get started with :ref:`installation` and then head over to the :ref:`quickstart`. Besides the quickstart, there is also a more detailed :ref:`tutorial` that shows how to create a complete application with Invenio. If you'd rather dive into the internals of Invenio, check out the :ref:`api` documentation. Common patterns are described in the :ref:`patterns` section.
Invenio depends on several external libraries:
- the Flask microframework for Python (based on Werkzeug and Jinja2),
- the Jinja2 template engine,
- the Werkzeug WSGI toolkit,
- the SQLAlchemy SQL toolkit and Object Relational Mapper.
These libraries are not documented here. If you want to dive into their documentation, check out the following links: