
Also makes the docs look more like the other oslo libraries so that the content is easily readable across projects. Change-Id: I2a3497bcbf72bc4a0e6fb12f7c2d508bb3a4e6bc
31 lines
576 B
ReStructuredText
31 lines
576 B
ReStructuredText
==============================================
|
|
Welcome to oslo.serialization's documentation!
|
|
==============================================
|
|
|
|
The `oslo`_ serialization library provides support for representing objects
|
|
in transmittable and storable formats, such as JSON and MessagePack.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
installation
|
|
contributing
|
|
history
|
|
|
|
API Documentation
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
api
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. _oslo: https://wiki.openstack.org/wiki/Oslo
|