mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2024-11-09 16:24:05 +03:00
Update comments
This commit is contained in:
parent
7df49cd818
commit
a5593c42e0
@ -2,12 +2,19 @@
|
||||
An inefficient monolithic piece of code that'll generate jupyter notebook
|
||||
from the projects main README.
|
||||
|
||||
TODO
|
||||
PS: If you are a recruiter, please don't judge me by this piece of code. I wrote it
|
||||
in hurry. I know this is messy and can be simplified, but I don't want to change it
|
||||
much because it just works.
|
||||
|
||||
- CLI arguments for running this thing.
|
||||
Simplifictions and improvements through patches are more than welcome however :)
|
||||
|
||||
|
||||
#TODOs
|
||||
|
||||
- CLI arguments for running this thing
|
||||
- Add it to prepush hook
|
||||
- Add support for skip comments, to skip examples that are not meant for notebook environment.
|
||||
- Use templates?
|
||||
|
||||
"""
|
||||
|
||||
import json
|
||||
|
Loading…
Reference in New Issue
Block a user