Commit graph

106 commits

Author SHA1 Message Date
wulan17
d1b41b0a3c
Pyrofork: Update links
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-06 12:30:22 +07:00
wulan17
8353e5a2a2
Pyrofork: Full rebrand
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-06 04:41:59 +07:00
wulan17
1906bc2939
Pyrofork: Fix docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-14 13:29:29 +07:00
wulan17
b7cf8cd3fd
Pyrofork: Update README.md
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-13 12:08:58 +07:00
wulan17
ddc91f6086
Pyrofork: docs: Update support chat link
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-12 21:38:39 +07:00
wulan17
534ee2efab
Pyrofork: docs: Update index page
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-12 21:32:37 +07:00
wulan17
261214ec1c
PyroFork: Bring back docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 01:42:01 +07:00
Dan
8077eb4130
Update docs 2022-10-06 12:03:05 +02:00
Dan
515531774b Small documentation fix 2022-04-24 11:56:07 +02:00
Dan
ccadabca4a Update documentation 2022-04-24 11:56:07 +02:00
Dan
39694a2949 Add speedups.rst 2022-04-24 11:56:07 +02:00
Dan
0d054fa9bc Update index.rst 2022-04-24 11:56:07 +02:00
Dan
a34ee4b444 Update index.rst 2022-04-24 11:56:07 +02:00
Dan
8af17c3ed5 Documentation improvements 2022-04-24 11:56:07 +02:00
Dan
7fa091719c Add documentation page about synchronous usage 2022-04-24 11:56:07 +02:00
Dan
124bcb4db7 Remove API key requirement for existing sessions 2022-04-24 11:56:07 +02:00
Dan
bbad58a83f Add enumerations 2022-04-24 11:56:06 +02:00
Dan
8c8288412f Various improvements 2022-01-07 10:18:51 +01:00
Dan
ce6ba8d122 Update outdated information 2021-03-06 11:33:07 +01:00
Dan
8fbe45ddba Docs improvements 2020-11-27 19:06:25 +01:00
Dan
ecdba6be6f Add a new way to support Pyrogram
- Add Hetzner link for cloud credits.
2020-08-29 20:52:09 +02:00
Dan
538f1e3972 Deep rewrite: preparing for v1.0
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
Dan
5a0a0b67bf Use f-string in the main example 2020-07-15 10:58:15 +02:00
Dan
a7c10bfb28 Remove auto-auth.rst 2019-09-09 16:07:14 +02:00
Dan
f8f2ad5a60 Tidy up docs 2019-08-01 12:44:34 +02:00
MrNaif2018
bb1470e57f
Add section to docs about scheduling 2019-07-15 15:37:18 +03:00
Dan
448a65bb6d Fix some cross references 2019-07-09 20:02:51 +02:00
Dan
efcf7d5503 Move single methods, types and bound-methods to separated pages
The resulting pages were huge and were also taking a while to load
This will improve docs navigation
2019-07-09 19:03:46 +02:00
Dan
3f2f40af02 Update docs index example 2019-07-01 14:46:33 +02:00
Dan
b6f508711a Many minor documentation enhancements 2019-06-27 23:16:21 +02:00
Dan
b4f0f411bd Small documentation fixes 2019-06-23 01:32:04 +02:00
Dan
d1cd21916a Add storage-engines.rst page to docs 2019-06-19 16:12:06 +02:00
Dan
8151270a94 Update docs 2019-06-06 18:25:23 +02:00
Dan
0ea512bbc3 Update docs: add release notes from GitHub 2019-06-05 11:05:01 +02:00
Dan
1be8ca94cc Update docs with new content 2019-06-04 16:10:32 +02:00
Dan
e94dcd3b0b Update docs 2019-05-28 16:41:55 +02:00
Dan
47c06fdae2 Docs revamp. Part 7 2019-05-25 01:37:55 +02:00
Dan
0dc953c320 Update domain name references to pyrogram.org 2019-05-19 21:40:41 +02:00
Dan
518220431e Docs revamp. Part 5 2019-05-18 01:45:01 +02:00
Dan
b6ea451ee5 Reword some method return type docstrings 2019-05-17 13:44:44 +02:00
Dan
944b672fe5 Docs revamp. Part 4 2019-05-16 21:28:34 +02:00
Dan
0914654ba6 Fix cross-reference links 2019-05-13 18:04:44 +02:00
Dan
0e80b39c2c Build a much cleaner errors reference page 2019-05-13 15:57:49 +02:00
Dan
eadda551c6 Docs revamp. Part 3 2019-05-12 19:26:55 +02:00
Dan
e4b0a78f1a Docs revamp. Part 2 2019-05-10 16:14:10 +02:00
Dan
559eaa2d03 Use lower-case names for pages 2019-05-09 14:37:02 +02:00
Dan
78686d39fa Update docs 2019-03-24 18:59:56 +01:00
Dan
4138e668c0
Remove trailing slashes from links 2019-03-21 19:02:31 +01:00
Dan
3a1c02738d Update doc sources 2019-03-13 14:54:40 +01:00
Dan
6f44cb5214 Update docs index page 2019-02-04 13:06:23 +01:00