Add API details section to graduation spec

Add a new section to the graduation spec template based on markmc's
feedback on
https://review.openstack.org/#/c/97315/3/specs/juno/graduate-serialization.rst

Change-Id: I1d92c3237ec43285f74adcf23e3ed87972b7965c
This commit is contained in:
Doug Hellmann 2014-06-24 08:14:08 -07:00
parent 89196cdd73
commit 4d5b4cbaad
1 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,14 @@ Early Adopters
List the projects that have agreed to participate as early adopters of
the new library.
Public API
==========
Describe the public API of the new library (modules and
functions). Include details about any functions in the modules now
that will be considered private, and that may need to move into a
private module to stay hidden.
Implementation
==============