531069b1e2
* Use raw string for re pattern * Trim trailing whitespaces from docstrings and code * Use isinstance() instead of type() for typechecking * Remove unused imports
139 B
139 B
Pyrogram Docs
- Install requirements.
- Install
pandoc
andlatexmk
. - HTML:
make html
- PDF:
make latexpdf
TODO: Explain better