File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ This repository holds the `devstats` package. `devstats` is a Python command lin
66generate developer statistics and a developer statistics report for a specified
77project.
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
1117Per the [ GitHub GraphQL API docs] ( https://developer.github.com/v4/guides/forming-calls/ ) ,
You can’t perform that action at this time.
0 commit comments