Move openstack_auth API refernece into a separate place
Part of blueprint merge-openstack-auth Change-Id: I5c5aec5899a3ba18f90ab5ca8d381aeea86b7a5e
This commit is contained in:
parent
5f236835a2
commit
1b0bd0d045
@ -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
|
||||||
================
|
================
|
||||||
|
|
||||||
|
@ -24,9 +24,6 @@ Auth API Reference
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:glob:
|
||||||
|
|
||||||
user
|
openstack_auth/*
|
||||||
views
|
|
||||||
forms
|
|
||||||
backend
|
|
||||||
utils
|
|
||||||
|
6
doc/source/contributor/ref/openstack_auth/forms.rst
Normal file
6
doc/source/contributor/ref/openstack_auth/forms.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
================
|
||||||
|
The Forms Module
|
||||||
|
================
|
||||||
|
|
||||||
|
.. automodule:: openstack_auth.forms
|
||||||
|
:members:
|
@ -1,6 +1,6 @@
|
|||||||
==============
|
===============
|
||||||
The User Class
|
The User Module
|
||||||
==============
|
===============
|
||||||
|
|
||||||
.. automodule:: openstack_auth.user
|
.. automodule:: openstack_auth.user
|
||||||
:members:
|
:members:
|
Loading…
x
Reference in New Issue
Block a user