2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Docs revamp. Part 3

This commit is contained in:
Dan
2019-05-12 19:26:55 +02:00
parent f7cdc7ac3c
commit eadda551c6
25 changed files with 235 additions and 109 deletions

View File

@@ -21,7 +21,7 @@ import os
import shutil
HOME = "compiler/docs"
DESTINATION = "docs/source"
DESTINATION = "docs/source/telegram"
FUNCTIONS_PATH = "pyrogram/api/functions"
TYPES_PATH = "pyrogram/api/types"
@@ -129,6 +129,6 @@ if "__main__" == __name__:
FUNCTIONS_PATH = "../../pyrogram/api/functions"
TYPES_PATH = "../../pyrogram/api/types"
HOME = "."
DESTINATION = "../../docs/source"
DESTINATION = "../../docs/source/telegram"
start()