docs: update to download plot per output#47
docs: update to download plot per output#47dlaehnemann wants to merge 28 commits intobioconda:mainfrom
Conversation
|
Is there a way to easily test this PR? Or should I just do this via the CI here? |
|
This seems like it should work. For testing, using the |
|
Thank you so much for these great pointers, and all the great work on bioconda. This is very much appreciated! |
…the main recipe.name
…hich does not work on pull requests
|
OK, that turned out trickier than I thought. I also fixed a bunch of extra stuff along the way. Here's a summary:
|
|
Just thought about when to merge this further. I think we should get this reviewed and ready to be merged. As updating the recipes accordingly will depend on the responsiveness of the respective recipe authors, we might just merge this at some point, to get the updated recipes to render correctly. Also, this wasn't really working for all recipes as is... @aliciaaevans, could you have another more detailed look? I tested this locally, by building docs of different package types: (i) no |
This is intended as a follow-up to this problem that @aliciaaevans identified:
bioconda/bioconda-utils#1057 (review)
We have to ensure that download plots are generated per
package(oroutput) in a multi-package recipe. I am unsure whether this change does it.In addition, this PR fixes some indentation issues that messed up the rendering.