-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update] add compatibility with miko 2.0 and generate API reference
- Loading branch information
1 parent
7ae9641
commit 5f9a749
Showing
223 changed files
with
32,186 additions
and
1,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# *module* **__info__** | ||
|
||
> [Source: ../../../translatepy/__info__.py @ line 0](../../../translatepy/__info__.py#L0) | ||
Stores information on the current module version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
# *module* **exceptions** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 0](../../../translatepy/exceptions.py#L0) | ||
A list of exceptions used throughout translatepy | ||
|
||
## *class* **TranslatepyException** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 5-9](../../../translatepy/exceptions.py#L5-L9) | ||
### *attr* TranslatepyException.**LOG** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 6](../../../translatepy/exceptions.py#L6) | ||
## *class* **NoResult** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 12-18](../../../translatepy/exceptions.py#L12-L18) | ||
### *attr* NoResult.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 13](../../../translatepy/exceptions.py#L13) | ||
### *attr* NoResult.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 14](../../../translatepy/exceptions.py#L14) | ||
### *attr* NoResult.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 15](../../../translatepy/exceptions.py#L15) | ||
## *class* **ParameterTypeError** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 21-27](../../../translatepy/exceptions.py#L21-L27) | ||
### *attr* ParameterTypeError.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 22](../../../translatepy/exceptions.py#L22) | ||
### *attr* ParameterTypeError.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 23](../../../translatepy/exceptions.py#L23) | ||
### *attr* ParameterTypeError.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 24](../../../translatepy/exceptions.py#L24) | ||
## *class* **UnknownLanguage** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 30-38](../../../translatepy/exceptions.py#L30-L38) | ||
### *attr* UnknownLanguage.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 31](../../../translatepy/exceptions.py#L31) | ||
### *attr* UnknownLanguage.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 32](../../../translatepy/exceptions.py#L32) | ||
### *attr* UnknownLanguage.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 33](../../../translatepy/exceptions.py#L33) | ||
## *class* **UnknownTranslator** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 41-49](../../../translatepy/exceptions.py#L41-L49) | ||
### *attr* UnknownTranslator.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 42](../../../translatepy/exceptions.py#L42) | ||
### *attr* UnknownTranslator.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 43](../../../translatepy/exceptions.py#L43) | ||
### *attr* UnknownTranslator.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 44](../../../translatepy/exceptions.py#L44) | ||
## *class* **UnsupportedMethod** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 52-58](../../../translatepy/exceptions.py#L52-L58) | ||
### *attr* UnsupportedMethod.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 53](../../../translatepy/exceptions.py#L53) | ||
### *attr* UnsupportedMethod.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 54](../../../translatepy/exceptions.py#L54) | ||
### *attr* UnsupportedMethod.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 55](../../../translatepy/exceptions.py#L55) | ||
## *class* **UnsupportedLanguage** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 61-67](../../../translatepy/exceptions.py#L61-L67) | ||
### *attr* UnsupportedLanguage.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 62](../../../translatepy/exceptions.py#L62) | ||
### *attr* UnsupportedLanguage.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 63](../../../translatepy/exceptions.py#L63) | ||
### *attr* UnsupportedLanguage.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 64](../../../translatepy/exceptions.py#L64) | ||
## *class* **ServiceURLError** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 70-76](../../../translatepy/exceptions.py#L70-L76) | ||
### *attr* ServiceURLError.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 71](../../../translatepy/exceptions.py#L71) | ||
### *attr* ServiceURLError.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 72](../../../translatepy/exceptions.py#L72) | ||
### *attr* ServiceURLError.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 73](../../../translatepy/exceptions.py#L73) | ||
## *class* **RateLimitPrevention** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 79-82](../../../translatepy/exceptions.py#L79-L82) | ||
### *attr* RateLimitPrevention.**STATUS_CODE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 80](../../../translatepy/exceptions.py#L80) | ||
### *attr* RateLimitPrevention.**MESSAGE** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 81](../../../translatepy/exceptions.py#L81) | ||
### *attr* RateLimitPrevention.**EXCEPTION_NAME** | ||
|
||
> [Source: ../../../translatepy/exceptions.py @ line 82](../../../translatepy/exceptions.py#L82) |
Oops, something went wrong.