Skip to content

Commit cebece2

Browse files
committed
update docs
1 parent 2214199 commit cebece2

39 files changed

+254
-222
lines changed
-775 Bytes
Binary file not shown.
-774 Bytes
Binary file not shown.
-810 Bytes
Binary file not shown.
-765 Bytes
Binary file not shown.
-756 Bytes
Binary file not shown.
2.4 KB
Binary file not shown.

docs/pages/doctrees/index.doctree

-780 Bytes
Binary file not shown.
-222 Bytes
Binary file not shown.

docs/pages/html/Coding quality.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<script src="_static/underscore.js"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
1919
<script src="_static/doctools.js"></script>
20+
<script src="_static/sphinx_highlight.js"></script>
2021
<script src="_static/js/theme.js"></script>
2122
<link rel="index" title="Index" href="genindex.html" />
2223
<link rel="search" title="Search" href="search.html" />
@@ -104,13 +105,7 @@
104105
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
105106
<div itemprop="articleBody">
106107

107-
<hr>
108-
<center>
109-
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
110-
<div data-ea-publisher="erdogantgithubio" data-ea-type="text"></div>
111-
<!-- <div data-ea-publisher="erdogantgithubio" data-ea-type="text" data-ea-style="fixedfooter"></div> -->
112-
</center>
113-
<hr><section id="coding-quality">
108+
<section id="coding-quality">
114109
<h1>Coding quality<a class="headerlink" href="#coding-quality" title="Permalink to this heading"></a></h1>
115110
<p>I value software quality. Higher quality software has fewer defects, better security, and better performance, which leads to happier users who can work more effectively.
116111
Code reviews are an effective method for improving software quality. McConnell (2004) suggests that unit testing finds approximately 25% of defects, function testing 35%, integration testing 45%, and code review 55-60%.

docs/pages/html/Documentation.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<script src="_static/underscore.js"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
1919
<script src="_static/doctools.js"></script>
20+
<script src="_static/sphinx_highlight.js"></script>
2021
<script src="_static/js/theme.js"></script>
2122
<link rel="index" title="Index" href="genindex.html" />
2223
<link rel="search" title="Search" href="search.html" />
@@ -98,13 +99,7 @@
9899
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
99100
<div itemprop="articleBody">
100101

101-
<hr>
102-
<center>
103-
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
104-
<div data-ea-publisher="erdogantgithubio" data-ea-type="text"></div>
105-
<!-- <div data-ea-publisher="erdogantgithubio" data-ea-type="text" data-ea-style="fixedfooter"></div> -->
106-
</center>
107-
<hr><section id="sponsor">
102+
<section id="sponsor">
108103
<h1>Sponsor<a class="headerlink" href="#sponsor" title="Permalink to this heading"></a></h1>
109104
<div class="admonition tip">
110105
<p class="admonition-title">Tip</p>

0 commit comments

Comments
 (0)