Skip to content

Commit

Permalink
publish: Update changelog
Browse files Browse the repository at this point in the history
generated from commit c77b280
  • Loading branch information
pdsen-ci committed Oct 11, 2023
1 parent b74f622 commit e47f557
Show file tree
Hide file tree
Showing 56 changed files with 363 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .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: 6155b3553ef9b4b0da82ba73c10a8fb0
config: 83a1a92651bcedc39215ec4f8f763365
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/about.doctree
Binary file not shown.
Binary file modified .doctrees/admin/create_reg.doctree
Binary file not shown.
Binary file modified .doctrees/admin/ldd.doctree
Binary file not shown.
Binary file modified .doctrees/admin/tasks.doctree
Binary file not shown.
Binary file modified .doctrees/cloud/architecture.doctree
Binary file not shown.
Binary file modified .doctrees/cloud_startup.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/install/docker-compose.doctree
Binary file not shown.
Binary file modified .doctrees/install/install.doctree
Binary file not shown.
Binary file modified .doctrees/install/tools.doctree
Binary file not shown.
Binary file modified .doctrees/support/contact.doctree
Binary file not shown.
Binary file modified .doctrees/support/contribute.doctree
Binary file not shown.
Binary file modified .doctrees/support/discussions.doctree
Binary file not shown.
Binary file modified .doctrees/support/support.doctree
Binary file not shown.
Binary file modified .doctrees/user/dashboards.doctree
Binary file not shown.
Binary file modified .doctrees/user/delete_data.doctree
Binary file not shown.
Binary file modified .doctrees/user/harvest_job_configuration.doctree
Binary file not shown.
Binary file modified .doctrees/user/load1.doctree
Binary file not shown.
Binary file modified .doctrees/user/load2.doctree
Binary file not shown.
Binary file modified .doctrees/user/tasks.doctree
Binary file not shown.
Binary file modified .doctrees/user/update_status.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _sources/admin/ldd.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ upgrade. To perform this, run the following command::
registry-manager upgrade-dd

The above command will replace entries in the data dictionary on a document by document basis (i.e. those in the
data dictionary having the same _id's as the incoming documents). This is relevant if you have loaded your own data
data dictionary having the same _id's as the incoming documents). This is relevant if you have loaded your own data
dictionary files (see 'load-dd' above), in which case the upgrade will retain those additional documents.

If you wish to replace the entire data dictionary, add the '-r' (recreate) command line switch::
Expand Down
2 changes: 1 addition & 1 deletion _sources/install/docker-compose.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The following table contains commonly used server-side profiles and descriptions

====================== ==================================================== ==============================================
Profile Name Description Prerequisites

(profiles to start before this)

====================== ==================================================== ==============================================
Expand Down
2 changes: 1 addition & 1 deletion _sources/install/tools.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Configure Your Environment
**************************

.. note::
Optional: Configuring your environment is preferred, but not required. You can always run any of the command-line tools from
Optional: Configuring your environment is preferred, but not required. You can always run any of the command-line tools from
the ``bin/`` directory of the appropriate downloaded package.

Update PATH environment variable to be able to run registry tools from any directory.
Expand Down
6 changes: 3 additions & 3 deletions _sources/support/contribute.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ We are always looking for community input into our software. Feel free to contri
Request a New Tool / Service
****************************

Feel free to propose a new idea to our `Engineering Node Operations repo
Feel free to propose a new idea to our `Engineering Node Operations repo
<https://github.com/NASA-PDS/pdsen-operations/issues>`_ and we will triage it appropriately.


Report a Bug
************

To report a bug found in either a software tool or services, report in the individual repo for the project,
or in our `Engineering Node Operations repo <https://github.com/NASA-PDS/pdsen-operations/issues>`_ and
To report a bug found in either a software tool or services, report in the individual repo for the project,
or in our `Engineering Node Operations repo <https://github.com/NASA-PDS/pdsen-operations/issues>`_ and
we will triage it appropriately.
4 changes: 0 additions & 4 deletions _sources/user/dashboards.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ View the dashboards
- Bundles and Collections listed by status (staged, archived)
* - Product Count Metrics
- Products counts by references (e.g. target, investigation, instruments...)




141 changes: 27 additions & 114 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ div.clearer {
clear: both;
}

div.section::after {
display: block;
content: '';
clear: left;
}

/* -- relbar ---------------------------------------------------------------- */

div.related {
Expand Down Expand Up @@ -322,27 +316,21 @@ img.align-default, .figure.align-default {
div.sidebar {
margin: 0 0 0.5em 1em;
border: 1px solid #ddb;
padding: 7px;
padding: 7px 7px 0 7px;
background-color: #ffe;
width: 40%;
float: right;
clear: right;
overflow-x: auto;
}

p.sidebar-title {
font-weight: bold;
}

div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

div.topic {
border: 1px solid #ccc;
padding: 7px;
padding: 7px 7px 0 7px;
margin: 10px 0 10px 0;
}

Expand All @@ -364,6 +352,10 @@ div.admonition dt {
font-weight: bold;
}

div.admonition dl {
margin-bottom: 0;
}

p.admonition-title {
margin: 0px 10px 5px 0px;
font-weight: bold;
Expand All @@ -374,28 +366,9 @@ div.body p.centered {
margin-top: 25px;
}

/* -- content of sidebars/topics/admonitions -------------------------------- */

div.sidebar > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
div.topic::after,
div.admonition::after,
blockquote::after {
display: block;
content: '';
clear: both;
}

/* -- tables ---------------------------------------------------------------- */

table.docutils {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-collapse: collapse;
}
Expand Down Expand Up @@ -443,13 +416,13 @@ table.citation td {
border-bottom: none;
}

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

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

Expand Down Expand Up @@ -495,10 +468,6 @@ table.field-list td, table.field-list th {

/* -- hlist styles ---------------------------------------------------------- */

table.hlist {
margin: 1em 0;
}

table.hlist td {
vertical-align: top;
}
Expand Down Expand Up @@ -526,37 +495,17 @@ ol.upperroman {
list-style: upper-roman;
}

:not(li) > ol > li:first-child > :first-child,
:not(li) > ul > li:first-child > :first-child {
li > p:first-child {
margin-top: 0px;
}

:not(li) > ol > li:last-child > :last-child,
:not(li) > ul > li:last-child > :last-child {
li > p:last-child {
margin-bottom: 0px;
}

ol.simple ol p,
ol.simple ul p,
ul.simple ol p,
ul.simple ul p {
margin-top: 0;
}

ol.simple > li:not(:first-child) > p,
ul.simple > li:not(:first-child) > p {
margin-top: 0;
}

ol.simple p,
ul.simple p {
margin-bottom: 0;
}

dl.footnote > dt,
dl.citation > dt {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
Expand Down Expand Up @@ -597,7 +546,7 @@ dl {
margin-bottom: 15px;
}

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

Expand All @@ -611,11 +560,6 @@ dd {
margin-left: 30px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
}

dt:target, span.highlighted {
background-color: #fbe54e;
}
Expand Down Expand Up @@ -693,68 +637,29 @@ pre {
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}

pre, div[class*="highlight-"] {
clear: both;
}

span.pre {
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}

div[class*="highlight-"] {
margin: 1em 0;
}

td.linenos pre {
padding: 5px 0px;
border: 0;
background-color: transparent;
color: #aaa;
}

table.highlighttable {
display: block;
}

table.highlighttable tbody {
display: block;
}

table.highlighttable tr {
display: flex;
margin-left: 0.5em;
}

table.highlighttable td {
margin: 0;
padding: 0;
}

table.highlighttable td.linenos {
padding-right: 0.5em;
}

table.highlighttable td.code {
flex: 1;
overflow: hidden;
}

.highlight .hll {
display: block;
}

div.highlight pre,
table.highlighttable pre {
margin: 0;
}

div.code-block-caption + div {
margin-top: 0;
padding: 0 0.5em 0 0.5em;
}

div.code-block-caption {
margin-top: 1em;
padding: 2px 5px;
font-size: small;
}
Expand All @@ -763,7 +668,10 @@ div.code-block-caption code {
background-color: transparent;
}

table.highlighttable td.linenos,
div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}

div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
}
Expand All @@ -777,7 +685,11 @@ div.code-block-caption span.caption-text {
}

div.literal-block-wrapper {
margin: 1em 0;
padding: 1em 1em 0;
}

div.literal-block-wrapper div.highlight {
margin: 0;
}

code.descname {
Expand Down Expand Up @@ -828,7 +740,8 @@ span.eqno {
}

span.eqno a.headerlink {
position: absolute;
position: relative;
left: 0px;
z-index: 1;
}

Expand Down
3 changes: 2 additions & 1 deletion _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ var Search = {
objectterms.push(tmp[i].toLowerCase());
}

if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i] === "") {
if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i].match(/^\d+$/) ||
tmp[i] === "") {
// skip this "word"
continue;
}
Expand Down
1 change: 0 additions & 1 deletion _static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
overflow: visible !important;
}
}

Loading

0 comments on commit e47f557

Please sign in to comment.