Skip to content

Commit

Permalink
Remove comments about saving the executed notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 17, 2015
1 parent fb0ce38 commit e77e106
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ def parse(self, inputstring, document):
pp = nbconvert.preprocessors.ExecutePreprocessor()
nb, resources = pp.preprocess(nb, resources)

# TODO: save a copy of the notebook with and without outputs
# TODO: add links with ".. only:: html"
# TODO: ... or with custom html template?

# Sphinx doesn't accept absolute paths in images etc.
resources['output_files_dir'] = os.path.relpath(auxdir, srcdir)
resources['unique_key'] = env.docname.replace(os.sep, '_')
Expand Down

0 comments on commit e77e106

Please sign in to comment.