Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NishchayKarle/parsl into …
Browse files Browse the repository at this point in the history
…update-usage-tracking
  • Loading branch information
NishchayKarle committed Jun 3, 2024
2 parents ea41093 + 804fb32 commit afde2dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ for reporting purposes.

As an NSF-funded project, our ability to track usage metrics is important for continued funding.

You can opt-in by setting ``PARSL_TRACKING=true`` in your environment or by
setting ``usage_tracking=True`` in the configuration object (`parsl.config.Config`).
You can opt-in by setting ``usage_tracking=True`` in the configuration object (`parsl.config.Config`).

To read more about what information is collected and how it is used see :ref:`label-usage-tracking`.

Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/usage_tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ will choose to send us this information. The reason is that we need this data -
By opting-in, and allowing these statistics to be reported back, you are explicitly supporting the
further development of Parsl.

If you wish to opt in to usage reporting, set ``PARSL_TRACKING=true`` in your environment or set ``usage_tracking=True`` in the configuration object (`parsl.config.Config`).
If you wish to opt in to usage reporting, set ``usage_tracking=True`` in the configuration object (`parsl.config.Config`).


.. _what-is-sent:
Expand Down
1 change: 0 additions & 1 deletion parsl/usage_tracking/usage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
import logging
import os
import platform
import socket
import sys
Expand Down

0 comments on commit afde2dd

Please sign in to comment.