Skip to content
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

remove parser #19

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Further reading:
- [OTE-API Services Documentation](https://github.com/EMMC-ASBL/oteapi-services)
- [DLite](https://github.com/SINTEF/dlite)

A list and documentation for all the strategies in this plugin can be found [here](https://EMMC-ASBL.github.io/oteapi-dlite/latest/all_strategies).


## License and copyright

Expand Down
10 changes: 0 additions & 10 deletions docs/all_strategies.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/api_reference/strategies/oceanlab_influx_parser.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Further reading:
- [OTE-API Services Documentation](https://github.com/EMMC-ASBL/oteapi-services)
- [DLite](https://github.com/SINTEF/dlite)

A list and documentation for all the strategies in this plugin can be found [here](all_strategies).


## License and copyright

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ nav:
- Home: index.md
- License: LICENSE.md
- Changelog: CHANGELOG.md
- all_strategies.md
- ... | api_reference/**

watch:
Expand Down
297 changes: 0 additions & 297 deletions oteapi_dlite/strategies/oceanlab_influx_parser.py

This file was deleted.

1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
griffe<1.0 # This is necessary until mkdocstrings fully supports griffe v1
invoke~=2.2
mike~=2.0
mkdocs~=1.5
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[options.entry_points]
oteapi.parse =
oteapi_dlite.influx/vnd.dlite-influx = oteapi_dlite.strategies.oceanlab_influx_parser:InfluxParseStrategy
oteapi_dlite.json/vnd.dlite-json = oteapi_dlite.strategies.parse_json:DLiteJsonStrategy

oteapi.function =
Expand Down
Loading
Loading