Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik18495 committed Jul 10, 2024
1 parent cd45390 commit 3cf18b9
Show file tree
Hide file tree
Showing 30 changed files with 777 additions and 62 deletions.
3 changes: 2 additions & 1 deletion Day-1/GIT-course/Exercise-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/GIT-course/Exercise-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/GIT-course/Exercise-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/GIT-course/Exercise-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
9 changes: 5 additions & 4 deletions Day-1/GIT-course/VCS.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
<script>
window.addEventListener("load", function () {
var svgs = d3.selectAll(".mermaid#id-d268185e-a12d-49ea-af33-adc4e235b095 svg, .mermaid#id-fe660f52-15c5-4c03-88ac-7265ec64c6a3 svg");
var svgs = d3.selectAll(".mermaid#id-0d77b328-87dc-4917-b080-30772c2ce9b3 svg, .mermaid#id-1de30b7f-5b2a-44db-95bd-92ae82cf8a08 svg");
svgs.each(function() {
var svg = d3.select(this);
svg.html("<g>" + svg.html() + "</g>");
Expand Down Expand Up @@ -293,7 +293,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down Expand Up @@ -526,7 +527,7 @@ <h1><span class="section-number">1.1. </span>Version Control System (VCS)<a clas
<p>One of the primary goals of a VCS is to facilitate collaborative work. Imagine a team of developers working on the same project, perhaps even the same files, simultaneously. Without a VCS, their changes could easily conflict, leading to confusion and potential loss of work. A VCS allows multiple team members to collaborate seamlessly, ensuring that each person’s contributions are preserved and integrated without affecting others’ work.</p>
<p>Another term often used interchangeably with VCS is Software Configuration Management (SCM) system. While version control is a critical component of SCM, SCM encompasses a broader range of practices and tools. Git, one of the most popular VCS tools, highlights this interchangeability in its official documentation, which can be found at <a class="reference external" href="http://git-scm.com">git-scm.com</a>. Although VCSs are predominantly used for software projects, their utility extends to other types of projects, such as books and online tutorials.</p>
<div class="full-width docutils">
<div id="id-d268185e-a12d-49ea-af33-adc4e235b095" class="mermaid">
<div id="id-0d77b328-87dc-4917-b080-30772c2ce9b3" class="mermaid">
graph TD
subgraph Local VCS
A[Local Repository]
Expand Down Expand Up @@ -558,7 +559,7 @@ <h1><span class="section-number">1.1. </span>Version Control System (VCS)<a clas
</ol>
<p>By using a VCS, you not only maintain a comprehensive history of your project but also enhance collaboration and streamline your workflow. Whether you are working alone or as part of a team, a VCS is an indispensable tool for managing and preserving the integrity of your work.</p>
<div class="full-width docutils">
<div id="id-fe660f52-15c5-4c03-88ac-7265ec64c6a3" class="mermaid">
<div id="id-1de30b7f-5b2a-44db-95bd-92ae82cf8a08" class="mermaid">
graph LR
VCS(Version Control System)
VCS --&gt; CT(Change Tracking)
Expand Down
7 changes: 4 additions & 3 deletions Day-1/GIT-course/git_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
<script>
window.addEventListener("load", function () {
var svgs = d3.selectAll(".mermaid#id-0e811bae-fd54-45d4-81ce-e4a5087fbd86 svg");
var svgs = d3.selectAll(".mermaid#id-f09edecd-2b4b-4bec-bbc6-7ee53effccaf svg");
svgs.each(function() {
var svg = d3.select(this);
svg.html("<g>" + svg.html() + "</g>");
Expand Down Expand Up @@ -293,7 +293,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down Expand Up @@ -531,7 +532,7 @@ <h1><span class="section-number">1.2. </span>What is Git?<a class="headerlink" h
<p>Git was created by Linus Torvalds in 2005, the same individual who developed the Linux operating system. Since its inception, Git has been maintained by Junio Hamano, who has played a crucial role in its ongoing development and stability.</p>
<p>To navigate the world of Git, it’s essential to familiarize yourself with its unique terminology. Here’s a concise glossary of terms that you’ll encounter frequently as you delve into Git. Don’t worry about grasping all the details immediately; these terms will become second nature as you progress through the exercises in this book.</p>
<figure class="align-center" id="id1">
<div id="id-0e811bae-fd54-45d4-81ce-e4a5087fbd86" class="mermaid">
<div id="id-f09edecd-2b4b-4bec-bbc6-7ee53effccaf" class="mermaid">
gitGraph LR:
commit
commit
Expand Down
3 changes: 2 additions & 1 deletion Day-1/GIT-course/git_configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/GIT-course/git_exercises.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/GIT-course/intro_to_git.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/HPC-course/SLURM_commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/HPC-course/file_systems_WM.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/HPC-course/intro_to_HPC.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/HPC-course/intro_to_HPC_HTC.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/HPC-course/ssh_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-1/VS-code.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-2/MC_integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@



<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-2/MOO_concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@



<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion Day-2/intro_to_optimization.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@



<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">10. MOEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/problem_description.html">10. Toy tracker problem</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Day-3/Design_MOEA.html">11. MOEA</a></li>
</ul>

</div>
Expand Down
Loading

0 comments on commit 3cf18b9

Please sign in to comment.