Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Release ScrAPD 3.0.0 (#218)
Browse files Browse the repository at this point in the history
Updates the documentation for the ScrAPD 3 release.
  • Loading branch information
rgreinho committed Oct 12, 2019
1 parent 3f901dd commit a348a62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[3.0.0]] - 2019-10-12

### Added

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

[//]: # (Issue/PR links)
[#13]: https://github.com/scrapd/scrapd/issues/13
Expand Down Expand Up @@ -209,7 +212,9 @@ This first version allows a user to retrieve traffic fatality repports for a cer
[#171]: https://github.com/scrapd/scrapd/pull/171
[#172]: https://github.com/scrapd/scrapd/pull/172
[#178]: https://github.com/scrapd/scrapd/pull/178
[#199]: https://github.com/scrapd/scrapd/pull/199
[#203]: https://github.com/scrapd/scrapd/issues/203
[#204]: https://github.com/scrapd/scrapd/issues/204
[#208]: https://github.com/scrapd/scrapd/pull/208
[#210]: https://github.com/scrapd/scrapd/pull/210
[#214]: https://github.com/scrapd/scrapd/pull/214
4 changes: 2 additions & 2 deletions docs/source/usage.rst
Expand Up @@ -9,7 +9,7 @@ results by specifying simple options.

Available formats are:

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

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

docker
------
Expand Down

0 comments on commit a348a62

Please sign in to comment.