The FAQ maintained by Github covers most stumbling blocks, some other tips and tricks supplied here.
Add _site to .gitignore. The generated site should not be uploaded to Github since its gets generated by github.
| """============================== | |
| Branded IPython Notebook Launcher | |
| ================================= | |
| Executing this module will create an overlay over ipython notebooks own static | |
| files and templates and overrides static files and templates and copies over all | |
| example notebooks into a temporary folder and launches the ipython notebook server. | |
| You can use this to offer an interactive tutorial for your library/framework/... |
The FAQ maintained by Github covers most stumbling blocks, some other tips and tricks supplied here.
Add _site to .gitignore. The generated site should not be uploaded to Github since its gets generated by github.