We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09441b8 commit 60cb74aCopy full SHA for 60cb74a
README.rst
@@ -37,15 +37,15 @@ Features
37
* can be disabled in all tools by setting `ITERATIVE_DO_NOT_TRACK=1` env var
38
* single anonymised `user_id` across all `iterative` projects
39
* collects minimal amount of anonymised data. For example:
40
-```
41
-{
42
- "tool_name": "dvc",
43
- "tool_version": "2.14.0",
44
- "user_id": "e798d2e2-8941-4f24-a868-3adcbf6467df",
45
- "os_name": "mac",
46
- "os_version": "21.4.0",
47
-}
48
+.. code:: python
+
+ {
+ "tool_name": "dvc",
+ "tool_version": "2.14.0",
+ "user_id": "e798d2e2-8941-4f24-a868-3adcbf6467df",
+ "os_name": "mac",
+ "os_version": "21.4.0",
+ }
49
50
Requirements
51
------------
0 commit comments