PICARD-2103: Add custom columns documentation #234
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This is a…
Reason for the Change
Added comprehensive documentation for the new custom columns feature in Picard. This addresses the need for user and developer documentation for the custom columns functionality that was implemented in the main Picard project.
Description of the Change
Added two new documentation files:
User Documentation (
usage/custom_columns.rst
):API Documentation (
extending/custom_columns_api.rst
):Updated navigation and index files to include the new documentation in appropriate sections.
References to implementation PRs:
Additional Action Required
None required. The documentation is complete and ready for use.