Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Aug 18, 2021
1 parent 3e70cb6 commit 0a88303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dle_encoder/dle_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def __init__(self, escape_stx_etx: bool = True, escape_cr: bool = False):
"""Create an encoder instance.
:param escape_stx_etx: Configure the encoder to run in the escaped mode. Currently, this
is the only supported mode
is the only supported mode
:param escape_cr: If running is escaped mode, this flag can be used to escape CR occurrences
as well
as well
"""
self.escape_stx_tx = escape_stx_etx
self.escape_cr = escape_cr
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']

autoclass_content = 'both'

# The suffix of source filenames.
source_suffix = '.rst'

Expand Down

0 comments on commit 0a88303

Please sign in to comment.