From 8460618212de03924247ad6f99c8487571175d95 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 10 Jan 2025 13:56:07 -0800 Subject: [PATCH 1/2] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 608b7ef..014e542 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This repository holds the `devstats` package. `devstats` is a Python command lin generate developer statistics and a developer statistics report for a specified project. +## Data bundles & reports + +We make [regular data-bundle releases](https://github.com/scientific-python/devstats-data/releases) for several key scientific Python projects. + +We also build reports for this data, available at https://devstats.scientific-python.org + ## OAuth key for accessing GitHub Per the [GitHub GraphQL API docs](https://developer.github.com/v4/guides/forming-calls/), From 898f61f8306ea32ce54832cb4fdf0d508400fc56 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 10 Jan 2025 15:16:58 -0800 Subject: [PATCH 2/2] Fix devstats.sp.org make invocation --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e594b2..16b867a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,9 +49,7 @@ jobs: # NOTE: bad interaction w/ blas multithreading on circleci export OMP_NUM_THREADS=1 source venv/bin/activate - cd devstats.scientific-python.org - git submodule update --init - make html + (cd devstats.scientific-python.org && make html) - store_artifacts: path: devstats.scientific-python.org/_build/html