Skip to content

Commit

Permalink
Deploy preview for PR 59 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Sep 27, 2023
1 parent 9999829 commit 1020e4f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
12 changes: 10 additions & 2 deletions pr-preview/pr-59/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2342,8 +2342,7 @@ <h2 id="recommended-style-guides"><a class="header" href="#recommended-style-gui
</div>
</div>
<div style="break-before: page; page-break-before: always;"></div><h1 id="project-structure-1"><a class="header" href="#project-structure-1">Project structure</a></h1>
<p>How we choose to structure a project can affect how readily someone else — or even yourself, after a period of absence — can understand, use, and extend the work.
A good project structure can serve as a table of contents and help the reader to navigate.</p>
<p>How we choose to structure a project can affect how readily someone else — or even yourself, after a period of absence — can understand, use, and extend the work.</p>
<div id="admonition-question" class="admonition question">
<div class="admonition-title">
<p>Question</p>
Expand All @@ -2353,6 +2352,15 @@ <h2 id="recommended-style-guides"><a class="header" href="#recommended-style-gui
<p>Have you ever looked at your old code and wondered how it worked or how to make it run?</p>
</div>
</div>
<div id="admonition-tip" class="admonition tip">
<div class="admonition-title">
<p>Tip</p>
<p><a class="admonition-anchor-link" href="project-structure/index.html#admonition-tip"></a></p>
</div>
<div>
<p>A good project structure can serve as a table of contents and help the reader to navigate.</p>
</div>
</div>
<p>In an earlier section we provided some guidelines for <a href="project-structure/../using-git/how-to-structure-a-repository.html">how to structure a repository</a>.
In this section we present further guidelines and examples to help you choose a sensible structure for your current project and future projects.</p>
<p>This includes high-level recommendations that should apply to any project, and more detailed recommendations that may be specific to a particular type of project or choice of programming language.</p>
Expand Down
12 changes: 10 additions & 2 deletions pr-preview/pr-59/project-structure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ <h1 class="menu-title">Git is my lab book</h1>
<div id="content" class="content">
<main>
<h1 id="project-structure"><a class="header" href="#project-structure">Project structure</a></h1>
<p>How we choose to structure a project can affect how readily someone else — or even yourself, after a period of absence — can understand, use, and extend the work.
A good project structure can serve as a table of contents and help the reader to navigate.</p>
<p>How we choose to structure a project can affect how readily someone else — or even yourself, after a period of absence — can understand, use, and extend the work.</p>
<div id="admonition-question" class="admonition question">
<div class="admonition-title">
<p>Question</p>
Expand All @@ -163,6 +162,15 @@ <h1 id="project-structure"><a class="header" href="#project-structure">Project s
<p>Have you ever looked at your old code and wondered how it worked or how to make it run?</p>
</div>
</div>
<div id="admonition-tip" class="admonition tip">
<div class="admonition-title">
<p>Tip</p>
<p><a class="admonition-anchor-link" href="#admonition-tip"></a></p>
</div>
<div>
<p>A good project structure can serve as a table of contents and help the reader to navigate.</p>
</div>
</div>
<p>In an earlier section we provided some guidelines for <a href="../using-git/how-to-structure-a-repository.html">how to structure a repository</a>.
In this section we present further guidelines and examples to help you choose a sensible structure for your current project and future projects.</p>
<p>This includes high-level recommendations that should apply to any project, and more detailed recommendations that may be specific to a particular type of project or choice of programming language.</p>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-59/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-preview/pr-59/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 1020e4f

Please sign in to comment.