Skip to content

Commit

Permalink
Deployed 9223f1e with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sargeanthost committed Dec 6, 2023
1 parent c641d92 commit 90e285f
Show file tree
Hide file tree
Showing 11 changed files with 5,676 additions and 6,130 deletions.
254 changes: 127 additions & 127 deletions backend/helper/index.html

Large diffs are not rendered by default.

2,912 changes: 1,546 additions & 1,366 deletions backend/redfinscraper/index.html

Large diffs are not rendered by default.

4,773 changes: 2,012 additions & 2,761 deletions backend/secondarydata/index.html

Large diffs are not rendered by default.

62 changes: 0 additions & 62 deletions gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pathlib import Path
import mkdocs_gen_files

# maybe take main out later when we have the gui, but for now its not needed.
exclude_words = ["__init__", "csv_merge", "main"]
src_path = Path(__file__).parent.parent / "src"

Expand All @@ -22,64 +21,3 @@

mkdocs_gen_files.set_edit_path(doc_path, path)

# for path in sorted(src_path.rglob("*.py")):
# filename = path.with_suffix("")
# rel_filename = path.relative_to("src").with_suffix("")

# filename_parts = filename.parts

# if [elem for elem in exclude_words if elem in [part for part in filename_parts]]:
# continue
# print(".".join(filename_parts))
# with mkdocs_gen_files.open(rel_filename.with_suffix(".md"), "w") as fd:
# print("::: " + ".".join(filename_parts), file=fd)

# mkdocs_gen_files.set_edit_path(rel_filename.with_suffix(".md"), "gen_ref_pages.py")


# # src_folder = "src"
# # for path in sorted(Path("src_folder").rglob("*.py")):
# # md_filename = path.relative_to("src_folder").with_suffix(".md")
# # py_filename = path.relative_to("src_folder")

# # parts = py_filename.parts
# # #dont document the __init__ file in modules
# # if parts[-1] == "__init__":
# # parts = parts[:-1]
# # elif parts[-1] == "__main__":
# # continue

# # with mkdocs_gen_files.open(md_filename, "w") as fd:
# # # get last part and change to py
# # print("::: " + src_folder + ".".join(parts), file=fd)

# # mkdocs_gen_files.set_edit_path(md_filename, "gen_ref_pages.py")

# # for total in range(19, 100, 20):
# # filename = f"sample/{total}-bottles.md"

# # with mkdocs_gen_files.open(filename, "w") as f:
# # for i in reversed(range(1, total + 1)):
# # print(f"{i} bottles of beer on the wall, {i} bottles of beer ", file=f)
# # print(f"Take one down and pass it around, **{i-1}** bottles of beer on the wall\n", file=f)

# # mkdocs_gen_files.set_edit_path(filename, "gen_ref_pages.py")


# with mkdocs_gen_files.open("src/test/RedfinSearcher.md", "w") as fd:
# # get last part and change to py
# print("::: " + "src.test.RedfinSearcher", file=fd)
# # print("handler: python")
# # print("options:")
# # print("members:")
# # print("- set_filters_path")
# # print("- set_filters_path")
# # options:
# # members:
# # - set_filters_path
# # - generate_filters_path
# # show_root_heading: false
# # show_source: true
# # """)

# mkdocs_gen_files.set_edit_path("src/test/RedfinSearcher.md", "gen_ref_pages.py")
1,488 changes: 778 additions & 710 deletions gui/datapage/index.html

Large diffs are not rendered by default.

1,520 changes: 780 additions & 740 deletions gui/filterspage/index.html

Large diffs are not rendered by default.

758 changes: 409 additions & 349 deletions gui/searchpage/index.html

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,15 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#atlas-iqp-b23-residential-heating-code-documentation" class="md-nav__link">
Atlas IQP B23 Residential Heating Code Documentation
<a href="#code-documentation" class="md-nav__link">
Code Documentation
</a>

</li>

<li class="md-nav__item">
<a href="#program-usage" class="md-nav__link">
Program usage
</a>

</li>
Expand Down Expand Up @@ -647,8 +654,10 @@


<h1 id="home">Home</h1>
<h2 id="atlas-iqp-b23-residential-heating-code-documentation">Atlas IQP B23 Residential Heating Code Documentation</h2>
<p>Public functions are documented on the left. A video series on YouTube will be uploaded soon to assist in learning about the usage of this program.</p>
<h2 id="code-documentation">Code Documentation</h2>
<p>Public functions are documented on the left. Additional comments for private functions are found through looking at the source code. The <code>main.py</code> file is not a part of the scraping library and just serves as a launching point for the GUI application.</p>
<h2 id="program-usage">Program usage</h2>
<p>A YouTube playlist is being created that walks through how to use the scraping tool. An additional set of videos on how to combine the data collected and import and analyze them in QGIS is being created as well.</p>



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

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,52 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/backend/helper/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/backend/redfinscraper/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/backend/secondarydata/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/backend/us/states/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/backend/us/unitedstatesofamerica/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/gui/app/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/gui/datapage/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/gui/filterspage/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://atlas-b2023.github.io/ResidentialElectrificationTracker/gui/searchpage/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-12-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 90e285f

Please sign in to comment.