openstacksdk/openstack/database
Monty Taylor a99d6f1912
Rename BaseProxy to Proxy
The base resource class is "Resource" but the base proxy class is
"BaseProxy" which makes reading the docs a bit strange. It was
originally not really a big real because nothing used Proxy directly.
But since we add Proxy instances to the Connection for every service in
service-types-authority which are now documented as part of the
Connection object, calling them BaseProxy is a bit weird.

Keep a BaseProxy object around so we don't break out of tree Proxy
objects, but add a deprecation to it so people can update.

Shift BaseProxy from the main user docs to the contributor layout docs.
Add showing inheritance, as well as docs for OpenStackSDKAdapter.

Change-Id: I2778b2a04ad0aed4bb6b217151f41503997db1c6
2018-02-15 08:54:34 -06:00
..
v1 Rename BaseProxy to Proxy 2018-02-15 08:54:34 -06:00
__init__.py database/v1.0 instance resource 2014-08-13 09:35:59 -06:00
database_service.py Fix typos in docstrings: 2015-10-20 17:35:26 +08:00