Skip to content

Commit

Permalink
folder2ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 2, 2024
1 parent 25507cb commit 05a5996
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 82 deletions.
2 changes: 1 addition & 1 deletion claudette/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def build_xml(data, parent):
# %% ../helpers.ipynb 23
doctype = namedtuple('doctype', ['source', 'content'])

# %% ../helpers.ipynb 26
# %% ../helpers.ipynb 27
def mk_doctype(content:str, # The document content
source:Optional[str]=None # URL, filename, etc; defaults to `md5(content)` if not provided
) -> namedtuple:
Expand Down
Loading

0 comments on commit 05a5996

Please sign in to comment.