doc: Update middleware API ref to include all middlewares
When OperationLogMiddleware was introduced,the existing HorizonMiddleware was moved under horizon/middleware/ directory. As a result, doc/source/ref/middleware.rst generates nothing now. This commit updates the doc/source/ref/middleware.rst to include both middlewares. Change-Id: Ie308fd20e7fec6b70a72e7f2b7f04dcfef6568df
This commit is contained in:
parent
48bc2bc6b3
commit
97d5435133
@ -2,5 +2,14 @@
|
||||
Horizon Middleware
|
||||
==================
|
||||
|
||||
.. automodule:: horizon.middleware
|
||||
:members:
|
||||
HorizonMiddleware
|
||||
-----------------
|
||||
|
||||
.. autoclass:: horizon.middleware.HorizonMiddleware
|
||||
:members:
|
||||
|
||||
OperationLogMiddleware
|
||||
----------------------
|
||||
|
||||
.. autoclass:: horizon.middleware.OperationLogMiddleware
|
||||
:members:
|
||||
|
Loading…
x
Reference in New Issue
Block a user