drydock/docs/source/exceptions/client_error.inc
Felipe Monteiro 3fb095f0eb fix: Drydock exceptions documentation incorrectly rendering
This patch set changes Drydock's exceptions documentation
(contained underneath operators guide) because it isn't rendering
correctly as a list table on RTD (the autoexception information
is missing) [0].

The easy fix is to change the tabularized view (list table)
into basically a series of autoexception classes which sufficiently
captures the level of detail required, anyway.

Note that running `tox -e docs` locally and opening the resulting
index.html page appears to work -- but not when hosted on RTD.

[0] https://airship-drydock.readthedocs.io/en/latest/exceptions/exceptions.html

Change-Id: Ie4bc01f1fe6aee9b9a58fd956f5b350df44bef51
2018-09-23 12:27:54 -04:00

29 lines
932 B
PHP

..
Copyright 2017 AT&T Intellectual Property.
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
Client Errors
-------------
.. autoexception:: drydock_provisioner.error.ClientForbiddenError
:members:
:show-inheritance:
:undoc-members:
.. autoexception:: drydock_provisioner.error.ClientUnauthorizedError
:members:
:show-inheritance:
:undoc-members: