Skip to content

Commit

Permalink
Merge pull request #33 from xKDR/main
Browse files Browse the repository at this point in the history
Fixing docs
  • Loading branch information
ayushpatnaikgit authored Aug 27, 2022
2 parents 8ffc24b + b51f2ac commit 237d135
Show file tree
Hide file tree
Showing 27 changed files with 163 additions and 109 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
NighttimeLights = "4d912a30-7731-4b12-9bf5-9d9a78b4f19a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
16 changes: 11 additions & 5 deletions docs/build/assets/documenter.js

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

16 changes: 16 additions & 0 deletions docs/build/assets/search.js

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

26 changes: 13 additions & 13 deletions docs/build/assets/themes/documenter-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3598,7 +3598,7 @@ html.theme--documenter-dark {
position: relative; }
html.theme--documenter-dark .card-content {
background-color: transparent;
padding: 1rem 1.25rem; }
padding: 1.5rem; }
html.theme--documenter-dark .card-footer {
background-color: transparent;
border-top: 1px solid #5e6d6f;
Expand Down Expand Up @@ -3938,7 +3938,7 @@ html.theme--documenter-dark {
font-weight: 700;
justify-content: space-between;
line-height: 1.25;
padding: 0.75em;
padding: 0.75em 1em;
position: relative; }
html.theme--documenter-dark .message-header .delete {
flex-grow: 0;
Expand All @@ -3954,7 +3954,7 @@ html.theme--documenter-dark {
border-style: solid;
border-width: 0 0 0 4px;
color: #fff;
padding: 1em 1.25em; }
padding: 1.25em 1.5em; }
html.theme--documenter-dark .message-body code,
html.theme--documenter-dark .message-body pre {
background-color: white; }
Expand Down Expand Up @@ -7090,13 +7090,13 @@ html.theme--documenter-dark {
position: relative;
overflow: hidden; }
html.theme--documenter-dark pre code, html.theme--documenter-dark pre code.hljs {
padding: 0 0.5rem;
padding: 0 0.75rem !important;
overflow: auto;
display: block; }
html.theme--documenter-dark pre code:first-of-type, html.theme--documenter-dark pre code.hljs:first-of-type {
padding-top: 0.7rem; }
padding-top: 0.5rem !important; }
html.theme--documenter-dark pre code:last-of-type, html.theme--documenter-dark pre code.hljs:last-of-type {
padding-bottom: 0.7rem; }
padding-bottom: 0.5rem !important; }
html.theme--documenter-dark pre .copy-button {
opacity: 0.2;
transition: opacity 0.2s;
Expand Down Expand Up @@ -7175,16 +7175,16 @@ html.theme--documenter-dark {
font-weight: 700;
justify-content: space-between;
line-height: 1.25;
padding: 0.75em;
padding: 0.5rem 0.75rem;
position: relative; }
html.theme--documenter-dark .admonition-header:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 0.75em;
margin-right: 0.75rem;
content: "\f06a"; }
html.theme--documenter-dark .admonition-body {
color: #fff;
padding: 1em 1.25em; }
padding: 0.5rem 0.75rem; }
html.theme--documenter-dark .admonition-body pre {
background-color: #282f2f; }
html.theme--documenter-dark .admonition-body code {
Expand All @@ -7199,7 +7199,7 @@ html.theme--documenter-dark {
display: flex;
flex-grow: 1;
align-items: stretch;
padding: 0.75rem;
padding: 0.5rem 0.75rem;
background-color: #282f2f;
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
box-shadow: none;
Expand All @@ -7212,16 +7212,16 @@ html.theme--documenter-dark {
margin-left: 0.3em; }
html.theme--documenter-dark .docstring > section {
position: relative;
padding: 1rem 1.25rem;
padding: 0.75rem 0.75rem;
border-bottom: 1px solid #5e6d6f; }
html.theme--documenter-dark .docstring > section:last-child {
border-bottom: none; }
html.theme--documenter-dark .docstring > section > a.docs-sourcelink {
transition: opacity 0.3s;
opacity: 0;
position: absolute;
right: 0.625rem;
bottom: 0.5rem; }
right: 0.375rem;
bottom: 0.375rem; }
html.theme--documenter-dark .docstring > section > a.docs-sourcelink:focus {
opacity: 1 !important; }
html.theme--documenter-dark .docstring:hover > section > a.docs-sourcelink {
Expand Down
26 changes: 13 additions & 13 deletions docs/build/assets/themes/documenter-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {

.card-content {
background-color: transparent;
padding: 1rem 1.25rem; }
padding: 1.5rem; }

.card-footer {
background-color: transparent;
Expand Down Expand Up @@ -4029,7 +4029,7 @@ a.list-item {
font-weight: 700;
justify-content: space-between;
line-height: 1.25;
padding: 0.75em;
padding: 0.75em 1em;
position: relative; }
.message-header .delete {
flex-grow: 0;
Expand All @@ -4046,7 +4046,7 @@ a.list-item {
border-style: solid;
border-width: 0 0 0 4px;
color: #222222;
padding: 1em 1.25em; }
padding: 1.25em 1.5em; }
.message-body code,
.message-body pre {
background-color: white; }
Expand Down Expand Up @@ -7004,13 +7004,13 @@ pre {
position: relative;
overflow: hidden; }
pre code, pre code.hljs {
padding: 0 0.5rem;
padding: 0 0.75rem !important;
overflow: auto;
display: block; }
pre code:first-of-type, pre code.hljs:first-of-type {
padding-top: 0.7rem; }
padding-top: 0.5rem !important; }
pre code:last-of-type, pre code.hljs:last-of-type {
padding-bottom: 0.7rem; }
padding-bottom: 0.5rem !important; }
pre .copy-button {
opacity: 0.2;
transition: opacity 0.2s;
Expand Down Expand Up @@ -7110,17 +7110,17 @@ pre {
font-weight: 700;
justify-content: space-between;
line-height: 1.25;
padding: 0.75em;
padding: 0.5rem 0.75rem;
position: relative; }
.admonition-header:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 0.75em;
margin-right: 0.75rem;
content: "\f06a"; }

.admonition-body {
color: #222222;
padding: 1em 1.25em; }
padding: 0.5rem 0.75rem; }
.admonition-body pre {
background-color: whitesmoke; }
.admonition-body code {
Expand All @@ -7136,7 +7136,7 @@ pre {
display: flex;
flex-grow: 1;
align-items: stretch;
padding: 0.75rem;
padding: 0.5rem 0.75rem;
background-color: whitesmoke;
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
box-shadow: none;
Expand All @@ -7149,16 +7149,16 @@ pre {
margin-left: 0.3em; }
.docstring > section {
position: relative;
padding: 1rem 1.25rem;
padding: 0.75rem 0.75rem;
border-bottom: 1px solid #dbdbdb; }
.docstring > section:last-child {
border-bottom: none; }
.docstring > section > a.docs-sourcelink {
transition: opacity 0.3s;
opacity: 0;
position: absolute;
right: 0.625rem;
bottom: 0.5rem; }
right: 0.375rem;
bottom: 0.375rem; }
.docstring > section > a.docs-sourcelink:focus {
opacity: 1 !important; }
.docstring:hover > section > a.docs-sourcelink {
Expand Down
2 changes: 1 addition & 1 deletion docs/build/assets/warner.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function maybeAddWarning () {
document.body.removeChild(div);
});
const href = window.documenterBaseURL + '/../' + window.DOCUMENTER_STABLE;
div.innerHTML = 'This documentation is not for the latest version. <br> <a href="' + href + '">Go to the latest documentation</a>.';
div.innerHTML = 'This documentation is not for the latest stable release, but for either the development version or an older release.<br><a href="' + href + '">Click here to go to the documentation for the latest stable release.</a>';
div.appendChild(closer);
document.body.appendChild(div);
};
Expand Down
Loading

0 comments on commit 237d135

Please # to comment.