Skip to content

Commit

Permalink
[update] trying out new reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Oct 31, 2023
1 parent 5f9a749 commit 6bd2237
Show file tree
Hide file tree
Showing 210 changed files with 3,402 additions and 9,078 deletions.
2 changes: 1 addition & 1 deletion docs/eng/reference/__info__.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *module* **__info__**

> [Source: ../../../translatepy/__info__.py @ line 0](../../../translatepy/__info__.py#L0)
> [Source: ../../../translatepy/__info__.py](../../../translatepy/__info__.py#L0)
Stores information on the current module version
138 changes: 35 additions & 103 deletions docs/eng/reference/exceptions.md
Original file line number Diff line number Diff line change
@@ -1,141 +1,73 @@
# *module* **exceptions**

> [Source: ../../../translatepy/exceptions.py @ line 0](../../../translatepy/exceptions.py#L0)
> [Source: ../../../translatepy/exceptions.py](../../../translatepy/exceptions.py#L0)
A list of exceptions used throughout translatepy

## *class* **TranslatepyException**
## *class* [**TranslatepyException**](../../../translatepy/exceptions.py#L5-L9)

> [Source: ../../../translatepy/exceptions.py @ line 5-9](../../../translatepy/exceptions.py#L5-L9)
### *attr* [TranslatepyException.**LOG**](../../../translatepy/exceptions.py#L6)

### *attr* TranslatepyException.**LOG**
## *class* [**NoResult**](../../../translatepy/exceptions.py#L12-L18)

> [Source: ../../../translatepy/exceptions.py @ line 6](../../../translatepy/exceptions.py#L6)
### *attr* [NoResult.**STATUS_CODE**](../../../translatepy/exceptions.py#L13)

## *class* **NoResult**
### *attr* [NoResult.**MESSAGE**](../../../translatepy/exceptions.py#L14)

> [Source: ../../../translatepy/exceptions.py @ line 12-18](../../../translatepy/exceptions.py#L12-L18)
### *attr* [NoResult.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L15)

### *attr* NoResult.**STATUS_CODE**
## *class* [**ParameterTypeError**](../../../translatepy/exceptions.py#L21-L27)

> [Source: ../../../translatepy/exceptions.py @ line 13](../../../translatepy/exceptions.py#L13)
### *attr* [ParameterTypeError.**STATUS_CODE**](../../../translatepy/exceptions.py#L22)

### *attr* NoResult.**MESSAGE**
### *attr* [ParameterTypeError.**MESSAGE**](../../../translatepy/exceptions.py#L23)

> [Source: ../../../translatepy/exceptions.py @ line 14](../../../translatepy/exceptions.py#L14)
### *attr* [ParameterTypeError.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L24)

### *attr* NoResult.**EXCEPTION_NAME**
## *class* [**UnknownLanguage**](../../../translatepy/exceptions.py#L30-L38)

> [Source: ../../../translatepy/exceptions.py @ line 15](../../../translatepy/exceptions.py#L15)
### *attr* [UnknownLanguage.**STATUS_CODE**](../../../translatepy/exceptions.py#L31)

## *class* **ParameterTypeError**
### *attr* [UnknownLanguage.**MESSAGE**](../../../translatepy/exceptions.py#L32)

> [Source: ../../../translatepy/exceptions.py @ line 21-27](../../../translatepy/exceptions.py#L21-L27)
### *attr* [UnknownLanguage.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L33)

### *attr* ParameterTypeError.**STATUS_CODE**
## *class* [**UnknownTranslator**](../../../translatepy/exceptions.py#L41-L49)

> [Source: ../../../translatepy/exceptions.py @ line 22](../../../translatepy/exceptions.py#L22)
### *attr* [UnknownTranslator.**STATUS_CODE**](../../../translatepy/exceptions.py#L42)

### *attr* ParameterTypeError.**MESSAGE**
### *attr* [UnknownTranslator.**MESSAGE**](../../../translatepy/exceptions.py#L43)

> [Source: ../../../translatepy/exceptions.py @ line 23](../../../translatepy/exceptions.py#L23)
### *attr* [UnknownTranslator.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L44)

### *attr* ParameterTypeError.**EXCEPTION_NAME**
## *class* [**UnsupportedMethod**](../../../translatepy/exceptions.py#L52-L58)

> [Source: ../../../translatepy/exceptions.py @ line 24](../../../translatepy/exceptions.py#L24)
### *attr* [UnsupportedMethod.**STATUS_CODE**](../../../translatepy/exceptions.py#L53)

## *class* **UnknownLanguage**
### *attr* [UnsupportedMethod.**MESSAGE**](../../../translatepy/exceptions.py#L54)

> [Source: ../../../translatepy/exceptions.py @ line 30-38](../../../translatepy/exceptions.py#L30-L38)
### *attr* [UnsupportedMethod.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L55)

### *attr* UnknownLanguage.**STATUS_CODE**
## *class* [**UnsupportedLanguage**](../../../translatepy/exceptions.py#L61-L67)

> [Source: ../../../translatepy/exceptions.py @ line 31](../../../translatepy/exceptions.py#L31)
### *attr* [UnsupportedLanguage.**STATUS_CODE**](../../../translatepy/exceptions.py#L62)

### *attr* UnknownLanguage.**MESSAGE**
### *attr* [UnsupportedLanguage.**MESSAGE**](../../../translatepy/exceptions.py#L63)

> [Source: ../../../translatepy/exceptions.py @ line 32](../../../translatepy/exceptions.py#L32)
### *attr* [UnsupportedLanguage.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L64)

### *attr* UnknownLanguage.**EXCEPTION_NAME**
## *class* [**ServiceURLError**](../../../translatepy/exceptions.py#L70-L76)

> [Source: ../../../translatepy/exceptions.py @ line 33](../../../translatepy/exceptions.py#L33)
### *attr* [ServiceURLError.**STATUS_CODE**](../../../translatepy/exceptions.py#L71)

## *class* **UnknownTranslator**
### *attr* [ServiceURLError.**MESSAGE**](../../../translatepy/exceptions.py#L72)

> [Source: ../../../translatepy/exceptions.py @ line 41-49](../../../translatepy/exceptions.py#L41-L49)
### *attr* [ServiceURLError.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L73)

### *attr* UnknownTranslator.**STATUS_CODE**
## *class* [**RateLimitPrevention**](../../../translatepy/exceptions.py#L79-L82)

> [Source: ../../../translatepy/exceptions.py @ line 42](../../../translatepy/exceptions.py#L42)
### *attr* [RateLimitPrevention.**STATUS_CODE**](../../../translatepy/exceptions.py#L80)

### *attr* UnknownTranslator.**MESSAGE**
### *attr* [RateLimitPrevention.**MESSAGE**](../../../translatepy/exceptions.py#L81)

> [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)
### *attr* [RateLimitPrevention.**EXCEPTION_NAME**](../../../translatepy/exceptions.py#L82)
Loading

0 comments on commit 6bd2237

Please sign in to comment.