-
Notifications
You must be signed in to change notification settings - Fork 324
Sphinx documentation #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Sphinx documentation #125
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
adf0630
jconfig docs
906ad97
push before going to bed
4a54cb2
some docs
71a36cc
almost all docs
c9b8bf9
Separated doc pages for each module
f925c1f
theme tweaks
5d31517
Update docs titles
python273 7ce3e93
Fix some VkApi docstings
python273 fc54f7c
bdf283a
Update VkApi method names
python273 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 @@ | ||
| .logo { | ||
| font-family: "Courier New", Courier, "Liberation Mono", "Anonymous Pro", monospace; | ||
| } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,8 @@ | ||
| VkAudio | ||
| ======= | ||
|
|
||
| Модуль для работы с аудио | ||
|
|
||
| .. module:: vk_api.audio | ||
| .. autoclass:: VkAudio | ||
| :members: |
This file contains hidden or 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 hidden or 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,7 @@ | ||
| Исключения библиотеки | ||
| ===================== | ||
|
|
||
| .. automodule:: vk_api.exceptions | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or 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,9 @@ | ||
| VkFunction | ||
| ========== | ||
|
|
||
| Модуль для работы с методом execute | ||
|
|
||
| .. module:: vk_api.execute | ||
| .. autoclass:: VkFunction | ||
| :members: | ||
| :special-members: __call__ |
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,38 +1,22 @@ | ||
| jconfig package | ||
| =============== | ||
| Пакет jconfig | ||
| ============= | ||
|
|
||
| Submodules | ||
| ---------- | ||
| BaseConfig | ||
| --------------------------- | ||
|
|
||
| jconfig.base module | ||
| ------------------- | ||
|
|
||
| .. automodule:: jconfig.base | ||
| .. autoclass:: jconfig.base.BaseConfig | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| jconfig.jconfig module | ||
| ---------------------- | ||
| Config (хранение в json файле) | ||
| ------------------------------ | ||
|
|
||
| .. automodule:: jconfig.jconfig | ||
| .. autoclass:: jconfig.jconfig.Config | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| jconfig.memory module | ||
| --------------------- | ||
|
|
||
| .. automodule:: jconfig.memory | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
|
|
||
| Module contents | ||
| --------------- | ||
| MemoryConfig (хранение в памяти) | ||
| -------------------------------- | ||
|
|
||
| .. automodule:: jconfig | ||
| .. autoclass:: jconfig.memory.MemoryConfig | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or 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,22 @@ | ||
| Модуль `longpoll` (VkLongPoll) | ||
| ============================== | ||
|
|
||
| Модуль для работы с longpoll | ||
|
|
||
| .. module:: vk_api.longpoll | ||
| .. autoclass:: VkLongPoll | ||
| :members: | ||
| .. autoclass:: Event | ||
| :members: | ||
| .. autoclass:: VkLongpollMode | ||
| :members: | ||
| .. autoclass:: VkEventType | ||
| :members: | ||
| .. autoclass:: VkPlatform | ||
| :members: | ||
| .. autoclass:: VkOfflineType | ||
| :members: | ||
| .. autoclass:: VkMessageFlag | ||
| :members: | ||
| .. autoclass:: VkPeerFlag | ||
| :members: |
This file contains hidden or 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,10 @@ | ||
| VkRequestsPool | ||
| ============== | ||
|
|
||
| Модуль для объединения запросов в один запрос execute | ||
|
|
||
| .. module:: vk_api.requests_pool | ||
| .. autoclass:: VkRequestsPool | ||
| :members: | ||
| .. autoclass:: RequestResult | ||
| :members: |
This file contains hidden or 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,8 @@ | ||
| VkTools | ||
| ======= | ||
|
|
||
| Модуль для выкачивания множества результатов | ||
|
|
||
| .. module:: vk_api.tools | ||
| .. autoclass:: VkTools | ||
| :members: |
This file contains hidden or 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,8 @@ | ||
| VkUpload | ||
| ======== | ||
|
|
||
| Модуль для загрузки медиафайлов в VK | ||
|
|
||
| .. module:: vk_api.upload | ||
| .. autoclass:: VkUpload | ||
| :members: |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,102 +1,11 @@ | ||
| vk\_api package | ||
| =============== | ||
| VkApi (основной класс) | ||
| ====================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
| .. module:: vk_api.vk_api | ||
|
|
||
| vk\_api.audio module | ||
| -------------------- | ||
|
|
||
| .. automodule:: vk_api.audio | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.audio\_url\_decoder module | ||
| ---------------------------------- | ||
|
|
||
| .. automodule:: vk_api.audio_url_decoder | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.enums module | ||
| -------------------- | ||
|
|
||
| .. automodule:: vk_api.enums | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.exceptions module | ||
| ------------------------- | ||
|
|
||
| .. automodule:: vk_api.exceptions | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.execute module | ||
| ---------------------- | ||
|
|
||
| .. automodule:: vk_api.execute | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.longpoll module | ||
| ----------------------- | ||
|
|
||
| .. automodule:: vk_api.longpoll | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.requests\_pool module | ||
| ----------------------------- | ||
|
|
||
| .. automodule:: vk_api.requests_pool | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.tools module | ||
| -------------------- | ||
|
|
||
| .. automodule:: vk_api.tools | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.upload module | ||
| --------------------- | ||
|
|
||
| .. automodule:: vk_api.upload | ||
| .. autoclass:: VkApi | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.utils module | ||
| -------------------- | ||
|
|
||
| .. automodule:: vk_api.utils | ||
| :members: | ||
| :undoc-members: | ||
| .. autoclass:: VkUserPermissions | ||
| :show-inheritance: | ||
|
|
||
| vk\_api.vk\_api module | ||
| ---------------------- | ||
|
|
||
| .. automodule:: vk_api.vk_api | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: vk_api | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не уверен стоит ли ставить
ru, там вроде как не все переведено, так что может оставитьen🤔There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
имхо, лучше полторы непереведённые фразы от генератора доков, чем вообще весь интерфейс на одном языке, а сами доки - на другом