Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Oct 19, 2023
1 parent 43f455d commit d732965
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be2f75d2
fde2948d
31 changes: 21 additions & 10 deletions course_structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@


<pre class="mermaid"><code>
graph TD
flowchart TD

M1(Git, Pull Requests, and code reviews)
M2(Python functions, classes, and modules)
Expand All @@ -86,20 +86,31 @@
M6(Documentation)
M7(Distributing your package)

B1(The bigger picture)
B2(Separations of concern)
B3(Abstraction and encapsulation)
B4(Designing for high performance)
B5(Testing your software)
B6(Separations of concerns in practice)
B7(Extensibility and flexibility)
B8(The rules and exceptions of inheritance)
B1[1. The bigger picture]
B2[2. Separations of concern]
B3[3. Abstraction and encapsulation]
B4[4. Designing for high performance]
B5[5. Testing your software]
B6[6. Separations of concerns in practice]
B7[7. Extensibility and flexibility]
B8[8. The rules and exceptions of inheritance]
B9[9. Keeping things lightweight]
B10[10. Achieving loose coupling]

M1 --&gt; M2 --&gt; M3 --&gt; M4 --&gt; M5 --&gt; M6 --&gt; M7

B1 --&gt; M2
B2 --&gt; M2
B4 --&gt; M4</code></pre>
B3 --&gt; M3
B8 --&gt; M3
B4 --&gt; M4
B5 --&gt; M4
B6 --&gt; M5
B7 --&gt; M6

B9 --&gt; M7
B10 --&gt; M7
</code></pre>



Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"href": "course_structure.html",
"title": "Python package development",
"section": "",
"text": "graph TD\n\n M1(Git, Pull Requests, and code reviews)\n M2(Python functions, classes, and modules)\n M3(Object oriented design in Python)\n M4(Testing and auto-formatting)\n M5(Dependencies and GitHub actions)\n M6(Documentation)\n M7(Distributing your package)\n\n B1(The bigger picture)\n B2(Separations of concern)\n B3(Abstraction and encapsulation)\n B4(Designing for high performance)\n B5(Testing your software)\n B6(Separations of concerns in practice)\n B7(Extensibility and flexibility)\n B8(The rules and exceptions of inheritance)\n\n M1 --&gt; M2 --&gt; M3 --&gt; M4 --&gt; M5 --&gt; M6 --&gt; M7\n\n B1 --&gt; M2\n B2 --&gt; M2\n B4 --&gt; M4"
"text": "flowchart TD\n\n M1(Git, Pull Requests, and code reviews)\n M2(Python functions, classes, and modules)\n M3(Object oriented design in Python)\n M4(Testing and auto-formatting)\n M5(Dependencies and GitHub actions)\n M6(Documentation)\n M7(Distributing your package)\n\n B1[1. The bigger picture]\n B2[2. Separations of concern]\n B3[3. Abstraction and encapsulation]\n B4[4. Designing for high performance]\n B5[5. Testing your software]\n B6[6. Separations of concerns in practice]\n B7[7. Extensibility and flexibility]\n B8[8. The rules and exceptions of inheritance]\n B9[9. Keeping things lightweight]\n B10[10. Achieving loose coupling]\n\n M1 --&gt; M2 --&gt; M3 --&gt; M4 --&gt; M5 --&gt; M6 --&gt; M7\n\n B1 --&gt; M2\n B2 --&gt; M2\n B3 --&gt; M3\n B8 --&gt; M3\n B4 --&gt; M4\n B5 --&gt; M4\n B6 --&gt; M5\n B7 --&gt; M6\n\n B9 --&gt; M7\n B10 --&gt; M7"
},
{
"objectID": "05_dependencies_ci.html#section",
Expand Down
22 changes: 11 additions & 11 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/DHI/python-package-development/index.html</loc>
<lastmod>2023-10-19T08:52:22.268Z</lastmod>
<lastmod>2023-10-19T09:01:01.813Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/00_introduction.html</loc>
<lastmod>2023-10-19T08:52:21.576Z</lastmod>
<lastmod>2023-10-19T09:01:01.173Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/01_version_control.html</loc>
<lastmod>2023-10-19T08:52:20.568Z</lastmod>
<lastmod>2023-10-19T09:01:00.205Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/07_packaging.html</loc>
<lastmod>2023-10-19T08:52:19.336Z</lastmod>
<lastmod>2023-10-19T09:00:59.045Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/04_testing.html</loc>
<lastmod>2023-10-19T08:52:17.784Z</lastmod>
<lastmod>2023-10-19T09:00:57.593Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/06_documentation.html</loc>
<lastmod>2023-10-19T08:52:14.156Z</lastmod>
<lastmod>2023-10-19T09:00:54.029Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/course_structure.html</loc>
<lastmod>2023-10-19T08:52:16.028Z</lastmod>
<lastmod>2023-10-19T09:00:55.877Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/05_dependencies_ci.html</loc>
<lastmod>2023-10-19T08:52:18.560Z</lastmod>
<lastmod>2023-10-19T09:00:58.321Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/03_oop.html</loc>
<lastmod>2023-10-19T08:52:20.032Z</lastmod>
<lastmod>2023-10-19T09:00:59.693Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/02_function_classes.html</loc>
<lastmod>2023-10-19T08:52:21.288Z</lastmod>
<lastmod>2023-10-19T09:01:00.901Z</lastmod>
</url>
<url>
<loc>https://github.com/DHI/python-package-development/02b_naming_conventions.html</loc>
<lastmod>2023-10-19T08:52:21.872Z</lastmod>
<lastmod>2023-10-19T09:01:01.457Z</lastmod>
</url>
</urlset>

0 comments on commit d732965

Please sign in to comment.