Skip to content

Commit 09c8a57

Browse files
committed
Move Python code to its own dir
1 parent def0b15 commit 09c8a57

File tree

76 files changed

+3
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+3
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ __pycache__
66
build/
77
*.docx
88
*.pptx
9-
scratch/
9+
scratch/
10+
dist/
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import sys
33

44
import pypandoc
5-
65
from jsondoc.convert.html import html_to_jsondoc
76
from jsondoc.convert.markdown import jsondoc_to_markdown
87
from jsondoc.serialize import jsondoc_dump_json, load_jsondoc

0 commit comments

Comments
 (0)