add quick creators of all files via geneators.py
This commit is contained in:
@@ -95,3 +95,12 @@ def create_rst(destination_filename, with_ints=False, with_answers=False):
|
||||
# TODO: use rstdoc python library.
|
||||
# also see possible integrations with https://github.com/rougier/numpy-100/pull/38
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
create_jupyter_notebook()
|
||||
create_jupyter_notebook_random_question()
|
||||
create_markdown()
|
||||
create_markdown(with_hints=False, with_solutions=True)
|
||||
create_markdown(with_hints=True, with_solutions=False)
|
||||
create_markdown(with_hints=True, with_solutions=True)
|
||||
|
||||
Reference in New Issue
Block a user