Skip to content

Commit

Permalink
Update generated documentation for version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caroott committed May 20, 2019
1 parent cfa2578 commit 62ef679
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions DilutionExperiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ <h2><a name="Counting-results" class="anchor" href="#Counting-results">Counting
For that i took a cell suspension with ~1.35 * 10^7 cells and set up a serial dilution by always halving the amount up to 1:16.
I took 3 measurements for each timepoint. One measurement for both, the Cell Counter and the manual counting consists of three seperate images.</p>
<p>Here you can see the result of those measurements:</p>
<div id="21aca017-50bd-4a3a-bdd2-c782d16de343" style="width: 700px; height: 500px;"><!-- Plotly chart will be drawn inside this DIV --></div>
<div id="21560653-01f3-47f5-9349-28e4e8b5aa04" style="width: 700px; height: 500px;"><!-- Plotly chart will be drawn inside this DIV --></div>
<script>
var data = [{"type":"scatter","x":["1:1","1:2","1:4","1:8","1:16"],"y":[13500000.0,7500000.0,3722222.0,1527778.0,1027778.0],"mode":"lines","marker":{},"error_y":{"array":[180021.0,245327.0,501541.0,171234.0,306816.0]},"name":"Cell Counter"},{"type":"scatter","x":["1:1","1:2","1:4","1:8","1:16"],"y":[14000000.0,6638889.0,3222222.0,1611111.0,944444.0],"mode":"lines","marker":{},"error_y":{"array":[784691.0,519675.0,306816.0,238953.0,398686.0]},"name":"Manual counting"},{"type":"scatter","x":["1:1","1:2","1:4","1:8","1:16"],"y":[13113333.0,7283333.0,3813000.0,1968333.0,1006067.0],"mode":"lines","marker":{},"error_y":{"array":[744058.0,59668.0,46755.0,18553.0,15179.0]},"name":"Coulter Counter"}];
var layout = {"xaxis":{"title":"Dilution","tickmode":"auto","ticks":"inside","mirror":"all","showline":true,"showgrid":false,"zeroline":false,"titlefont":{"family":"Arial","size":20.0},"tickfont":{"family":"Arial","size":20.0}},"yaxis":{"title":"Cells/ml","tickmode":"auto","ticks":"inside","mirror":"all","showline":true,"showgrid":false,"zeroline":false,"titlefont":{"family":"Arial","size":20.0},"tickfont":{"family":"Arial","size":20.0}},"width":900.0,"height":900.0};
Plotly.newPlot('21aca017-50bd-4a3a-bdd2-c782d16de343', data, layout);
Plotly.newPlot('21560653-01f3-47f5-9349-28e4e8b5aa04', data, layout);
</script>
</br>
</br>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h2><a name="Experiment-Data" class="anchor" href="#Experiment-Data">Experiment
</tr>
</table>
<p>The data for the manual counting can be found <a href="https://1drv.ms/f/s!Al3ycUpvciEdkOEn8fGtLj7uMFQp4A">here</a>, and the Coulter Counter data is <a href="https://1drv.ms/f/s!Al3ycUpvciEdkOEgEXHeieR94E2GGw">here</a>.</p>
<p>A more in depth explanation how to adapt the functions for your use can be found <a href="https://joott.github.io/CellCounter/FunctionExplanation.html">here</a></p>
<p>A more in depth explanation how to adapt the functions for your use can be found <a href="FunctionExplanation.html">here</a></p>

<div class="tip" id="fs1">Multiple items<br />namespace FSharp<br /><br />--------------------<br />namespace Microsoft.FSharp</div>
<div class="tip" id="fs2">namespace FSharp.Plotly</div>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ <h2><a name="Example" class="anchor" href="#Example">Example</a></h2>
</body>
</html>
</dl>
<p>A more thorough view of the project can be found <a href="https://joott.github.io/CellCounter/DilutionExperiment.html">here</a> with a practical demonstration.
For more explanations of the functions you can go <a href="https://joott.github.io/CellCounter/FunctionExplanation.html">there</a></p>
<p>A more thorough view of the project can be found <a href="DilutionExperiment.html">here</a> with a practical demonstration.
For more explanations of the functions you can go <a href="FunctionExplanation.html">there</a></p>
<h2><a name="Samples-amp-documentation" class="anchor" href="#Samples-amp-documentation">Samples &amp; documentation</a></h2>
<p>The library comes with comprehensible documentation.
It can include tutorials automatically generated from <code>*.fsx</code> files in <a href="https://github.com/fsprojects/CellCounter/tree/master/docs/content">the content folder</a>.
The API reference is automatically generated from Markdown comments in the library implementation.</p>
<ul>
<li><p><a href="tutorial.html">Tutorial</a> contains a further explanation of this sample library.</p></li>
<li><p><a href="FunctionExplanation.html">Tutorial</a> contains a further explanation of this sample library.</p></li>
<li>
<p><a href="reference/index.html">API Reference</a> contains automatically generated documentation for all types, modules
and functions in the library. This includes additional brief samples on using most of the
Expand Down
6 changes: 3 additions & 3 deletions reference/counterfunctions-pipeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Pipeline</h1>
<span>Namespace: CounterFunctions</span><br />
</p>
<div class="xmldoc">
<p>Example functions of how to use the functions in the other modules. They can be modiefied according to the specific needs.</p>
<p>Example functions of how to use the functions in the other modules. They can be modiefied according to the specific needs of the user.</p>

</div>

Expand All @@ -65,7 +65,7 @@ <h3>Functions and values</h3>
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/Joott/CellCounter/tree/master/src/CellCounter/CounterFunctions.fs#L325-325" class="github-link">
<a href="https://github.com/Joott/CellCounter/tree/master/src/CellCounter/CounterFunctions.fs#L326-326" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
Expand All @@ -89,7 +89,7 @@ <h3>Functions and values</h3>
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/Joott/CellCounter/tree/master/src/CellCounter/CounterFunctions.fs#L374-374" class="github-link">
<a href="https://github.com/Joott/CellCounter/tree/master/src/CellCounter/CounterFunctions.fs#L375-375" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>CounterFunctions Namespace</h2>
<a href="counterfunctions-pipeline.html">Pipeline</a>
</td>
<td class="xmldoc">
<p>Example functions of how to use the functions in the other modules. They can be modiefied according to the specific needs.</p>
<p>Example functions of how to use the functions in the other modules. They can be modiefied according to the specific needs of the user.</p>


</td>
Expand Down

0 comments on commit 62ef679

Please sign in to comment.