Spaces:
Sleeping
Sleeping
rmm
commited on
Commit
·
ca9f317
1
Parent(s):
ef0cf0b
docs: repaired docs following restructuring done in history
Browse files- some submodules inside `src` now, weren't all reflected in the docs.
- docs/{classifier_cetacean.md → classifier_image.md} +1 -1
- docs/st_logs.md +1 -1
- mkdocs.yaml +1 -1
docs/{classifier_cetacean.md → classifier_image.md}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
This module documents the cetacean fluke and fin classifier.
|
2 |
|
3 |
-
::: src.classifier.
|
|
|
1 |
This module documents the cetacean fluke and fin classifier.
|
2 |
|
3 |
+
::: src.classifier.classifier_image
|
docs/st_logs.md
CHANGED
@@ -3,5 +3,5 @@ This module provides utilities to incorporate a standard python logger within st
|
|
3 |
|
4 |
# Streamlit log handler
|
5 |
|
6 |
-
::: src.st_logs
|
7 |
|
|
|
3 |
|
4 |
# Streamlit log handler
|
5 |
|
6 |
+
::: src.utils.st_logs
|
7 |
|
mkdocs.yaml
CHANGED
@@ -33,7 +33,7 @@ nav:
|
|
33 |
- Data extraction and validation: input_validator.md
|
34 |
- Data Object Class: input_observation.md
|
35 |
- Classifiers:
|
36 |
-
- Cetacean Fluke & Fin Recognition:
|
37 |
- (temporary) Hotdog Classifier: hotdog.md
|
38 |
- Hugging Face Integration:
|
39 |
- Push Observations to Dataset: hf_push_observations.md
|
|
|
33 |
- Data extraction and validation: input_validator.md
|
34 |
- Data Object Class: input_observation.md
|
35 |
- Classifiers:
|
36 |
+
- Cetacean Fluke & Fin Recognition: classifier_image.md
|
37 |
- (temporary) Hotdog Classifier: hotdog.md
|
38 |
- Hugging Face Integration:
|
39 |
- Push Observations to Dataset: hf_push_observations.md
|