Skip to content

Commit

Permalink
It was right before
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 7, 2017
1 parent 8d87edb commit bbc08ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conx/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def process_class_docstring(docstring):
new_name = "%sLayer" % name
try:
docstring_md = ' **%sLayer**\n\n' % (new_name,)
docstring_md += obj.__doc__
docstring = pypandoc.convert(process_class_docstring(docstring_md), "rst", "markdown_github")
except:
docstring = obj.__doc__
Expand Down

0 comments on commit bbc08ff

Please sign in to comment.