diff --git a/source/developer/index.rst b/source/developer/index.rst index cc88506..ea76ebf 100644 --- a/source/developer/index.rst +++ b/source/developer/index.rst @@ -9,4 +9,5 @@ Developer Docs bulk repodata_patching ci-inventory + repo-inventory aarch64 diff --git a/source/developer/repo-inventory.rst b/source/developer/repo-inventory.rst new file mode 100644 index 0000000..a07e55c --- /dev/null +++ b/source/developer/repo-inventory.rst @@ -0,0 +1,55 @@ +Repository inventory +==================== + +.. list-table:: + :header-rows: 1 + :class: inventory + + * - repo + - description + + * - `bioconda-recipes `_ + - Recipes that are automatically built + + * - `bioconda-utils `_ + - The build system that orchestrates everything + + * - `bioconda-docs `_ + - Home of the documentation + + * - `bioconda-common `_ + - Centralized location for installation/config + + * - `bioconda-containers `_ + - Dockerfiles and CI config for building :ref:`bioconda containers `_ + + * - `bioconda.github.io `_ + - Docs built by bioconda-docs are pushed here for hosting by GitHub + + * - `bioconda-stats `_ + - Gathers and stores statistics from the conda channel + + * - `bioconda-plots `_ + - Converts data from bioconda-stats into plots used by the docs + + * - `bioconda-paper `_ + - Code and data for generating the figures in https://doi.org/10.1038/s41592-018-0046-7 + + * - `bioconda-tests `_ + - Intended to trigger periodic tests of all packages + + * - `bioconda-outreach `_ + - Presentations and training materials + + * - `bioconda-actions `_ + - DEPRECATED, previously used for factoring out GitHub Actions + + * - `bioconda-repodata-patches `_ + - DEPRECATED, this is now moved to the corresponding `recipe `_ + + * - `bioconda-extended-base-image `_ + - DEPRECATED, this is now handled in `bioconda-containers `_ + + * - `quay.io/organization/bioconda `_ + - Docker containers +