flencydoc
205c9ede01
Added docstrings to several undocumented functions.
2021-12-23 03:53:28 +00:00
Satwik
048a620502
Update notebook
2021-01-17 13:56:41 +05:30
Satwik
2c910351b7
Fix relevant typos detected by codespell
...
Closes https://github.com/satwikkansal/wtfpython/issues/161
2019-12-27 20:05:17 +05:30
Satwik
438f52c3e9
Update notebook with recent changes
2019-12-23 15:58:49 +05:30
Satwik
b3387c9dc7
Add indent to the dump for better diff
2019-12-23 15:58:25 +05:30
Satwik
2fb14be424
Update the notebook
2019-12-21 20:06:48 +05:30
Satwik
f914194a87
Add instructions
2019-12-21 19:39:49 +05:30
Satwik
1b1a5bc10d
Add generated notebook
2019-12-21 00:16:34 +05:30
Satwik
49ed35e099
Add hosted notebook instructions
2019-12-21 00:16:19 +05:30
Satwik
a9cbcdd95a
Rename json_generator to notebook_generator
2019-12-20 23:27:25 +05:30
Satwik
b96e2fb6a9
Respect the read_only rule
2019-12-20 00:31:42 +05:30
Satwik
e18e56eba3
Working experimental notebook generator
2019-11-03 00:54:27 +05:30
Satwik
2161c48e8e
Parse nested examples
2019-11-02 23:25:58 +05:30
Satwik
2160dad717
Use dynamic path instead of fixed one
2019-10-31 23:50:50 +05:30
Satwik
d4021862f0
Add no longer working note.
2019-10-31 01:07:04 +05:30
Satwik
1d467287ef
Move stuff to obsolete package.
...
Not deleting it for quick future reference for contributors and myself.
2019-10-31 01:05:23 +05:30
Satwik
0160d5019b
Remove un-necessary file
2019-10-31 01:01:45 +05:30
Satwik
a5593c42e0
Update comments
2019-10-31 00:59:57 +05:30
Satwik Kansal
fc491c5dd6
Commit insert_ids script
2019-09-13 15:25:57 +05:30
Satwik Kansal
a5e7cd7cf8
Add todos
2019-09-13 15:18:47 +05:30
Satwik Kansal
efdac8f9ca
Get the generator in a working state
2019-09-13 15:18:47 +05:30
Satwik Kansal
290921fe12
Add json generator
2019-09-13 15:16:18 +05:30
cclauss
a4776a6b67
Use ==/!= to compare str, bytes, and int literals
...
Identity is not the same thing as equality in Python.
$ __[flake8](http://flake8.pycqa.org ) . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
if resp.status_code is 200:
^
1 F632 use ==/!= to compare str, bytes, and int literals
1
```
2019-07-02 15:36:23 +02:00
cclauss
2fb04501f7
Fix Python 3 compatibility in the irrelevant code! ( #86 )
2018-06-22 01:17:51 +05:30
Satwik Kansal
07861a045d
Fix an error in the irrelevant code!
...
Fixes https://github.com/satwikkansal/wtfpython/issues/85
2018-06-19 01:05:32 +05:30
Satwik Kansal
65a0811e1d
A bit of code clean up
2018-01-22 18:49:09 +05:30