Commit Graph

7 Commits

Author SHA1 Message Date
c0ffeeca7 2a1a921bcd
docs-a-d: apply sentence-style capitalization to headings ()
- to comply with MS Style Guide on [capitalization](https://learn.microsoft.com/en-us/style-guide/capitalization)
2024-05-23 09:30:17 +02:00
Tomáš Bedřich b8c52c3a92
Fix sync example () 2020-12-01 09:01:10 +01:00
Ville Skyttä 770185004b
Code block improvements ()
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

https://github.com/scop/misc/blob/master/black_markdown.py

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
cgtobi 0ec3b012b0 Fix requests Oauth2Session arguments () 2019-11-27 22:21:53 -08:00
cgtobi c29d6cf4a1 Fix typo () 2019-11-25 15:10:05 -08:00
cgtobi 653ef36243
Fix typo () 2019-11-25 23:46:28 +01:00
Paulus Schoutsen e1c40206bf
Add OAuth2 docs and Building Python API lib ()
* Remove log file

* Add OAuth2 docs and API lib tutorial

* Update link

* Fix typo
2019-10-29 00:42:50 -07:00