Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
more logging with nbexample-gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 12, 2017
1 parent 9d05098 commit 1c76756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyquickhelper/helpgen/process_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,11 +873,14 @@ def build_notebooks_gallery(nbs, fileout, fLOG=noLOG):
fLOG("[build_notebooks_gallery] new level", hi)
# we add the thumbnail
for nbf in stack_file:
fLOG("[build_notebooks_gallery] ", nbf)
rs = os.path.splitext(os.path.split(nbf)[-1])[0]
link = rs.replace("_", "") + "rst"
r = build_thumbail_in_gallery(
nbf, folder, folder_index, link)
rows.append(r)
fLOG("[build_notebooks_gallery] saw {0} files".format(
len(stack_file)))
stack_file = []

# we swith to the next gallery
Expand Down

0 comments on commit 1c76756

Please sign in to comment.