Skip to content

Commit

Permalink
Fix bugs with enums, add nesting support, improve namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Feb 28, 2021
1 parent 8111cd8 commit 901fca2
Show file tree
Hide file tree
Showing 11 changed files with 1,248 additions and 555 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ doc/build/
build/
dist/
*~
*.egg*
__pycache__/
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = u'v' + u'0.7.1'
version = u'v' + u'0.8.0'
# The full version, including alpha/beta/rc tags.
release = u'v' + u'0.7.1'
release = u'v' + u'0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -155,7 +155,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'hpp2plantuml ' + u'v' + u'0.7.1'
# html_title = u'hpp2plantuml ' + u'v' + u'0.8.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
Loading

0 comments on commit 901fca2

Please sign in to comment.