diff --git a/Doxyfile b/Doxyfile
index 4163bce1..4be4c2bd 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = GridFire
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = v1.0.1
+PROJECT_NUMBER = v1.0.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewers a
diff --git a/docs/html/____init_____8py.html b/docs/html/____init_____8py.html
index 9a3c4830..4409332f 100644
--- a/docs/html/____init_____8py.html
+++ b/docs/html/____init_____8py.html
@@ -29,7 +29,7 @@
- GridFire v0.7.6rc4.0
+ GridFire v1.0.2
General Purpose Nuclear Network
|
@@ -132,6 +132,22 @@ Functions
| |
| | gridfire.gf_credits () |
| |
+| | gridfire.gf_get_include_dirs () |
+| |
+| | gridfire.gf_get_lib_dirs () |
+| |
+| List[str] | gridfire.gf_get_rpath_flags () |
+| |
+| List[str] | gridfire.gf_get_lib_flags () |
+| |
+| List[str] | gridfire.gf_get_include_flags () |
+| |
+| List[str] | gridfire.gf_get_extra_flags () |
+| |
+| | gridfire.gf_compiler_flags (just_gridfire=False) |
+| |
+| int | gridfire.gf_get_compiler_flags_formatted (just_gridfire=False) |
+| |
diff --git a/docs/html/____init_____8py.js b/docs/html/____init_____8py.js
index c8017c6e..df18f7cf 100644
--- a/docs/html/____init_____8py.js
+++ b/docs/html/____init_____8py.js
@@ -2,9 +2,17 @@ var ____init_____8py =
[
[ "gridfire.gf_author", "namespacegridfire.html#a1de3db5e65a2e834c55f458307cab68e", null ],
[ "gridfire.gf_collaboration", "namespacegridfire.html#a454366ce631749963d3c6b387bcbc3e7", null ],
+ [ "gridfire.gf_compiler_flags", "namespacegridfire.html#ab6c262cb95aefce7b7217be05def6a2c", null ],
[ "gridfire.gf_credits", "namespacegridfire.html#a787f9de5930793c2976d22426ae971b5", null ],
[ "gridfire.gf_description", "namespacegridfire.html#afa60407432a1e563b9731ce298cf42bc", null ],
[ "gridfire.gf_email", "namespacegridfire.html#ae6f8e40e5233e5c98c9c4290f518b72d", null ],
+ [ "gridfire.gf_get_compiler_flags_formatted", "namespacegridfire.html#a286ece04602867606e20af9f4f4ad4e7", null ],
+ [ "gridfire.gf_get_extra_flags", "namespacegridfire.html#a6cf0ab33165c3069a2b4c196a04e12a7", null ],
+ [ "gridfire.gf_get_include_dirs", "namespacegridfire.html#a40cbecad1b1a87c6711ee7e20517f092", null ],
+ [ "gridfire.gf_get_include_flags", "namespacegridfire.html#a94f04c082dd84602da5431004e1ac96a", null ],
+ [ "gridfire.gf_get_lib_dirs", "namespacegridfire.html#adf54b5015a40a40f65c1400e9e4355f1", null ],
+ [ "gridfire.gf_get_lib_flags", "namespacegridfire.html#a9bdc5344d515db787a2bdceaa19dccf0", null ],
+ [ "gridfire.gf_get_rpath_flags", "namespacegridfire.html#a350115e7c1a0b4d331afb4e6dc5b09df", null ],
[ "gridfire.gf_license", "namespacegridfire.html#a081c76fc9fbac9b5b380c8e4fa0e7be0", null ],
[ "gridfire.gf_metadata", "namespacegridfire.html#a0ee5ace587287cdba8f9755a0ef0b498", null ],
[ "gridfire.gf_url", "namespacegridfire.html#ae5ade7b2d801af88a79382441ec68277", null ],
@@ -16,5 +24,6 @@ var ____init_____8py =
[ "gridfire.__license__", "namespacegridfire.html#a23f04b652e06ef7660bed6ce2f36def8", null ],
[ "gridfire.__url__", "namespacegridfire.html#a75069cd30950ced7af0da9454e4cc921", null ],
[ "gridfire.__version__", "namespacegridfire.html#a14116c4fbbb07c2fa95826dc543771a2", null ],
- [ "gridfire._meta", "namespacegridfire.html#acb6c9c1b2920f0d1744a8e7198d2cf5b", null ]
+ [ "gridfire._meta", "namespacegridfire.html#acb6c9c1b2920f0d1744a8e7198d2cf5b", null ],
+ [ "gridfire._PACKAGE_DIR", "namespacegridfire.html#af1322f32e7c01a82e55767967a23420d", null ]
];
\ No newline at end of file
diff --git a/docs/html/_grid_solver_8cpp.html b/docs/html/_grid_solver_8cpp.html
index 90314179..e0f5b4ea 100644
--- a/docs/html/_grid_solver_8cpp.html
+++ b/docs/html/_grid_solver_8cpp.html
@@ -29,7 +29,7 @@