-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/alias elements #94
Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
851beb3
Added PY3.7
glow-mdsol 07c4f5b
Use six.string_types
glow-mdsol e05b8f6
Corrected datatype type
glow-mdsol 8802595
pull all the tests into one place
glow-mdsol 90e2c0c
run code format using BLACK
glow-mdsol 5637c52
handle deprecation on getchildren
glow-mdsol 5393a93
centralise the tests
glow-mdsol 73ff650
reformat using BLACK
glow-mdsol 7fa74b9
Add Python 3.7
glow-mdsol c30cf1c
Bump version
glow-mdsol 6d879d2
added httpretty as development dependency
glow-mdsol bfeb943
install_requires should be a list
glow-mdsol d0c1e6a
workaround for python 3.7
glow-mdsol 407592a
Updated version information
glow-mdsol ae0ab14
Corrected DataType for datatype
glow-mdsol f2e2470
Removed unneeded OrderNumber Attribute from MeasurementUnitRef
glow-mdsol c8c1e5a
Reformat using BLACK
glow-mdsol d8bc06f
Support autodoc from Classes
glow-mdsol ba8de26
Reformatted using BLACK
glow-mdsol 11327e7
Moved dev requirements into requirements-dev.txt
glow-mdsol 19915ef
Added venv and tox to the gitignore
glow-mdsol aca4fa7
Update to match the BLACK reformatting of strings
glow-mdsol c901974
reformatted doc strings and allow autodoc
glow-mdsol c735a6a
Make OrderNumber not required (fixes Issue #92)
glow-mdsol b039b7f
Added note about environment setup
glow-mdsol 7e04921
Collapse multiple ..note entries
glow-mdsol ad53c9b
Made the OrderNumber lazy (fixes #93)
glow-mdsol cfa8ba4
Use ..note::
glow-mdsol 16c133d
Watch for innate nullity from python
glow-mdsol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it have to be a cardinal number? I don't know what Rave enforces here. Can you have an Ordinal or 0 or -1 ? ODM recommends numbers starting at 1 but not sure what Rave requires?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rave just seems to parse it as an int.....