Skip to content

Commit

Permalink
adjusted TOC format
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Feb 26, 2023
1 parent 51c2661 commit d9f95b9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 51 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,15 @@ ____
## Table of contents
(https://btschwertfeger.github.io/BiasAdjustCXX-Performance-Test/)

1. Download and compilation BiasAdjustCXX v1.8
2. Generate test data sets
3. Run the performance tests for BiasAdjustCXX v1.8, xclim v0.40.0 and python-cmethods v0.6.1
4. Evaluation of the results

4.1 Results of BiasAdjustCXX v1.8 (DM, LS, VS, QM, and QDM)


4.2 Results of xclim v0.40.0 (QDM)


4.3 Results of python-cmethods v0.6.1 (QM and QDM)


4.4 Comparison of the execution time of QDM

5. Conclusion](#conclusion)
1. Download and compilation BiasAdjustCXX v1.8<br>
2. Generate test data sets<br>
3. Run the performance tests for BiasAdjustCXX v1.8, xclim v0.40.0 and python-cmethods v0.6.1<br>
4. Evaluation of the results<br>
4.1 Results of BiasAdjustCXX v1.8 (DM, LS, VS, QM, and QDM)<br>
4.2 Results of xclim v0.40.0 (QDM)<br>
4.3 Results of python-cmethods v0.6.1 (QM and QDM)<br>
4.4 Comparison of the execution time of QDM<br>
5. Conclusion](#conclusion)<br>
___
<a name="abbrev"></a>
## Abbreviations
Expand Down
26 changes: 8 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14658,24 +14658,14 @@ <h2 id="Disclaimer">Disclaimer<a class="anchor-link" href="#Disclaimer">&#182;</
<hr>
<p><a name="toc"></a></p>
<h2 id="Table-of-contents">Table of contents<a class="anchor-link" href="#Table-of-contents">&#182;</a></h2><ol>
<li><a href="#download-and-compile-biasadjustcxx">Download and compilation BiasAdjustCXX v1.8</a></li>
<li><a href="#generate-test-data-sets">Generate test data sets</a></li>
<li><a href="#run-perf-tests">Run the performance tests for BiasAdjustCXX v1.8, xclim v0.40.0 and python-cmethods v0.6.1</a></li>
<li><p><a href="#evaluate-results">Evaluation of the results</a></p>
<p>4.1 <a href="#evaluate-cxx">Results of BiasAdjustCXX v1.8 (DM, LS, VS, QM, and QDM)</a></p>
</li>
</ol>

<pre><code>4.2 [Results of xclim v0.40.0 (QDM)](#evaluate-xclim)


4.3 [Results of python-cmethods v0.6.1 (QM and QDM)](#evaluate-pycmethods)


4.4 [Comparison of the execution time of QDM](#comp-results)

</code></pre>
<ol>
<li><a href="#download-and-compile-biasadjustcxx">Download and compilation BiasAdjustCXX v1.8</a><br></li>
<li><a href="#generate-test-data-sets">Generate test data sets</a><br></li>
<li><a href="#run-perf-tests">Run the performance tests for BiasAdjustCXX v1.8, xclim v0.40.0 and python-cmethods v0.6.1</a><br></li>
<li><a href="#evaluate-results">Evaluation of the results</a><br>
4.1 <a href="#evaluate-cxx">Results of BiasAdjustCXX v1.8 (DM, LS, VS, QM, and QDM)</a><br>
4.2 <a href="#evaluate-xclim">Results of xclim v0.40.0 (QDM)</a><br>
4.3 <a href="#evaluate-pycmethods">Results of python-cmethods v0.6.1 (QM and QDM)</a><br>
4.4 <a href="#comp-results">Comparison of the execution time of QDM</a><br></li>
<li><a href="#conclusion">Conclusion</a></li>
</ol>
<hr>
Expand Down
24 changes: 8 additions & 16 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,14 @@
"<a name=\"toc\"></a>\n",
"## Table of contents\n",
"\n",
"1. [Download and compilation BiasAdjustCXX v1.8](#download-and-compile-biasadjustcxx)\n",
"2. [Generate test data sets](#generate-test-data-sets)\n",
"3. [Run the performance tests for BiasAdjustCXX v1.8, xclim v0.40.0 and python-cmethods v0.6.1](#run-perf-tests)\n",
"4. [Evaluation of the results](#evaluate-results)\n",
" \n",
" 4.1 [Results of BiasAdjustCXX v1.8 (DM, LS, VS, QM, and QDM)](#evaluate-cxx)\n",
"\n",
"\n",
" 4.2 [Results of xclim v0.40.0 (QDM)](#evaluate-xclim)\n",
" \n",
" \n",
" 4.3 [Results of python-cmethods v0.6.1 (QM and QDM)](#evaluate-pycmethods) \n",
" \n",
" \n",
" 4.4 [Comparison of the execution time of QDM](#comp-results)\n",
"\n",
"1. [Download and compilation BiasAdjustCXX v1.8](#download-and-compile-biasadjustcxx)<br>\n",
"2. [Generate test data sets](#generate-test-data-sets)<br>\n",
"3. [Run the performance tests for BiasAdjustCXX v1.8, xclim v0.40.0 and python-cmethods v0.6.1](#run-perf-tests)<br>\n",
"4. [Evaluation of the results](#evaluate-results)<br>\n",
" 4.1 [Results of BiasAdjustCXX v1.8 (DM, LS, VS, QM, and QDM)](#evaluate-cxx)<br>\n",
" 4.2 [Results of xclim v0.40.0 (QDM)](#evaluate-xclim)<br>\n",
" 4.3 [Results of python-cmethods v0.6.1 (QM and QDM)](#evaluate-pycmethods)<br>\n",
" 4.4 [Comparison of the execution time of QDM](#comp-results)<br>\n",
"5. [Conclusion](#conclusion)\n",
"___\n",
"<a name=\"abbrev\"></a>\n",
Expand Down

0 comments on commit d9f95b9

Please sign in to comment.