in→docs

This commit is contained in:
Marc Beninca 2019-08-25 22:15:32 +02:00
parent c3af60bbfd
commit 96f5a0771a
109 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,31 @@
Snippets
========
Hello world
-----------
.. code:: python3
if __name__ == "__main__":
print("Hello, world!")
Directories
-----------
Remove
^^^^^^
.. code:: python3
import shutil
shutil.rmtree(path)
Web
---
Get
^^^
.. code:: python3
requests.get(url).content.decode(charset)