Merge "Move openstack_auth API refernece into a separate place"
This commit is contained in:
commit
15f083b271
@ -24,12 +24,6 @@ Form Views
|
||||
.. automodule:: horizon.forms.views
|
||||
:members:
|
||||
|
||||
Auth Forms
|
||||
==========
|
||||
|
||||
.. automodule:: openstack_auth.forms
|
||||
:members:
|
||||
|
||||
Forms Javascript
|
||||
================
|
||||
|
||||
|
@ -24,9 +24,6 @@ Auth API Reference
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
user
|
||||
views
|
||||
forms
|
||||
backend
|
||||
utils
|
||||
openstack_auth/*
|
||||
|
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
|
||||
:members:
|
Loading…
Reference in New Issue
Block a user