Skip to content

Commit

Permalink
[UPD] HTML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2021
1 parent 90b7eb9 commit d670fc3
Show file tree
Hide file tree
Showing 31 changed files with 40 additions and 108 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 57699f48a13b9aa9b680d9f902f0f62b
config: 42c543985a50af3760286617c327a56e
tags: 645f666f9bcd5a90fca523b33c5a78b7
5 changes: 1 addition & 4 deletions docs/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1120,12 +1120,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/API.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var DOCUMENTATION_OPTIONS = {
BUILDER: 'html',
FILE_SUFFIX: '.html',
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
HAS_SOURCE: false,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: false
};
8 changes: 7 additions & 1 deletion docs/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,10 @@ var Search = {
complete: function(jqxhr, textstatus) {
var data = jqxhr.responseText;
if (data !== '' && data !== undefined) {
listItem.append(Search.makeSearchSummary(data, searchterms, hlterms));
var summary = Search.makeSearchSummary(data, searchterms, hlterms);
if (summary) {
listItem.append(summary);
}
}
Search.output.append(listItem);
setTimeout(function() {
Expand Down Expand Up @@ -498,6 +501,9 @@ var Search = {
*/
makeSearchSummary : function(htmlText, keywords, hlwords) {
var text = Search.htmlToText(htmlText);
if (text == "") {
return null;
}
var textLower = text.toLowerCase();
var start = 0;
$.each(keywords, function() {
Expand Down
5 changes: 1 addition & 4 deletions docs/after_migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/after_migration.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/analyse.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/analyse.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/analysis.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/community.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/coverage_legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/coverage_legend.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/development.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/devfaq.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/devfaq.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/format.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/format.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

</div>
Expand Down
5 changes: 1 addition & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/index.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/intro.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/migration_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/migration_details.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/migrationmanager.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/migrationmanager.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules100-110.html
Original file line number Diff line number Diff line change
Expand Up @@ -1057,12 +1057,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules100-110.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules110-120.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,12 +1109,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules110-120.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules120-130.html
Original file line number Diff line number Diff line change
Expand Up @@ -1233,12 +1233,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules120-130.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules130-140.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,12 +1312,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules130-140.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules50-60.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,12 +628,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules50-60.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules60-61.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,12 +636,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules60-61.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules61-70.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,12 +722,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules61-70.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules70-80.html
Original file line number Diff line number Diff line change
Expand Up @@ -910,12 +910,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules70-80.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules80-90.html
Original file line number Diff line number Diff line change
Expand Up @@ -1149,12 +1149,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules80-90.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
5 changes: 1 addition & 4 deletions docs/modules90-100.html
Original file line number Diff line number Diff line change
Expand Up @@ -1046,12 +1046,9 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/modules90-100.rst.txt"
rel="nofollow">Page source</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.2</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

</div>
Expand Down
Loading

0 comments on commit d670fc3

Please sign in to comment.