From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- ...asseasywebdav_1_1client_1_1OperationFailed.html | 289 --------------------- 1 file changed, 289 deletions(-) delete mode 100644 doc/html/classeasywebdav_1_1client_1_1OperationFailed.html (limited to 'doc/html/classeasywebdav_1_1client_1_1OperationFailed.html') diff --git a/doc/html/classeasywebdav_1_1client_1_1OperationFailed.html b/doc/html/classeasywebdav_1_1client_1_1OperationFailed.html deleted file mode 100644 index 654ceea1e..000000000 --- a/doc/html/classeasywebdav_1_1client_1_1OperationFailed.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -The Red Matrix: easywebdav.client.OperationFailed Class Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
easywebdav.client.OperationFailed Class Reference
-
-
-
-Inheritance diagram for easywebdav.client.OperationFailed:
-
-
- - -easywebdav.client.WebdavException - -
- - - - -

-Public Member Functions

def __init__
 
- - - - - - - - - - - -

-Public Attributes

 method
 
 path
 
 expected_code
 
 actual_code
 
 reason
 
- - - -

-Static Private Attributes

tuple _OPERATIONS
 
-

Constructor & Destructor Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def easywebdav.client.OperationFailed.__init__ ( self,
 method,
 path,
 expected_code,
 actual_code 
)
-
- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
tuple easywebdav.client.OperationFailed._OPERATIONS
-
-staticprivate
-
-Initial value:
1 = dict(
-
2  HEAD = "get header",
-
3  GET = "download",
-
4  PUT = "upload",
-
5  DELETE = "delete",
-
6  MKCOL = "create directory",
-
7  PROPFIND = "list directory",
-
8  )
-
-
-
- -
-
- - - - -
easywebdav.client.OperationFailed.actual_code
-
- -
-
- -
-
- - - - -
easywebdav.client.OperationFailed.expected_code
-
- -
-
- -
-
- - - - -
easywebdav.client.OperationFailed.method
-
- -
-
- -
-
- - - - -
easywebdav.client.OperationFailed.path
-
- -
-
- -
-
- - - - -
easywebdav.client.OperationFailed.reason
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- -- cgit v1.2.3