Commit graph

15 commits

Author SHA1 Message Date
wulan17
9a6c4e8629
PyroFork: Fix docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-06-24 00:56:13 +07:00
dependabot[bot]
d5e86f11e7
Bump sphinx-rtd-theme from 1.2.1 to 1.2.2
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 23:05:30 +00:00
dependabot[bot]
eda14b667c
Bump sphinx-rtd-theme from 1.0.0 to 1.2.1
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.2.1.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.2.1)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 14:21:45 +00:00
wulan17
5213ddbffa
PyroFork: fix docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-23 21:49:00 +07:00
snyk-bot
575f88e97e
fix: docs/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286
2023-05-21 13:26:36 +00:00
wulan17
b1354d5579
PyroFork: docs: Add usable by
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-01-02 18:50:49 +07:00
wulan17
41b771f4bf
PyroFork: Update docs
Signed-off-by: wulan17 <galihgustip@gmail.com>
2023-01-02 15:49:03 +07:00
wulan17
d91b933715
PyroFork: Bring back docs
Signed-off-by: wulan17 <galihgustip@gmail.com>
2023-01-02 15:04:23 +07:00
Dan
8077eb4130
Update docs 2022-10-06 12:03:05 +02:00
Dan
109c9d4a0a Migrate setup.py commands to a Makefile 2022-04-24 11:56:07 +02:00
Dan
8c8288412f Various improvements 2022-01-07 10:18:51 +01:00
Dan
70efffa896 Remove sphinx tabs extension 2021-03-21 22:08:04 +01: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
945effc4a9 Add tabs to docs (tgcrypto.rst) 2020-04-01 22:39:39 +02:00
Dan
2f975c447e Add initial explanation on how to build docs 2020-03-30 13:05:24 +02:00