Skip to content

Commit 41ef070

Browse files
committed
Small documentation fix
1 parent 8c013b4 commit 41ef070

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/source/.conf.py.swp

-12 KB
Binary file not shown.

docs/source/.index.rst.swp

-12 KB
Binary file not shown.

src/config.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
99
Therefore, to modify any of these parameters, do it before executing
1010
:py:meth:`src.DGCG.solve`
11-
Switch to use the ffmpeg library. This is required to save the obtained
12-
curves and measures as videos.
1311
"""
1412
# Standard imports
1513
import pickle
@@ -369,6 +367,6 @@ def self_pickle(filename):
369367
use_ffmpeg = True
370368
"""
371369
bool.
372-
Switch to enable/disable the use of ffmpeg. If disabled, no videos can be
373-
saved.
370+
Switch to enable/disable the use of the `ffmpeg library <https://ffmpeg.org/>`.
371+
If disabled, no videos can be saved.
374372
"""

0 commit comments

Comments
 (0)