diff --git a/dev/.buildinfo b/dev/.buildinfo index a58aa29e..b658c23d 100644 --- a/dev/.buildinfo +++ b/dev/.buildinfo @@ -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: 31dc9b06b110998e0ce19e1b80515071 +config: 27156391a234979f980663c7fe268e0b tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/dev/.doctrees/environment.pickle b/dev/.doctrees/environment.pickle index af4bbcbd..b255e3d8 100644 Binary files a/dev/.doctrees/environment.pickle and b/dev/.doctrees/environment.pickle differ diff --git a/dev/.doctrees/index.doctree b/dev/.doctrees/index.doctree index 27ced671..91c28a87 100644 Binary files a/dev/.doctrees/index.doctree and b/dev/.doctrees/index.doctree differ diff --git a/dev/.doctrees/python_api.doctree b/dev/.doctrees/python_api.doctree index fbbda26a..b4eb3849 100644 Binary files a/dev/.doctrees/python_api.doctree and b/dev/.doctrees/python_api.doctree differ diff --git a/dev/_modules/geouned/GEOReverse/core.html b/dev/_modules/geouned/GEOReverse/core.html index d5f46a42..3b13472f 100644 --- a/dev/_modules/geouned/GEOReverse/core.html +++ b/dev/_modules/geouned/GEOReverse/core.html @@ -7,7 +7,7 @@
-
geouned.GEOUNED.core — GEOUNED 0.1.dev1+gfaab941 documentation
+ geouned.GEOUNED.core — GEOUNED 0.1.dev1+g40abd59 documentation
@@ -34,7 +34,7 @@
-
+
@@ -1300,7 +1300,7 @@ Source code for geouned.GEOUNED.core
geouned.GEOUNED.utils.data_classes — GEOUNED 0.1.dev1+gfaab941 documentation
+ geouned.GEOUNED.utils.data_classes — GEOUNED 0.1.dev1+g40abd59 documentation
@@ -34,7 +34,7 @@
-
+
@@ -1299,7 +1299,7 @@ Source code for geouned.GEOUNED.utils.data_classes
diff --git a/dev/_modules/index.html b/dev/_modules/index.html
index 19727141..36f94bfc 100644
--- a/dev/_modules/index.html
+++ b/dev/_modules/index.html
@@ -7,7 +7,7 @@
- Overview: module code — GEOUNED 0.1.dev1+gfaab941 documentation
+ Overview: module code — GEOUNED 0.1.dev1+g40abd59 documentation
@@ -34,7 +34,7 @@
-
+
@@ -469,7 +469,7 @@ All modules for which code is available
diff --git a/dev/_static/documentation_options.js b/dev/_static/documentation_options.js
index ab6048ab..43251943 100644
--- a/dev/_static/documentation_options.js
+++ b/dev/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '0.1.dev1+gfaab941',
+ VERSION: '0.1.dev1+g40abd59',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/dev/_static/searchtools.js b/dev/_static/searchtools.js
index 92da3f8b..b08d58c9 100644
--- a/dev/_static/searchtools.js
+++ b/dev/_static/searchtools.js
@@ -178,7 +178,7 @@ const Search = {
htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
- for (const removalQuery of [".headerlinks", "script", "style"]) {
+ for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
@@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
- let score = Math.round(100 * queryLower.length / title.length)
+ const score = Math.round(Scorer.title * queryLower.length / title.length);
+ const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
- score,
+ score + boost,
filenames[file],
]);
}
diff --git a/dev/developer_guide.html b/dev/developer_guide.html
index 8747542e..d5f589bd 100644
--- a/dev/developer_guide.html
+++ b/dev/developer_guide.html
@@ -8,7 +8,7 @@
- Developer guide — GEOUNED 0.1.dev1+gfaab941 documentation
+ Developer guide — GEOUNED 0.1.dev1+g40abd59 documentation
@@ -35,7 +35,7 @@
-
+
@@ -708,7 +708,7 @@ Conda Forge Releasing
diff --git a/dev/_modules/geouned/GEOUNED/utils/data_classes.html b/dev/_modules/geouned/GEOUNED/utils/data_classes.html
index 5e6f22ae..b29486b4 100644
--- a/dev/_modules/geouned/GEOUNED/utils/data_classes.html
+++ b/dev/_modules/geouned/GEOUNED/utils/data_classes.html
@@ -7,7 +7,7 @@
-
diff --git a/dev/genindex.html b/dev/genindex.html
index fccce20b..d068fe28 100644
--- a/dev/genindex.html
+++ b/dev/genindex.html
@@ -7,7 +7,7 @@
- Index — GEOUNED 0.1.dev1+gfaab941 documentation
+ Index — GEOUNED 0.1.dev1+g40abd59 documentation
@@ -34,7 +34,7 @@
-
+
@@ -525,7 +525,7 @@ T
diff --git a/dev/index.html b/dev/index.html
index 299b7536..579eec1f 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -8,7 +8,7 @@
- Geouned Documentation — GEOUNED 0.1.dev1+gfaab941 documentation
+ Geouned Documentation — GEOUNED 0.1.dev1+g40abd59 documentation
@@ -35,7 +35,7 @@
-
+
@@ -397,7 +397,7 @@
Geouned Documentation#
-Version: 0.1.dev1+gfaab941
+Version: 0.1.dev1+g40abd59
GEOUNED converts CAD to Constructive Solid Geometry (CSG) formats for use in
Monte Carlo transport codes.
Supported codes include OpenMC, PHITS, Serpent and MCNP.
@@ -528,7 +528,7 @@ Geouned Documentation
diff --git a/dev/_modules/geouned/GEOUNED/core.html b/dev/_modules/geouned/GEOUNED/core.html
index 76ac582a..e48ebdad 100644
--- a/dev/_modules/geouned/GEOUNED/core.html
+++ b/dev/_modules/geouned/GEOUNED/core.html
@@ -7,7 +7,7 @@
-
- Created using Sphinx 7.3.7.
+ Created using Sphinx 7.4.7.
- Created using Sphinx 7.3.7.
+ Created using Sphinx 7.4.7.
- Created using Sphinx 7.3.7.
+ Created using Sphinx 7.4.7.
- Created using Sphinx 7.3.7.
+ Created using Sphinx 7.4.7.