From 1ff6c1995182b49f10fce9aa97f1c0b58d470207 Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sun, 25 Apr 2021 03:06:07 -0400 Subject: [PATCH] Trying to fix docs --- .gitignore | 0 LICENSE | 0 MANIFEST.in | 0 README.md | 0 TODO.md | 0 docs/_images/Screenshot-delete.png | Bin docs/_images/Screenshot-print_formated-single.png | Bin docs/_images/Screenshot-print_list-single.png | Bin docs/_sources/index.rst.txt | 0 docs/_sources/releasenotes/0.0.1-changelog.rst.txt | 0 docs/_sources/releasenotes/0.0.4-changelog.rst.txt | 0 docs/_sources/releasenotes/0.0.5-changelog.rst.txt | 0 docs/_sources/releasenotes/0.0.6-changelog.rst.txt | 0 docs/_sources/releasenotes/0.0.7-changelog.rst.txt | 0 docs/_sources/usage/errors.rst.txt | 0 docs/_sources/usage/installation.rst.txt | 0 docs/_sources/usage/manual.rst.txt | 0 docs/_sources/usage/quickstart.rst.txt | 0 docs/_sources/usage/use_cases.rst.txt | 0 docs/_sources/usage/warnings.rst.txt | 0 docs/_static/Screenshot-delete.png | Bin docs/_static/Screenshot-print_formated-single.png | Bin docs/_static/Screenshot-print_formated.png | Bin docs/_static/Screenshot-print_list-single.png | Bin docs/_static/Screenshot-print_list.png | Bin docs/_static/alabaster.css | 0 docs/_static/basic.css | 0 docs/_static/custom.css | 0 docs/_static/doctools.js | 0 docs/_static/documentation_options.js | 0 docs/_static/favicon.ico | Bin docs/_static/file.png | Bin docs/_static/jquery-3.5.1.js | 0 docs/_static/jquery.js | 0 docs/_static/language_data.js | 0 docs/_static/mclogo4x.png | Bin docs/_static/minus.png | Bin docs/_static/plus.png | Bin docs/_static/pygments.css | 0 docs/_static/searchtools.js | 0 docs/_static/underscore-1.3.1.js | 0 docs/_static/underscore.js | 0 docs/genindex.html | 0 docs/index.html | 0 docs/objects.inv | Bin docs/releasenotes/0.0.1-changelog.html | 0 docs/releasenotes/0.0.4-changelog.html | 0 docs/releasenotes/0.0.5-changelog.html | 0 docs/releasenotes/0.0.6-changelog.html | 0 docs/releasenotes/0.0.7-changelog.html | 0 docs/search.html | 0 docs/searchindex.js | 0 docs/usage/errors.html | 0 docs/usage/installation.html | 0 docs/usage/manual.html | 0 docs/usage/quickstart.html | 0 docs/usage/use_cases.html | 0 docs/usage/warnings.html | 0 docsource/Makefile | 0 docsource/make.bat | 0 docsource/makedocs.sh | 2 ++ docsource/source/_static/Screenshot-delete.png | Bin .../_static/Screenshot-print_formated-single.png | Bin .../source/_static/Screenshot-print_formated.png | Bin .../source/_static/Screenshot-print_list-single.png | Bin docsource/source/_static/Screenshot-print_list.png | Bin docsource/source/_static/favicon.ico | Bin docsource/source/_static/mclogo4x.png | Bin docsource/source/conf.py | 0 docsource/source/index.rst | 0 docsource/source/releasenotes/0.0.1-changelog.rst | 0 docsource/source/releasenotes/0.0.4-changelog.rst | 0 docsource/source/releasenotes/0.0.5-changelog.rst | 0 docsource/source/releasenotes/0.0.6-changelog.rst | 0 docsource/source/releasenotes/0.0.7-changelog.rst | 0 docsource/source/usage/errors.rst | 0 docsource/source/usage/installation.rst | 0 docsource/source/usage/manual.rst | 0 docsource/source/usage/quickstart.rst | 0 docsource/source/usage/use_cases.rst | 0 docsource/source/usage/warnings.rst | 0 mediacurator/__init__.py | 0 mediacurator/library/__init__.py | 0 mediacurator/library/medialibrary.py | 0 mediacurator/library/tools.py | 0 mediacurator/library/video.py | 0 mediacurator/tests/__init__.py | 0 requirements.txt | 0 tests/integration/__init__.py | 0 tests/unit/__init__.py | 0 90 files changed, 2 insertions(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 LICENSE mode change 100644 => 100755 MANIFEST.in mode change 100644 => 100755 README.md mode change 100644 => 100755 TODO.md mode change 100644 => 100755 docs/_images/Screenshot-delete.png mode change 100644 => 100755 docs/_images/Screenshot-print_formated-single.png mode change 100644 => 100755 docs/_images/Screenshot-print_list-single.png mode change 100644 => 100755 docs/_sources/index.rst.txt mode change 100644 => 100755 docs/_sources/releasenotes/0.0.1-changelog.rst.txt mode change 100644 => 100755 docs/_sources/releasenotes/0.0.4-changelog.rst.txt mode change 100644 => 100755 docs/_sources/releasenotes/0.0.5-changelog.rst.txt mode change 100644 => 100755 docs/_sources/releasenotes/0.0.6-changelog.rst.txt mode change 100644 => 100755 docs/_sources/releasenotes/0.0.7-changelog.rst.txt mode change 100644 => 100755 docs/_sources/usage/errors.rst.txt mode change 100644 => 100755 docs/_sources/usage/installation.rst.txt mode change 100644 => 100755 docs/_sources/usage/manual.rst.txt mode change 100644 => 100755 docs/_sources/usage/quickstart.rst.txt mode change 100644 => 100755 docs/_sources/usage/use_cases.rst.txt mode change 100644 => 100755 docs/_sources/usage/warnings.rst.txt mode change 100644 => 100755 docs/_static/Screenshot-delete.png mode change 100644 => 100755 docs/_static/Screenshot-print_formated-single.png mode change 100644 => 100755 docs/_static/Screenshot-print_formated.png mode change 100644 => 100755 docs/_static/Screenshot-print_list-single.png mode change 100644 => 100755 docs/_static/Screenshot-print_list.png mode change 100644 => 100755 docs/_static/alabaster.css mode change 100644 => 100755 docs/_static/basic.css mode change 100644 => 100755 docs/_static/custom.css mode change 100644 => 100755 docs/_static/doctools.js mode change 100644 => 100755 docs/_static/documentation_options.js mode change 100644 => 100755 docs/_static/favicon.ico mode change 100644 => 100755 docs/_static/file.png mode change 100644 => 100755 docs/_static/jquery-3.5.1.js mode change 100644 => 100755 docs/_static/jquery.js mode change 100644 => 100755 docs/_static/language_data.js mode change 100644 => 100755 docs/_static/mclogo4x.png mode change 100644 => 100755 docs/_static/minus.png mode change 100644 => 100755 docs/_static/plus.png mode change 100644 => 100755 docs/_static/pygments.css mode change 100644 => 100755 docs/_static/searchtools.js mode change 100644 => 100755 docs/_static/underscore-1.3.1.js mode change 100644 => 100755 docs/_static/underscore.js mode change 100644 => 100755 docs/genindex.html mode change 100644 => 100755 docs/index.html mode change 100644 => 100755 docs/objects.inv mode change 100644 => 100755 docs/releasenotes/0.0.1-changelog.html mode change 100644 => 100755 docs/releasenotes/0.0.4-changelog.html mode change 100644 => 100755 docs/releasenotes/0.0.5-changelog.html mode change 100644 => 100755 docs/releasenotes/0.0.6-changelog.html mode change 100644 => 100755 docs/releasenotes/0.0.7-changelog.html mode change 100644 => 100755 docs/search.html mode change 100644 => 100755 docs/searchindex.js mode change 100644 => 100755 docs/usage/errors.html mode change 100644 => 100755 docs/usage/installation.html mode change 100644 => 100755 docs/usage/manual.html mode change 100644 => 100755 docs/usage/quickstart.html mode change 100644 => 100755 docs/usage/use_cases.html mode change 100644 => 100755 docs/usage/warnings.html mode change 100644 => 100755 docsource/Makefile mode change 100644 => 100755 docsource/make.bat mode change 100644 => 100755 docsource/source/_static/Screenshot-delete.png mode change 100644 => 100755 docsource/source/_static/Screenshot-print_formated-single.png mode change 100644 => 100755 docsource/source/_static/Screenshot-print_formated.png mode change 100644 => 100755 docsource/source/_static/Screenshot-print_list-single.png mode change 100644 => 100755 docsource/source/_static/Screenshot-print_list.png mode change 100644 => 100755 docsource/source/_static/favicon.ico mode change 100644 => 100755 docsource/source/_static/mclogo4x.png mode change 100644 => 100755 docsource/source/conf.py mode change 100644 => 100755 docsource/source/index.rst mode change 100644 => 100755 docsource/source/releasenotes/0.0.1-changelog.rst mode change 100644 => 100755 docsource/source/releasenotes/0.0.4-changelog.rst mode change 100644 => 100755 docsource/source/releasenotes/0.0.5-changelog.rst mode change 100644 => 100755 docsource/source/releasenotes/0.0.6-changelog.rst mode change 100644 => 100755 docsource/source/releasenotes/0.0.7-changelog.rst mode change 100644 => 100755 docsource/source/usage/errors.rst mode change 100644 => 100755 docsource/source/usage/installation.rst mode change 100644 => 100755 docsource/source/usage/manual.rst mode change 100644 => 100755 docsource/source/usage/quickstart.rst mode change 100644 => 100755 docsource/source/usage/use_cases.rst mode change 100644 => 100755 docsource/source/usage/warnings.rst mode change 100644 => 100755 mediacurator/__init__.py mode change 100644 => 100755 mediacurator/library/__init__.py mode change 100644 => 100755 mediacurator/library/medialibrary.py mode change 100644 => 100755 mediacurator/library/tools.py mode change 100644 => 100755 mediacurator/library/video.py mode change 100644 => 100755 mediacurator/tests/__init__.py mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 tests/integration/__init__.py mode change 100644 => 100755 tests/unit/__init__.py diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/MANIFEST.in b/MANIFEST.in old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/TODO.md b/TODO.md old mode 100644 new mode 100755 diff --git a/docs/_images/Screenshot-delete.png b/docs/_images/Screenshot-delete.png old mode 100644 new mode 100755 diff --git a/docs/_images/Screenshot-print_formated-single.png b/docs/_images/Screenshot-print_formated-single.png old mode 100644 new mode 100755 diff --git a/docs/_images/Screenshot-print_list-single.png b/docs/_images/Screenshot-print_list-single.png old mode 100644 new mode 100755 diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/releasenotes/0.0.1-changelog.rst.txt b/docs/_sources/releasenotes/0.0.1-changelog.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/releasenotes/0.0.4-changelog.rst.txt b/docs/_sources/releasenotes/0.0.4-changelog.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/releasenotes/0.0.5-changelog.rst.txt b/docs/_sources/releasenotes/0.0.5-changelog.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/releasenotes/0.0.6-changelog.rst.txt b/docs/_sources/releasenotes/0.0.6-changelog.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/releasenotes/0.0.7-changelog.rst.txt b/docs/_sources/releasenotes/0.0.7-changelog.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/usage/errors.rst.txt b/docs/_sources/usage/errors.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/usage/installation.rst.txt b/docs/_sources/usage/installation.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/usage/manual.rst.txt b/docs/_sources/usage/manual.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/usage/quickstart.rst.txt b/docs/_sources/usage/quickstart.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/usage/use_cases.rst.txt b/docs/_sources/usage/use_cases.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_sources/usage/warnings.rst.txt b/docs/_sources/usage/warnings.rst.txt old mode 100644 new mode 100755 diff --git a/docs/_static/Screenshot-delete.png b/docs/_static/Screenshot-delete.png old mode 100644 new mode 100755 diff --git a/docs/_static/Screenshot-print_formated-single.png b/docs/_static/Screenshot-print_formated-single.png old mode 100644 new mode 100755 diff --git a/docs/_static/Screenshot-print_formated.png b/docs/_static/Screenshot-print_formated.png old mode 100644 new mode 100755 diff --git a/docs/_static/Screenshot-print_list-single.png b/docs/_static/Screenshot-print_list-single.png old mode 100644 new mode 100755 diff --git a/docs/_static/Screenshot-print_list.png b/docs/_static/Screenshot-print_list.png old mode 100644 new mode 100755 diff --git a/docs/_static/alabaster.css b/docs/_static/alabaster.css old mode 100644 new mode 100755 diff --git a/docs/_static/basic.css b/docs/_static/basic.css old mode 100644 new mode 100755 diff --git a/docs/_static/custom.css b/docs/_static/custom.css old mode 100644 new mode 100755 diff --git a/docs/_static/doctools.js b/docs/_static/doctools.js old mode 100644 new mode 100755 diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js old mode 100644 new mode 100755 diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico old mode 100644 new mode 100755 diff --git a/docs/_static/file.png b/docs/_static/file.png old mode 100644 new mode 100755 diff --git a/docs/_static/jquery-3.5.1.js b/docs/_static/jquery-3.5.1.js old mode 100644 new mode 100755 diff --git a/docs/_static/jquery.js b/docs/_static/jquery.js old mode 100644 new mode 100755 diff --git a/docs/_static/language_data.js b/docs/_static/language_data.js old mode 100644 new mode 100755 diff --git a/docs/_static/mclogo4x.png b/docs/_static/mclogo4x.png old mode 100644 new mode 100755 diff --git a/docs/_static/minus.png b/docs/_static/minus.png old mode 100644 new mode 100755 diff --git a/docs/_static/plus.png b/docs/_static/plus.png old mode 100644 new mode 100755 diff --git a/docs/_static/pygments.css b/docs/_static/pygments.css old mode 100644 new mode 100755 diff --git a/docs/_static/searchtools.js b/docs/_static/searchtools.js old mode 100644 new mode 100755 diff --git a/docs/_static/underscore-1.3.1.js b/docs/_static/underscore-1.3.1.js old mode 100644 new mode 100755 diff --git a/docs/_static/underscore.js b/docs/_static/underscore.js old mode 100644 new mode 100755 diff --git a/docs/genindex.html b/docs/genindex.html old mode 100644 new mode 100755 diff --git a/docs/index.html b/docs/index.html old mode 100644 new mode 100755 diff --git a/docs/objects.inv b/docs/objects.inv old mode 100644 new mode 100755 diff --git a/docs/releasenotes/0.0.1-changelog.html b/docs/releasenotes/0.0.1-changelog.html old mode 100644 new mode 100755 diff --git a/docs/releasenotes/0.0.4-changelog.html b/docs/releasenotes/0.0.4-changelog.html old mode 100644 new mode 100755 diff --git a/docs/releasenotes/0.0.5-changelog.html b/docs/releasenotes/0.0.5-changelog.html old mode 100644 new mode 100755 diff --git a/docs/releasenotes/0.0.6-changelog.html b/docs/releasenotes/0.0.6-changelog.html old mode 100644 new mode 100755 diff --git a/docs/releasenotes/0.0.7-changelog.html b/docs/releasenotes/0.0.7-changelog.html old mode 100644 new mode 100755 diff --git a/docs/search.html b/docs/search.html old mode 100644 new mode 100755 diff --git a/docs/searchindex.js b/docs/searchindex.js old mode 100644 new mode 100755 diff --git a/docs/usage/errors.html b/docs/usage/errors.html old mode 100644 new mode 100755 diff --git a/docs/usage/installation.html b/docs/usage/installation.html old mode 100644 new mode 100755 diff --git a/docs/usage/manual.html b/docs/usage/manual.html old mode 100644 new mode 100755 diff --git a/docs/usage/quickstart.html b/docs/usage/quickstart.html old mode 100644 new mode 100755 diff --git a/docs/usage/use_cases.html b/docs/usage/use_cases.html old mode 100644 new mode 100755 diff --git a/docs/usage/warnings.html b/docs/usage/warnings.html old mode 100644 new mode 100755 diff --git a/docsource/Makefile b/docsource/Makefile old mode 100644 new mode 100755 diff --git a/docsource/make.bat b/docsource/make.bat old mode 100644 new mode 100755 diff --git a/docsource/makedocs.sh b/docsource/makedocs.sh index 5ccf25c..84bcc6a 100755 --- a/docsource/makedocs.sh +++ b/docsource/makedocs.sh @@ -1,6 +1,8 @@ #!/bin/bash find ../docs -mindepth 1 -delete +find ./build -mindepth 1 -delete sphinx-build -b html source build cp -r ./build/* ../docs/ +chmod -R 777 ../docs/ find ./build -mindepth 1 -delete \ No newline at end of file diff --git a/docsource/source/_static/Screenshot-delete.png b/docsource/source/_static/Screenshot-delete.png old mode 100644 new mode 100755 diff --git a/docsource/source/_static/Screenshot-print_formated-single.png b/docsource/source/_static/Screenshot-print_formated-single.png old mode 100644 new mode 100755 diff --git a/docsource/source/_static/Screenshot-print_formated.png b/docsource/source/_static/Screenshot-print_formated.png old mode 100644 new mode 100755 diff --git a/docsource/source/_static/Screenshot-print_list-single.png b/docsource/source/_static/Screenshot-print_list-single.png old mode 100644 new mode 100755 diff --git a/docsource/source/_static/Screenshot-print_list.png b/docsource/source/_static/Screenshot-print_list.png old mode 100644 new mode 100755 diff --git a/docsource/source/_static/favicon.ico b/docsource/source/_static/favicon.ico old mode 100644 new mode 100755 diff --git a/docsource/source/_static/mclogo4x.png b/docsource/source/_static/mclogo4x.png old mode 100644 new mode 100755 diff --git a/docsource/source/conf.py b/docsource/source/conf.py old mode 100644 new mode 100755 diff --git a/docsource/source/index.rst b/docsource/source/index.rst old mode 100644 new mode 100755 diff --git a/docsource/source/releasenotes/0.0.1-changelog.rst b/docsource/source/releasenotes/0.0.1-changelog.rst old mode 100644 new mode 100755 diff --git a/docsource/source/releasenotes/0.0.4-changelog.rst b/docsource/source/releasenotes/0.0.4-changelog.rst old mode 100644 new mode 100755 diff --git a/docsource/source/releasenotes/0.0.5-changelog.rst b/docsource/source/releasenotes/0.0.5-changelog.rst old mode 100644 new mode 100755 diff --git a/docsource/source/releasenotes/0.0.6-changelog.rst b/docsource/source/releasenotes/0.0.6-changelog.rst old mode 100644 new mode 100755 diff --git a/docsource/source/releasenotes/0.0.7-changelog.rst b/docsource/source/releasenotes/0.0.7-changelog.rst old mode 100644 new mode 100755 diff --git a/docsource/source/usage/errors.rst b/docsource/source/usage/errors.rst old mode 100644 new mode 100755 diff --git a/docsource/source/usage/installation.rst b/docsource/source/usage/installation.rst old mode 100644 new mode 100755 diff --git a/docsource/source/usage/manual.rst b/docsource/source/usage/manual.rst old mode 100644 new mode 100755 diff --git a/docsource/source/usage/quickstart.rst b/docsource/source/usage/quickstart.rst old mode 100644 new mode 100755 diff --git a/docsource/source/usage/use_cases.rst b/docsource/source/usage/use_cases.rst old mode 100644 new mode 100755 diff --git a/docsource/source/usage/warnings.rst b/docsource/source/usage/warnings.rst old mode 100644 new mode 100755 diff --git a/mediacurator/__init__.py b/mediacurator/__init__.py old mode 100644 new mode 100755 diff --git a/mediacurator/library/__init__.py b/mediacurator/library/__init__.py old mode 100644 new mode 100755 diff --git a/mediacurator/library/medialibrary.py b/mediacurator/library/medialibrary.py old mode 100644 new mode 100755 diff --git a/mediacurator/library/tools.py b/mediacurator/library/tools.py old mode 100644 new mode 100755 diff --git a/mediacurator/library/video.py b/mediacurator/library/video.py old mode 100644 new mode 100755 diff --git a/mediacurator/tests/__init__.py b/mediacurator/tests/__init__.py old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py old mode 100644 new mode 100755 diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py old mode 100644 new mode 100755