docs: add houdini-22.0 to the conda recipe index - #283
Merged
kenyrish-amazon merged 2 commits intoAug 13, 2026
Merged
Conversation
The houdini-22.0 recipe (added in aws-deadline#281) was not listed in the conda_recipes/README.md recipe table, making it undiscoverable from the collection README. Add a row next to the Houdini 21.0 entry. Signed-off-by: Rishi Keny <kenyrish@amazon.com>
Adding the houdini-22.0 row makes the table 52 rows. conda_recipes/ has 54 immediate subdirectories minus the two documented exclusions (conda_build_linux_package, archive_files) = 52 user-selectable recipes, so the header count is updated from 51 to 52 to match. Signed-off-by: Rishi Keny <kenyrish@amazon.com>
kenyrish-amazon
marked this pull request as ready for review
August 13, 2026 22:02
andrew-fenton
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What was the problem/requirement? (What/Why)
The
houdini-22.0conda recipe added in #281 was not added to the recipe index table inconda_recipes/README.md. That table lists the other recipes (Houdini 20.5, 21.0, the Redshift/V-Ray plugins, etc.), and the repository checklist calls for updating the nearest category table when a sample is added. Without the row, the recipe is undiscoverable from the collection README.What was the solution? (How)
Add a single table row for Houdini 22.0, next to the existing Houdini 21.0 entry.
What is the impact of this change?
Documentation only — one row added to
conda_recipes/README.md. No recipe or code changes.How was this change tested?
vale conda_recipes/README.mdpasses clean. The row matches the format and wording of the adjacent Houdini 20.5 / 21.0 rows and links to the existinghoudini-22.0/directory.