Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),
Expand Down
Loading