Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docstring added
  • Loading branch information
Klaus Thoden committed Aug 22, 2018
1 parent 4e79ba6 commit 93db156
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion imxml2epub.py
@@ -1,6 +1,13 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2018-06-01 16:17:44 (kthoden)>
# Time-stamp: <2018-08-22 15:49:01 (kthoden)>

""" Convert a customized DocBook XML file into a set of files that
constitute the contents of an EPUB file.
Input file is a customized DocBook XML that has been generated either
with eoatex2imxml or tei2imxml.
"""

import os
import sys
Expand Down

0 comments on commit 93db156

Please sign in to comment.