diff --git a/.buildinfo b/.buildinfo index ed3cd289..1c58df85 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 857981a732130229703a928c0dec1824 +config: 96f5113faeb6cc0d541e179828eee7b9 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/getting_started/installation.rst.txt b/_sources/getting_started/installation.rst.txt index b6b8b531..bf5cea33 100644 --- a/_sources/getting_started/installation.rst.txt +++ b/_sources/getting_started/installation.rst.txt @@ -11,6 +11,32 @@ System requirements are: - `Pango `__ (only for Linux) +Install FFmpeg +-------------- + + + +Install FFmpeg Windows +------------------------ +.. code-block:: cmd + + choco install ffmpeg + + +# Install FFmepeg Linux +---------------------------- +.. code-block:: sh + + $ sudo apt update + $ sudo apt install ffmpeg + $ ffmpeg -version + +# Install FFmpeg MacOS +---------------------------- +- Download This ZIP file `https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z`(if the link is not working download this zip file from there original website) + + + Directly -------- diff --git a/_static/copybutton.js b/_static/copybutton.js index 02c5c82d..2ea7ff3e 100644 --- a/_static/copybutton.js +++ b/_static/copybutton.js @@ -20,7 +20,7 @@ const messages = { }, 'fr' : { 'copy': 'Copier', - 'copy_to_clipboard': 'Copié dans le presse-papier', + 'copy_to_clipboard': 'Copier dans le presse-papier', 'copy_success': 'Copié !', 'copy_failure': 'Échec de la copie', }, @@ -224,7 +224,7 @@ var copyTargetText = (trigger) => { var target = document.querySelector(trigger.attributes['data-clipboard-target'].value); // get filtered text - let exclude = '.linenos, .gp'; + let exclude = '.linenos'; let text = filterText(target, exclude); return formatCopyText(text, '', false, true, true, true, '', '') diff --git a/_static/pygments.css b/_static/pygments.css index 08bec689..84ab3030 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -17,6 +17,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: .highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #E40000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #008400 } /* Generic.Inserted */ diff --git a/development/about.html b/development/about.html index b22a6aa9..9ca76ef6 100644 --- a/development/about.html +++ b/development/about.html @@ -1,7 +1,7 @@ - + @@ -9,8 +9,8 @@ - - + +