OpenEnergyPlatform / oemetadata

Repository for the Open Energy Family metadata. Contains metadata templates, examples and schemas. For metadata conversion see https://github.com/OpenEnergyPlatform/omi
https://openenergyplatform.github.io/oemetadata/
MIT License
21 stars 3 forks source link

Broken links on pypi #133

Closed chrwm closed 1 year ago

chrwm commented 1 year ago

Description of the issue

On pypi the links in the description are broken

[template.json](https://pypi.org/project/oemetadata/metadata/latest/template.json) contains an empty metadata string
[metadata_key_description.md](https://pypi.org/project/oemetadata/metadata/latest/metadata_key_description.md) contains a description of each metadata key
[example.json](https://pypi.org/project/oemetadata/metadata/latest/example.json) contains a basic metadata example

[CONTRIBUTING.md](https://pypi.org/project/oemetadata/CONTRIBUTING.md)
[RELEASE_PROCEDURE](https://pypi.org/project/oemetadata/RELEASE_PROCEDURE.md)
jh-RLI commented 1 year ago

oh good catch! Where you got the links you posted? I just noticed that the links are not correclty set for some reason. You can find the latest version right here:

* [template.json](./metadata/latest/template.json) contains an empty metadata string
* [metadata_key_description.md](./metadata/latest/metadata_key_description.md) contains a description of each metadata key
* [example.json](./metadata/latest/example.json) contains a basic metadata example

## Contributing

For further contributing infos and conventions see: [CONTRIBUTING.md](./CONTRIBUTING.md)

## Release a new version
See the complete instructions in the [RELEASE_PROCEDURE](./RELEASE_PROCEDURE.md).
chrwm commented 1 year ago

The posted links are from the oemetadata pypi website. In other releases we replace the .md file link with a link to Github

jh-RLI commented 1 year ago

I updated the links this should resolve this Issue within the next release. I close this for now, we should check again once the next release is published :)