boilerplate_function module¶
-
boilerplate_function.main()¶
-
boilerplate_function.parser()¶ Parser function to run arguments from commandline and to add description to sphinx docs. To see possible styling options: https://pythonhosted.org/an_example_pypi_project/sphinx.html
-
boilerplate_function.your_first_function(argname1)¶ Does some great stuff.
- Args:
- argname1: path/in/store
- Returns:
- A file or check, show some examples.
-
boilerplate_function.your_second_function(argname1, argname2)¶ Does some great stuff.
- Args:
- argname1: path/in/store
- argname2: your_file_name.txt
- Returns:
- A file or check, show some examples.