Skip to content

Commit

Permalink
Deployed 93af2a5 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 15, 2024
1 parent 7e37205 commit 215571c
Show file tree
Hide file tree
Showing 63 changed files with 3,436 additions and 2,295 deletions.
36 changes: 18 additions & 18 deletions 404.html

Large diffs are not rendered by default.

89 changes: 53 additions & 36 deletions API/core/detectors/index.html

Large diffs are not rendered by default.

128 changes: 79 additions & 49 deletions API/core/instruments/index.html

Large diffs are not rendered by default.

284 changes: 189 additions & 95 deletions API/core/optical_systems/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions API/core/overview/index.html

Large diffs are not rendered by default.

422 changes: 248 additions & 174 deletions API/core/psfs/index.html

Large diffs are not rendered by default.

380 changes: 254 additions & 126 deletions API/core/sources/index.html

Large diffs are not rendered by default.

96 changes: 57 additions & 39 deletions API/core/spectra/index.html

Large diffs are not rendered by default.

97 changes: 58 additions & 39 deletions API/core/transformations/index.html

Large diffs are not rendered by default.

291 changes: 179 additions & 112 deletions API/core/wavefronts/index.html

Large diffs are not rendered by default.

100 changes: 61 additions & 39 deletions API/layers/aberrations/index.html

Large diffs are not rendered by default.

417 changes: 282 additions & 135 deletions API/layers/apertures/index.html

Large diffs are not rendered by default.

163 changes: 105 additions & 58 deletions API/layers/detector_layers/index.html

Large diffs are not rendered by default.

187 changes: 119 additions & 68 deletions API/layers/optical_layers/index.html

Large diffs are not rendered by default.

124 changes: 78 additions & 46 deletions API/layers/optics/index.html

Large diffs are not rendered by default.

188 changes: 124 additions & 64 deletions API/layers/propagators/index.html

Large diffs are not rendered by default.

117 changes: 74 additions & 43 deletions API/layers/unified_layers/index.html

Large diffs are not rendered by default.

96 changes: 57 additions & 39 deletions API/utils/array_ops/index.html

Large diffs are not rendered by default.

156 changes: 95 additions & 61 deletions API/utils/coordinates/index.html

Large diffs are not rendered by default.

268 changes: 175 additions & 93 deletions API/utils/geometry/index.html

Large diffs are not rendered by default.

102 changes: 63 additions & 39 deletions API/utils/helpers/index.html

Large diffs are not rendered by default.

78 changes: 46 additions & 32 deletions API/utils/interpolation/index.html

Large diffs are not rendered by default.

82 changes: 48 additions & 34 deletions API/utils/math/index.html

Large diffs are not rendered by default.

98 changes: 57 additions & 41 deletions API/utils/optics/index.html

Large diffs are not rendered by default.

154 changes: 101 additions & 53 deletions API/utils/propagation/index.html

Large diffs are not rendered by default.

66 changes: 38 additions & 28 deletions API/utils/source/index.html

Large diffs are not rendered by default.

156 changes: 90 additions & 66 deletions API/utils/units/index.html

Large diffs are not rendered by default.

198 changes: 127 additions & 71 deletions API/utils/zernikes/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions CHANGELOG/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions CODE_OF_CONDUCT/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions CONTRIBUTING/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions LICENSE/index.html

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,33 @@
float: right;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
display: inline;
}

/* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink {
margin-left: 0 !important;
margin-right: 0.2rem;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
:root, :host,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-parameter-bg-color: #df50af1a;
--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
Expand All @@ -48,12 +61,14 @@
}

[data-md-color-scheme="slate"] {
--doc-symbol-parameter-fg-color: #ffa8cc;
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-parameter-bg-color: #ffa8cc1a;
--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
Expand All @@ -68,6 +83,15 @@ code.doc-symbol {
font-weight: bold;
}

code.doc-symbol-parameter {
color: var(--doc-symbol-parameter-fg-color);
background-color: var(--doc-symbol-parameter-bg-color);
}

code.doc-symbol-parameter::after {
content: "param";
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
Expand Down
16 changes: 16 additions & 0 deletions assets/javascripts/bundle.525ec568.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.525ec568.min.js.map

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions assets/javascripts/bundle.fe8b6f2b.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions assets/javascripts/bundle.fe8b6f2b.min.js.map

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.6543a935.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/main.6543a935.min.css.map

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/main.8c3ca2c6.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.8c3ca2c6.min.css.map

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions faq/index.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions generate_mds/index.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions generate_umls/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions installation/index.html

Large diffs are not rendered by default.

Binary file modified objects.inv
Binary file not shown.
138 changes: 69 additions & 69 deletions populate_docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

149 changes: 51 additions & 98 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,237 +2,190 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://louisdesdoigts.github.io/dlux/faq/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/generate_mds/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/generate_umls/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/installation/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/populate_docs/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/detectors/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/instruments/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/optical_systems/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/overview/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/psfs/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/sources/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/spectra/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/transformations/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/core/wavefronts/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/aberrations/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/apertures/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/detector_layers/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/optical_layers/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/optics/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/propagators/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/layers/unified_layers/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/array_ops/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/coordinates/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/geometry/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/helpers/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/interpolation/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/math/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/optics/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/propagation/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/source/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/units/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/API/utils/zernikes/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/examples/HMC/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/examples/designing_a_mask/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/examples/fisher_information/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/examples/flatfield_calibration/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/examples/phase_retrieval_demo/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/howtos/custom_apertures/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/howtos/dLux_objects/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/introductory/optical_systems/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/introductory/overview/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/tutorials/introductory/sources/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/CONTRIBUTING/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<loc>https://louisdesdoigts.github.io/dlux/CHANGELOG/</loc>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/LICENSE/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<loc>https://louisdesdoigts.github.io/dlux/CONTRIBUTING/</loc>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/CHANGELOG/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<loc>https://louisdesdoigts.github.io/dlux/CODE_OF_CONDUCT/</loc>
<lastmod>2024-10-15</lastmod>
</url>
<url>
<loc>https://louisdesdoigts.github.io/dlux/CODE_OF_CONDUCT/</loc>
<lastmod>2024-07-05</lastmod>
<changefreq>daily</changefreq>
<loc>https://louisdesdoigts.github.io/dlux/LICENSE/</loc>
<lastmod>2024-10-15</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 215571c

Please sign in to comment.