Closed CamronStaley closed 1 week ago
The pull request introduces several updates to the FiftyOne documentation, particularly focusing on the index.rst
, developing_plugins.rst
, index.rst
for plugins, using_plugins.rst
, and teams_plugins.rst
files. Key changes include the clarification of the orchestration tool associated with FiftyOne Teams, the addition of new sections for "Dataset Zoo" and "Model Zoo," and enhancements to the guidance on developing and using plugins. The updates aim to improve clarity and usability without altering existing functionalities.
File Path | Change Summary |
---|---|
docs/source/index.rst | Updated orchestration tool reference; added new sections: Dataset Zoo and Model Zoo . |
docs/source/plugins/developing_plugins.rst | Restructured content, detailed plugin components, expanded sections on plugin types (Python and JavaScript), added best practices, and included visual aids. |
docs/source/plugins/index.rst | Updated orchestration tool reference; no additional changes. |
docs/source/plugins/using_plugins.rst | Added a section on FiftyOne Teams Builtin Orchestrator , refined existing sections, expanded Delegated operations and removed content related to Apache Airflow. |
docs/source/teams/teams_plugins.rst | Clarified use of plugins within Teams, detailed orchestrator setup, added new environment variables, and enhanced management of delegated operations. |
docs/source/release-notes.rst | Updated release notes for versions 2.1.3 and 1.0.2, including model additions, bug fixes, and enhancements across various sections. |
__SUB_NEW__
, which directly relates to the changes made in the main PR regarding the Dataset Zoo
and Model Zoo
.documentation
🐇 In the garden where knowledge grows,
FiftyOne's plugins now brightly glow.
With new sections added, clarity reigns,
Developers cheer, no more pains!
From datasets to models, all in sight,
Hop along, let's code with delight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Although if BM is good with it as exists now maybe I'll just throw my changes away and move on.
What changes are proposed in this pull request?
Update docs to mention builtin orchestrator
What areas of FiftyOne does this PR affect?
fiftyone
Python library changesSummary by CodeRabbit
New Features
Bug Fixes
Documentation