|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>Build Environment — Singularity container 2.5.1 documentation</title> |
| 11 | + <title>Build Environment — Singularity container 2.5 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
63 | 63 |
|
64 | 64 |
|
65 | 65 | <div class="version"> |
66 | | - 2.5.1 |
| 66 | + 2.5 |
67 | 67 | </div> |
68 | 68 |
|
69 | 69 |
|
@@ -249,7 +249,7 @@ <h2>Pull Folder<a class="headerlink" href="#pull-folder" title="Permalink to thi |
249 | 249 | <div class="section" id="environment-variables"> |
250 | 250 | <h2>Environment Variables<a class="headerlink" href="#environment-variables" title="Permalink to this headline">¶</a></h2> |
251 | 251 | <p>All environmental variables are parsed by Singularity python helper |
252 | | -functions, and specifically the file <a class="reference external" href="https://github.com/singularityware/singularity/blob/master/libexec/python/defaults.py">defaults.py</a> is a gateway |
| 252 | +functions, and specifically the file <a class="reference external" href="https://github.com/singularityware/singularity/blob/2.5.2/libexec/python/defaults.py">defaults.py</a> is a gateway |
253 | 253 | between variables defined at runtime, and pre-defined defaults. By way |
254 | 254 | of import from the file, variables set at runtime do not change if |
255 | 255 | re-imported. This was done intentionally to prevent changes during the |
@@ -410,38 +410,13 @@ <h3>General<a class="headerlink" href="#general" title="Permalink to this headli |
410 | 410 | </div> |
411 | 411 |
|
412 | 412 |
|
413 | | - <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions"> |
414 | | - <span class="rst-current-version" data-toggle="rst-current-version"> |
415 | | - <span class="fa fa-book"> Singularity Docs - User Guide </span> |
416 | | - v: latest |
417 | | - <span class="fa fa-caret-down"></span> |
418 | | - </span> |
419 | | - <div class="rst-other-versions"> |
420 | | - <dl> |
421 | | - <dt>Versions</dt> |
422 | | - <dd><a href="https://www.sylabs.io/guides/2.5.1/user-guide/">latest</a></dd> |
423 | | - </dl> |
424 | | - <dl> |
425 | | - <dt>Downloads</dt> |
426 | | - <dd> |
427 | | - <a href="https://www.sylabs.io/guides/2.5.1/user-guide.pdf">Latest PDF</a> |
428 | | - </dd> |
429 | | - </dl> |
430 | | - <dl> |
431 | | - <dt>Do you want to contribute? </dt> |
432 | | - <dd> |
433 | | - <a href="https://github.com/singularityware/singularity-userdocs">Find us on GitHub!</a> |
434 | | - </dd> |
435 | | - </dl> |
436 | | - |
437 | | - </div> |
438 | | - </div> |
| 413 | +<script type="text/javascript" src="_static/js/footer.js"></script> |
439 | 414 |
|
440 | 415 |
|
441 | 416 | <script type="text/javascript"> |
442 | 417 | var DOCUMENTATION_OPTIONS = { |
443 | 418 | URL_ROOT:'./', |
444 | | - VERSION:'2.5.1', |
| 419 | + VERSION:'2.5', |
445 | 420 | LANGUAGE:'None', |
446 | 421 | COLLAPSE_INDEX:false, |
447 | 422 | FILE_SUFFIX:'.html', |
|
0 commit comments