Skip to content

Commit a348a62

Browse files
authored
Release ScrAPD 3.0.0 (scrapd#218)
Updates the documentation for the ScrAPD 3 release.
1 parent 3f901dd commit a348a62

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [[3.0.0]] - 2019-10-12
11+
1012
### Added
1113

1214
- Add CLI flag to dump reports with parsing errors on disk. This also adds helper functions and tests to simplify the
@@ -168,6 +170,7 @@ This first version allows a user to retrieve traffic fatality repports for a cer
168170
[2.0.0]: https://github.com/scrapd/scrapd/releases/2.0.0
169171
[2.1.0]: https://github.com/scrapd/scrapd/releases/2.1.0
170172
[2.1.1]: https://github.com/scrapd/scrapd/releases/2.1.1
173+
[3.0.0]: https://github.com/scrapd/scrapd/releases/3.0.0
171174

172175
[//]: # (Issue/PR links)
173176
[#13]: https://github.com/scrapd/scrapd/issues/13
@@ -209,7 +212,9 @@ This first version allows a user to retrieve traffic fatality repports for a cer
209212
[#171]: https://github.com/scrapd/scrapd/pull/171
210213
[#172]: https://github.com/scrapd/scrapd/pull/172
211214
[#178]: https://github.com/scrapd/scrapd/pull/178
215+
[#199]: https://github.com/scrapd/scrapd/pull/199
212216
[#203]: https://github.com/scrapd/scrapd/issues/203
213217
[#204]: https://github.com/scrapd/scrapd/issues/204
214218
[#208]: https://github.com/scrapd/scrapd/pull/208
215219
[#210]: https://github.com/scrapd/scrapd/pull/210
220+
[#214]: https://github.com/scrapd/scrapd/pull/214

docs/source/usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ results by specifying simple options.
99

1010
Available formats are:
1111

12-
* `Count`: is a special format which simply counts the number of fatalities within the time range.
12+
* `Count`: is a special format which simply counts the number of crashes within the time range.
1313
* `CSV`: is a delimited text file that uses a comma to separate values.
1414
* `JSON`: is an open-standard file format that uses human-readable text to transmit data
1515
objects consisting of attribute–value pairs and array data types.
@@ -54,7 +54,7 @@ The log level can be adjusted by adding/removing `-v` flags:
5454
For 2 `-v` and more, the log format also changes from compact to verbose.
5555

5656
The `dump` option is intended to be used by developpers only. If the parser encounters an error, it will dump the
57-
content of the HTML page on disk, into a `.dump` directory. See the :ref:`contributing-dumping` for more information.
57+
content of the HTML page on disk, into a `.dump` directory. See the :ref:`contributing-dumping` section for more information.
5858

5959
docker
6060
------

0 commit comments

Comments
 (0)