whole-tale / wt-design-docs

MIT License
5 stars 9 forks source link

Documentation update for Git integration #146

Closed ThomasThelen closed 3 years ago

ThomasThelen commented 3 years ago

Related to issue #144. This is a small PR adding a few notes about importing Git repositories into a Tale. I was inclined to add a small section to the documentation area that talks about adding Data to the Tale since its very related to that topic. I added the actual documentation for using it under the 'Actions Menu' section since it's where the feature is exposed.

craig-willis commented 3 years ago

Looks good. A few comments:

ThomasThelen commented 3 years ago

Nice catches. I updated the documentation to include creating Tales with Git repositories. Right now for users to use the Jupyter Hub Git extension they need to have a few packages installed; this can of course be done with repo2docker config files but might be better suited to go in the buildpack? It might be a hassle for a user to go through the process of installing the packages after already creating the Tale.

Screen Shot 2020-12-28 at 3 17 00 PM

If we don't want to do that, I can definitely add some documentation for creating the config files to use the extension.