Loading .buildinfo +1 −1 Original line number Diff line number Diff line # 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: 4d3597b4651c71301cf359fad5392948 config: 5181bd2b8280e663a350317fc93a53af tags: 645f666f9bcd5a90fca523b33c5a78b7 _sources/docker_tips.txt +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ Remove dangling images:: Remove all volumes:: docker image ls -q | xargs docker volume rm --force docker image ls -q | xargs docker image rm --force Remove image according to a given pattern:: Loading _sources/multiple_hosts_deployment.txt +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ determined by placement constraints defined by node metadata tags. A single physical node can host services of one or more types, if the appropriate metadata tags are set for that node. *Tested with $ESGF_VERSION=1.3*. Pre-Requisites ============== Loading _sources/testing_guide.txt +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ Testing Guide ************* *Tested with $ESGF_VERSION=1.4 (except for ESGF-Auth web client, currently not working)*. This document contains a list of tests that need to be executed to assert that a given ESGF/Docker release is fully functioning. We **recommend** that each developer executes these tests before merging his/her changes into the *integration* branch for that release. Loading _static/basic.css +25 −58 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ Loading Loading @@ -52,8 +52,6 @@ div.sphinxsidebar { width: 230px; margin-left: -100%; font-size: 90%; word-wrap: break-word; overflow-wrap : break-word; } div.sphinxsidebar ul { Loading Loading @@ -85,6 +83,10 @@ div.sphinxsidebar #searchbox input[type="text"] { width: 170px; } div.sphinxsidebar #searchbox input[type="submit"] { width: 30px; } img { border: 0; max-width: 100%; Loading Loading @@ -122,8 +124,6 @@ ul.keywordmatches li.goodmatch a { table.contentstable { width: 90%; margin-left: auto; margin-right: auto; } table.contentstable p.biglink { Loading Loading @@ -151,14 +151,9 @@ table.indextable td { vertical-align: top; } table.indextable ul { table.indextable dl, table.indextable dd { margin-top: 0; margin-bottom: 0; list-style-type: none; } table.indextable > tbody > tr > td > ul { padding-left: 0em; } table.indextable tr.pcap { Loading Loading @@ -190,22 +185,8 @@ div.genindex-jumpbox { padding: 0.4em; } /* -- domain module index --------------------------------------------------- */ table.modindextable td { padding: 2px; border-collapse: collapse; } /* -- general body styles --------------------------------------------------- */ div.body p, div.body dd, div.body li, div.body blockquote { -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } a.headerlink { visibility: hidden; } Loading @@ -231,6 +212,10 @@ div.body td { text-align: left; } .field-list ul { padding-left: 1em; } .first { margin-top: 0 !important; } Loading Loading @@ -347,6 +332,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } table.field-list td, table.field-list th { border: 0 !important; } table.footnote td, table.footnote th { border: 0 !important; } Loading Loading @@ -383,20 +372,6 @@ div.figure p.caption span.caption-number { div.figure p.caption span.caption-text { } /* -- field list styles ----------------------------------------------------- */ table.field-list td, table.field-list th { border: 0 !important; } .field-list ul { margin: 0; padding-left: 1em; } .field-list p { margin: 0; } /* -- other body styles ----------------------------------------------------- */ Loading Loading @@ -447,6 +422,15 @@ dl.glossary dt { font-size: 1.1em; } .field-list ul { margin: 0; padding-left: 1em; } .field-list p { margin: 0; } .optional { font-size: 1.3em; } Loading Loading @@ -505,13 +489,6 @@ pre { overflow-y: hidden; /* fixes display issues on Chrome browsers */ } span.pre { -moz-hyphens: none; -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; } td.linenos pre { padding: 5px 0px; border: 0; Loading Loading @@ -548,11 +525,11 @@ div.code-block-caption span.caption-number { div.code-block-caption span.caption-text { } div.literal-block-wrapper { div.container { padding: 1em 1em 0; } div.literal-block-wrapper div.highlight { div.container div.highlight { margin: 0; } Loading Loading @@ -603,16 +580,6 @@ span.eqno { float: right; } span.eqno a.headerlink { position: relative; left: 0px; z-index: 1; } div.math:hover a.headerlink { visibility: visible; } /* -- printout stylesheet --------------------------------------------------- */ @media print { Loading Loading
.buildinfo +1 −1 Original line number Diff line number Diff line # 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: 4d3597b4651c71301cf359fad5392948 config: 5181bd2b8280e663a350317fc93a53af tags: 645f666f9bcd5a90fca523b33c5a78b7
_sources/docker_tips.txt +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ Remove dangling images:: Remove all volumes:: docker image ls -q | xargs docker volume rm --force docker image ls -q | xargs docker image rm --force Remove image according to a given pattern:: Loading
_sources/multiple_hosts_deployment.txt +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ determined by placement constraints defined by node metadata tags. A single physical node can host services of one or more types, if the appropriate metadata tags are set for that node. *Tested with $ESGF_VERSION=1.3*. Pre-Requisites ============== Loading
_sources/testing_guide.txt +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ Testing Guide ************* *Tested with $ESGF_VERSION=1.4 (except for ESGF-Auth web client, currently not working)*. This document contains a list of tests that need to be executed to assert that a given ESGF/Docker release is fully functioning. We **recommend** that each developer executes these tests before merging his/her changes into the *integration* branch for that release. Loading
_static/basic.css +25 −58 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ Loading Loading @@ -52,8 +52,6 @@ div.sphinxsidebar { width: 230px; margin-left: -100%; font-size: 90%; word-wrap: break-word; overflow-wrap : break-word; } div.sphinxsidebar ul { Loading Loading @@ -85,6 +83,10 @@ div.sphinxsidebar #searchbox input[type="text"] { width: 170px; } div.sphinxsidebar #searchbox input[type="submit"] { width: 30px; } img { border: 0; max-width: 100%; Loading Loading @@ -122,8 +124,6 @@ ul.keywordmatches li.goodmatch a { table.contentstable { width: 90%; margin-left: auto; margin-right: auto; } table.contentstable p.biglink { Loading Loading @@ -151,14 +151,9 @@ table.indextable td { vertical-align: top; } table.indextable ul { table.indextable dl, table.indextable dd { margin-top: 0; margin-bottom: 0; list-style-type: none; } table.indextable > tbody > tr > td > ul { padding-left: 0em; } table.indextable tr.pcap { Loading Loading @@ -190,22 +185,8 @@ div.genindex-jumpbox { padding: 0.4em; } /* -- domain module index --------------------------------------------------- */ table.modindextable td { padding: 2px; border-collapse: collapse; } /* -- general body styles --------------------------------------------------- */ div.body p, div.body dd, div.body li, div.body blockquote { -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } a.headerlink { visibility: hidden; } Loading @@ -231,6 +212,10 @@ div.body td { text-align: left; } .field-list ul { padding-left: 1em; } .first { margin-top: 0 !important; } Loading Loading @@ -347,6 +332,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } table.field-list td, table.field-list th { border: 0 !important; } table.footnote td, table.footnote th { border: 0 !important; } Loading Loading @@ -383,20 +372,6 @@ div.figure p.caption span.caption-number { div.figure p.caption span.caption-text { } /* -- field list styles ----------------------------------------------------- */ table.field-list td, table.field-list th { border: 0 !important; } .field-list ul { margin: 0; padding-left: 1em; } .field-list p { margin: 0; } /* -- other body styles ----------------------------------------------------- */ Loading Loading @@ -447,6 +422,15 @@ dl.glossary dt { font-size: 1.1em; } .field-list ul { margin: 0; padding-left: 1em; } .field-list p { margin: 0; } .optional { font-size: 1.3em; } Loading Loading @@ -505,13 +489,6 @@ pre { overflow-y: hidden; /* fixes display issues on Chrome browsers */ } span.pre { -moz-hyphens: none; -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; } td.linenos pre { padding: 5px 0px; border: 0; Loading Loading @@ -548,11 +525,11 @@ div.code-block-caption span.caption-number { div.code-block-caption span.caption-text { } div.literal-block-wrapper { div.container { padding: 1em 1em 0; } div.literal-block-wrapper div.highlight { div.container div.highlight { margin: 0; } Loading Loading @@ -603,16 +580,6 @@ span.eqno { float: right; } span.eqno a.headerlink { position: relative; left: 0px; z-index: 1; } div.math:hover a.headerlink { visibility: visible; } /* -- printout stylesheet --------------------------------------------------- */ @media print { Loading