commit ebc61c1df3c3d405d4fe557c877703b9dd871797 Author: Arturo Filastò art@fuffa.org Date: Mon Jan 7 21:08:07 2013 +0100
Update docs to reflect changes in report filename format --- docs/source/index.rst | 1 + docs/source/reports.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/docs/source/index.rst b/docs/source/index.rst index 7ad895a..ca74809 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -122,6 +122,7 @@ More developer documentation
architecture oonib + reports writing_tests api/* nettests/modules diff --git a/docs/source/reports.rst b/docs/source/reports.rst index 00c2db9..77d8cf6 100644 --- a/docs/source/reports.rst +++ b/docs/source/reports.rst @@ -16,7 +16,7 @@ https://ooni.torproject.org/reports/0.1/IT/ This directory shall contain the various reports for the test using the following convention:
-``dateInISO8601Format`` _ ``probeASNumber`` .yamloo +``testName`` - ``dateInISO8601Format`` - ``probeASNumber`` .yamloo
The date is expressed using `ISO 8601 http://en.wikipedia.org/wiki/ISO_8601`_ including seconds and with no ``:`` to delimit hours, minutes, days.