add quick creators of all files via geneators.py

This commit is contained in:
SebastianoF
2019-11-23 20:13:54 +00:00
parent bb4fdeb057
commit ac42b7e154
4 changed files with 114 additions and 123 deletions

View File

@@ -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)