-
Couldn't load subscription status.
- 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.mdMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed