diff --git a/CHANGES.md b/CHANGES.md index d6936c54e17c2221efb14863716d3763b2312e73..d312a9ef68944df4a379ca262070fa9b1d4f5844 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## Development () +## 0.12.1 (06.10.2020) + * **Bugfix**: Fix a filtering bug ## 0.12.0 (06.10.2020) diff --git a/docs/conf.py b/docs/conf.py index 54a89427907b63edfb7bb625bea5bf9efb0dfaf1..b4c469db599633e344928342ca491ff2d6652e24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2019, Mark Hall' author = 'Mark Hall' # The full version, including alpha/beta/rc tags -release = '0.12.0' +release = '0.12.1' # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index 201cd62494171288e6e91cbc8822561c8047a0dc..e315498207662271f45419818a842e245cbd2a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-edition-editor", - "version": "0.12.0", + "version": "0.12.1", "main": "index.js", "repository": "git@gitlab.informatik.uni-halle.de:gutzkow/digital-edition-editor.git", "author": "Mark <mark.hall@work.room3b.eu>", diff --git a/pyproject.toml b/pyproject.toml index c60c5124f5cb00dfdfa37a789947de490a63060a..9e2713c7db4cdfc8e0fedfe8b0e03985db501ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "digi_edit" -version = "0.12.0" +version = "0.12.1" description = "A web-based environment for editing a Digital Edition" authors = ["Mark Hall <mark.hall@work.room3b.eu>"] license = "MIT" diff --git a/src/digi_edit/static/changes.json b/src/digi_edit/static/changes.json index 7b9984223eee33946f131e267a3405cad7a22149..1334a79a9a1609bc664c6ad59282580ef01317b3 100644 --- a/src/digi_edit/static/changes.json +++ b/src/digi_edit/static/changes.json @@ -1 +1 @@ -[{"version": "0.12.0", "date": "2020-10-06T00:00:00", "changes": [{"type": "new", "message": "Allow filtering of tasks by status"}, {"type": "new", "message": "Implemented pagination of tasks"}, {"type": "new", "message": "Added \"About\" information"}, {"type": "new", "message": "Added a help viewer"}, {"type": "update", "message": "Various small UX Updates"}, {"type": "bugfix", "message": "Fix the date display for the tasks"}, {"type": "bugfix", "message": "Fix missing authors on delete / integrate"}]}, {"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}] \ No newline at end of file +[{"version": "0.12.1", "date": "2020-10-06T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a filtering bug"}]}, {"version": "0.12.0", "date": "2020-10-06T00:00:00", "changes": [{"type": "new", "message": "Allow filtering of tasks by status"}, {"type": "new", "message": "Implemented pagination of tasks"}, {"type": "new", "message": "Added \"About\" information"}, {"type": "new", "message": "Added a help viewer"}, {"type": "update", "message": "Various small UX Updates"}, {"type": "bugfix", "message": "Fix the date display for the tasks"}, {"type": "bugfix", "message": "Fix missing authors on delete / integrate"}]}, {"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}] \ No newline at end of file diff --git a/src/digi_edit/static/help/.buildinfo b/src/digi_edit/static/help/.buildinfo index c8c50f72d85eb766069dfbb7a094a30652af693d..3d6943059a00a87765aa014b419265209d71f308 100644 --- a/src/digi_edit/static/help/.buildinfo +++ b/src/digi_edit/static/help/.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: 60ad5a294e64635c86a285cd6d313c5a +config: 83055a4e8adbc53d94beb296636a81f1 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/src/digi_edit/static/help/.doctrees/environment.pickle b/src/digi_edit/static/help/.doctrees/environment.pickle index 957d49afa56d6abcf710dc27c82501f2b1f7145a..acf3f3c8c333ed7d3e1502ff843c0bb513cc3b5d 100644 Binary files a/src/digi_edit/static/help/.doctrees/environment.pickle and b/src/digi_edit/static/help/.doctrees/environment.pickle differ diff --git a/src/digi_edit/static/help/_static/documentation_options.js b/src/digi_edit/static/help/_static/documentation_options.js index 3ee9e456798527c713cc2218c308ff66629f3629..ab9b4b72fd06be65d6688bf1ec168ec939f72dec 100644 --- a/src/digi_edit/static/help/_static/documentation_options.js +++ b/src/digi_edit/static/help/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.12.0', + VERSION: '0.12.1', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/src/digi_edit/static/help/editor/index.html b/src/digi_edit/static/help/editor/index.html index 389c3f30070c192412f72619b5c8e33c8c7f8988..7bda0176ddafa825e125f631938017bc38d28af3 100644 --- a/src/digi_edit/static/help/editor/index.html +++ b/src/digi_edit/static/help/editor/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Editors — Digital Edition Editor 0.12.0 documentation</title> + <title>Editors — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/editor/tei-editor.html b/src/digi_edit/static/help/editor/tei-editor.html index 0821174512294cf8dc8fe0a40bf852426a0c81c8..3486286ef80b2e79e7e93e465eab383376c6c4c4 100644 --- a/src/digi_edit/static/help/editor/tei-editor.html +++ b/src/digi_edit/static/help/editor/tei-editor.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>TEI Editor — Digital Edition Editor 0.12.0 documentation</title> + <title>TEI Editor — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/editor/text-editor.html b/src/digi_edit/static/help/editor/text-editor.html index f7051c3b8f854286ee9424c7f75ab7f778ae4c00..f8ef5c37f119b3df3e4f5dc3b8c305a42ef14d99 100644 --- a/src/digi_edit/static/help/editor/text-editor.html +++ b/src/digi_edit/static/help/editor/text-editor.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Text Editor — Digital Edition Editor 0.12.0 documentation</title> + <title>Text Editor — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/genindex.html b/src/digi_edit/static/help/genindex.html index 1cd6798989cf160c3edfb0448afb24b7920b4f9e..612ac69d071eb3bce892e4470ca0d635e39c960b 100644 --- a/src/digi_edit/static/help/genindex.html +++ b/src/digi_edit/static/help/genindex.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Index — Digital Edition Editor 0.12.0 documentation</title> + <title>Index — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/index.html b/src/digi_edit/static/help/index.html index 985b618f537df61720344b7d05f001505f3fef73..353bea6484ca0c7539ddde2d850efd3b97678616 100644 --- a/src/digi_edit/static/help/index.html +++ b/src/digi_edit/static/help/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Digital Edition Editor — Digital Edition Editor 0.12.0 documentation</title> + <title>Digital Edition Editor — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/overview.html b/src/digi_edit/static/help/overview.html index f1e39d379079e6224c25675b9d76af80bbfa2132..baa873c8569d0c027c24f19e6b5c96b17b8db76e 100644 --- a/src/digi_edit/static/help/overview.html +++ b/src/digi_edit/static/help/overview.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Overview — Digital Edition Editor 0.12.0 documentation</title> + <title>Overview — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/cancel_integration.html b/src/digi_edit/static/help/processes/cancel_integration.html index a15f38f2d4a170bbd829b611463434f353c51bcd..294b936c5a9e34bc7f3d8ffc6da1099f379655eb 100644 --- a/src/digi_edit/static/help/processes/cancel_integration.html +++ b/src/digi_edit/static/help/processes/cancel_integration.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Cancel Task integration — Digital Edition Editor 0.12.0 documentation</title> + <title>Cancel Task integration — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/delete_task.html b/src/digi_edit/static/help/processes/delete_task.html index 2540a78da01ec98fff8647cb8be16fe3d9ff275c..1c1e64247148a6c1038af208e6c7643e581a6597 100644 --- a/src/digi_edit/static/help/processes/delete_task.html +++ b/src/digi_edit/static/help/processes/delete_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Deleting a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Deleting a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/filter_tasks.html b/src/digi_edit/static/help/processes/filter_tasks.html index 678de6ebcea32137c036ee1e7cd5bc031e870064..d0bac4b2d5e1843542285919b6ddbc22ecc9025f 100644 --- a/src/digi_edit/static/help/processes/filter_tasks.html +++ b/src/digi_edit/static/help/processes/filter_tasks.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Filtering Tasks — Digital Edition Editor 0.12.0 documentation</title> + <title>Filtering Tasks — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/index.html b/src/digi_edit/static/help/processes/index.html index c4f9a109b41e4f4b2cf79cf125374212b9f0917b..caf403af89bfd9a5813afe96ed6165b20cd492e4 100644 --- a/src/digi_edit/static/help/processes/index.html +++ b/src/digi_edit/static/help/processes/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Processes — Digital Edition Editor 0.12.0 documentation</title> + <title>Processes — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/integrate_task.html b/src/digi_edit/static/help/processes/integrate_task.html index fed93ae23406f5bed15f3ed7e15a7e882b1b08f1..b9c29804da198d4dde278499b86e9377412115c5 100644 --- a/src/digi_edit/static/help/processes/integrate_task.html +++ b/src/digi_edit/static/help/processes/integrate_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Integrating a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Integrating a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/logging_in.html b/src/digi_edit/static/help/processes/logging_in.html index fd78584dc38a81d83ff0ba1e50135c73a69f2cb1..7b08d20a2343f783e05ac3df4804eace6aaf0493 100644 --- a/src/digi_edit/static/help/processes/logging_in.html +++ b/src/digi_edit/static/help/processes/logging_in.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Logging in — Digital Edition Editor 0.12.0 documentation</title> + <title>Logging in — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/new_task.html b/src/digi_edit/static/help/processes/new_task.html index 1a3308196af3c29a602820ac875e0eb59352c250..e0c7e6d6033c0c328ce8c3c94ca35e136dbf14e8 100644 --- a/src/digi_edit/static/help/processes/new_task.html +++ b/src/digi_edit/static/help/processes/new_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Creating a new Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Creating a new Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/update_task.html b/src/digi_edit/static/help/processes/update_task.html index ad247f7b9516e4022bc236c756162433680ed388..88e3d03d20a6a4c386cc1184fa1fa2ddbce42532 100644 --- a/src/digi_edit/static/help/processes/update_task.html +++ b/src/digi_edit/static/help/processes/update_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Updating a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Updating a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/work_on_file.html b/src/digi_edit/static/help/processes/work_on_file.html index f09a89b9d65ac718edd2e3668436d7a87f792b29..ee7b7ebb77abbaca6a9fb85fb8e7d0dce7bd7a8a 100644 --- a/src/digi_edit/static/help/processes/work_on_file.html +++ b/src/digi_edit/static/help/processes/work_on_file.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Working on a file — Digital Edition Editor 0.12.0 documentation</title> + <title>Working on a file — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/work_on_task.html b/src/digi_edit/static/help/processes/work_on_task.html index 46736e79130723362f9950855c63d54e1f5a5330..d7a9304bfb5ed86f0657d8b8308a7e75cd370778 100644 --- a/src/digi_edit/static/help/processes/work_on_task.html +++ b/src/digi_edit/static/help/processes/work_on_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Working on a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Working on a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/search.html b/src/digi_edit/static/help/search.html index a4ba2da6eee31aa03d39e8165a8c833f90abe5cf..1bc28f515386a496f0aaa01d2e6a952872db7af5 100644 --- a/src/digi_edit/static/help/search.html +++ b/src/digi_edit/static/help/search.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Search — Digital Edition Editor 0.12.0 documentation</title> + <title>Search — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />