Skip to content

Commit 752cd8d

Browse files
committed
readded removed clause
1 parent 571eb54 commit 752cd8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/guide/citing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ called by your script. For example, if your project can be run as
8282
$ python -m duecredit script.py
8383

8484
Alternatively, it may be more reliable to use environment variables to turn
85-
on `duecredit`_ collection::
85+
on `duecredit`_ collection, since this approach also works with
86+
Jupyter Notebook::
8687

8788
$ export DUECREDIT_ENABLE=yes # Bash
8889
PS> $Env:DUECREDIT_ENABLE = "yes" # PowerShell
@@ -97,7 +98,7 @@ Whenever it is detected that this variable is true, any uses of **Qinfer** in a
9798
given folder (even multiple distinct runs) will maintain
9899
a file in the same folder called ``.duecredit.p`` that contains
99100
a representation of your bibliography. This file is updated whenever **Qinfer**
100-
uses a module, class, or method that is appropriately tagged.
101+
uses a module, class, or method that is appropriately tagged with a citation.
101102

102103
If you wish to see the citation compilaton of a *single* python session,
103104
you can dump the current state with::

0 commit comments

Comments
 (0)