-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
🚀 Feature
Automatically create/update the necessary documentation files when using the generator.
autogen.py
Automate the readme creation, currently we have to copy each file individually:
# Copy Birds README
shutil.copyfile(icedata_dir / "icedata/datasets/birds/README.md", dest_dir / "birds.md")
# Copy COCO README
shutil.copyfile(icedata_dir / "icedata/datasets/coco/README.md", dest_dir / "coco.md")mkdocs.yml
Update the Datasets section:
- Datasets:
- Birds: birds.md
- COCO: coco.mdReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed