From d3dd12566d364ef4fce65e9b05511af5438802f9 Mon Sep 17 00:00:00 2001 From: 3b1b Date: Mon, 1 Jan 2024 20:56:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=209ba68?= =?UTF-8?q?4d35f93cbfcad924fda1cf268e95cbd173b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .buildinfo | 2 +- _sources/getting_started/installation.rst.txt | 26 ++++++++ _static/copybutton.js | 4 +- _static/pygments.css | 1 + development/about.html | 8 +-- development/changelog.html | 8 +-- development/contributing.html | 18 +++--- documentation/animation/index.html | 8 +-- documentation/camera/index.html | 8 +-- documentation/constants.html | 8 +-- documentation/custom_config.html | 8 +-- documentation/mobject/index.html | 8 +-- documentation/scene/index.html | 8 +-- documentation/shaders/index.html | 8 +-- documentation/utils/index.html | 8 +-- genindex.html | 6 +- getting_started/configuration.html | 14 ++--- getting_started/example_scenes.html | 12 ++-- getting_started/installation.html | 61 +++++++++++++------ getting_started/quickstart.html | 32 +++++----- getting_started/structure.html | 8 +-- getting_started/whatsnew.html | 8 +-- index.html | 12 ++-- search.html | 6 +- searchindex.js | 2 +- 25 files changed, 175 insertions(+), 117 deletions(-) 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 @@ - - + +