Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docstring
  • Loading branch information
Klaus Thoden committed Nov 28, 2018
1 parent 467690e commit a79740a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/COSMOS.md
Expand Up @@ -18,6 +18,7 @@ Contains the most important programs for the whole document conversion workflow.
- `tei2eoatex.xsl` : An XSL converter from TEI-XML to EOATeX
- `tei2imxml.py` : A converter from TEI to customized DocBook XML.
- `find_chapters.py` : Use LaTeX auxiliary files to split a PDF into chapters
- `idassigner.py` : Assign xml:ids to various elements fo TEI file

## eoa-csl
A nearly-abandoned version of a CSL configuration for EOA. Currently
Expand Down
2 changes: 1 addition & 1 deletion idassigner.py
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8; mode: python -*-

"""
Docstring goes here
Assign xml:ids to various elements fo TEI file
"""

__version__ = "1.0"
Expand Down

0 comments on commit a79740a

Please sign in to comment.