Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The client here will eventually be released as "spython" (and eventually to
singularity on pypi), and the versions here will coincide with these releases.

## [master](https://github.com/singularityhub/singularity-cli/tree/master)
- list of options and writable added to shell, execute, and run (0.0.72)
- client is not honoring quiet for pull (0.0.71)
- removing debugging line in pull (0.0.70)
- adding quiet argument to build to override client (0.0.69)
Expand Down
11 changes: 10 additions & 1 deletion docs/api/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,17 @@ The client here will eventually be released as "spython" (and eventually to
singularity on pypi), and the versions here will coincide with these releases.

## [master](https://github.com/singularityhub/singularity-cli/tree/master)
- list of options and writable added to shell, execute, and run (0.0.72)
- client is not honoring quiet for pull (0.0.71)
- removing debugging line in pull (0.0.70)
- adding quiet argument to build to override client (0.0.69)
- adding additional options to build to support singularity-compose (0.0.68)
- client should support shell (0.0.67)
- adding test for entrypoint + cmd and fixing testing requirements (0.0.66)
- fixing bug that inspect does not honor quiet (0.0.65)
- refactor recipe parsers, writers, and base (0.0.64)
- updated testing to use pytest, linting fixes, and oci state fixes (0.0.63)
- paths for files, add, copy, will not be expanded as it adds hardcoded paths
- oci state fixes and added Client.version_info() (0.0.63)
- fix crash in some error conditions (0.0.62)
- more OCI commands accept sudo parameter
- working directory, the last one defined, should be added to runscript (0.0.61)
Expand Down
54 changes: 0 additions & 54 deletions docs/api/_sources/source/spython.main.image.rst.txt

This file was deleted.

Binary file added docs/api/assets/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 1 addition & 73 deletions docs/api/assets/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,6 @@ a.headerlink {
visibility: hidden;
}

a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -401,16 +391,6 @@ table.citation td {
border-bottom: none;
}

th > p:first-child,
td > p:first-child {
margin-top: 0px;
}

th > p:last-child,
td > p:last-child {
margin-bottom: 0px;
}

/* -- figures --------------------------------------------------------------- */

div.figure {
Expand Down Expand Up @@ -480,57 +460,11 @@ ol.upperroman {
list-style: upper-roman;
}

li > p:first-child {
margin-top: 0px;
}

li > p:last-child {
margin-bottom: 0px;
}

dl.footnote > dt,
dl.citation > dt {
float: left;
}

dl.footnote > dd,
dl.citation > dd {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
content: "";
clear: both;
}

dl.field-list {
display: flex;
flex-wrap: wrap;
}

dl.field-list > dt {
flex-basis: 20%;
font-weight: bold;
word-break: break-word;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
flex-basis: 70%;
padding-left: 1em;
margin-left: 0em;
margin-bottom: 0em;
}

dl {
margin-bottom: 15px;
}

dd > p:first-child {
dd p {
margin-top: 0px;
}

Expand Down Expand Up @@ -603,12 +537,6 @@ dl.glossary dt {
font-style: oblique;
}

.classifier:before {
font-style: normal;
margin: 0.5em;
content: ":";
}

abbr, acronym {
border-bottom: dotted 1px;
cursor: help;
Expand Down
Binary file added docs/api/assets/comment-bright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/api/assets/comment-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/api/assets/comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/api/assets/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading