-
Notifications
You must be signed in to change notification settings - Fork 30
Preparation for version 1.4.3 release #330
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
Conversation
- adds tutorial and cli script sections - restructures the content to point users first how to get started with odml and only later on to details like dependencies. - adds readthedocs badge
A general comment, before we release: Would it be better to call the conversion script |
I don't mind changing the name, but this script has already been released with |
Forgot that it's been a while. I guess we can keep it as is. |
The odmlconversion cli script is renamed to odmlconvert. A deprecation notice is displayed if the previous script name 'odmlconversion' is called from the command line.
The documentation in docs, README and CHANGELOG has been updated with the rename of the CLI script 'odmlconversion' to 'odmlconvert'.
This PR prepares for the release of version 1.4.3. It
info.json
.CHANGELOG
.README
file and adds a badge for easy access to readthedocs.odmlconversion
is renamed toodmlconvert
. All documentation is updated, the script is still available under its previous nameodmlconversion
with a deprecation notice.