Skip to content

Commit

Permalink
remove parser (#19)
Browse files Browse the repository at this point in the history
* remove parser

* fix docs error

* remove tests

* remove all_strategies.md to fix docs

* Create all_strategies.md

* remove all_strategies.md

* Ensure we're using griffe v0.x

This is due to incompatibilities with mkdocstrings

---------

Co-authored-by: Casper Welzel Andersen <[email protected]>
  • Loading branch information
Treesarj and CasperWA authored Sep 2, 2024
1 parent d5f5606 commit 054ca0c
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 393 deletions.
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

0 comments on commit 054ca0c

Please sign in to comment.