##// END OF EJS Templates
Making Notebook.set_dirty an event so CodeCell can set it....
Making Notebook.set_dirty an event so CodeCell can set it. This allows code outside notebook.js to set the dirty flag, but doesn't require that code depend on notebook.js.

File last commit:

r2599:aa4014be
r7228:f79e65f0
Show More
git_development.txt
16 lines | 205 B | text/plain | TextLexer
Fernando Perez
Add Git workflow docs from Gitwash....
r2599 .. _git-development:
=====================
Git for development
=====================
Contents:
.. toctree::
:maxdepth: 2
forking_hell
set_up_fork
configure_git
development_workflow