Commit 6b9882ff by Calen Pennington

Add more docstring to import_from_github

parent 6e91ac90
...@@ -13,7 +13,8 @@ def import_from_github(repo_settings): ...@@ -13,7 +13,8 @@ def import_from_github(repo_settings):
repo_settings is a dictionary with the following keys: repo_settings is a dictionary with the following keys:
path: file system path to the local git repo path: file system path to the local git repo
branch: name of the branch to track on github branch: name of the branch to track on github
org: name of the org: name of the organization to use in the imported course
course: name of the coures to use in the imported course
""" """
repo_path = repo_settings['path'] repo_path = repo_settings['path']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment