Merge "Move openstack_auth API refernece into a separate place"

This commit is contained in:
Zuul 2017-11-28 03:31:39 +00:00 committed by Gerrit Code Review
commit 15f083b271
7 changed files with 11 additions and 14 deletions

View File

@ -24,12 +24,6 @@ Form Views
.. automodule:: horizon.forms.views .. automodule:: horizon.forms.views
:members: :members:
Auth Forms
==========
.. automodule:: openstack_auth.forms
:members:
Forms Javascript Forms Javascript
================ ================

View File

@ -24,9 +24,6 @@ Auth API Reference
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:glob:
user openstack_auth/*
views
forms
backend
utils

View File

@ -0,0 +1,6 @@
================
The Forms Module
================
.. automodule:: openstack_auth.forms
:members:

View File

@ -1,6 +1,6 @@
============== ===============
The User Class The User Module
============== ===============
.. automodule:: openstack_auth.user .. automodule:: openstack_auth.user
:members: :members: