Skip to content

Commit 09d2fd5

Browse files
authored
Update README && fix devstats.scientific-python.org build (#73)
* Update README * Fix devstats.sp.org make invocation
1 parent b77e574 commit 09d2fd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
# NOTE: bad interaction w/ blas multithreading on circleci
5050
export OMP_NUM_THREADS=1
5151
source venv/bin/activate
52-
cd devstats.scientific-python.org
53-
git submodule update --init
54-
make html
52+
(cd devstats.scientific-python.org && make html)
5553
5654
- store_artifacts:
5755
path: devstats.scientific-python.org/_build/html

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This repository holds the `devstats` package. `devstats` is a Python command lin
66
generate developer statistics and a developer statistics report for a specified
77
project.
88

9+
## Data bundles & reports
10+
11+
We make [regular data-bundle releases](https://github.com/scientific-python/devstats-data/releases) for several key scientific Python projects.
12+
13+
We also build reports for this data, available at https://devstats.scientific-python.org
14+
915
## OAuth key for accessing GitHub
1016

1117
Per the [GitHub GraphQL API docs](https://developer.github.com/v4/guides/forming-calls/),

0 commit comments

Comments
 (0)