Skip to content

Commit

Permalink
homepage 14
Browse files Browse the repository at this point in the history
  • Loading branch information
dokester committed Jun 10, 2024
1 parent 6af5a7c commit f29134c
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 5 deletions.
21 changes: 20 additions & 1 deletion docs/convention.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
---

<!--
## Navigation
Expand All @@ -10,6 +10,25 @@
| [2. Naming](#names) | [Readme](../README.md) | [Glossary](./glossary.md) |
| [3. Coding](#code) | [Notes](./notes.md) | [Design](./design.md) |
| [4. Documentation](#documentation) | [Examples][exlink] | [Troubles](./troubles.md) |
-->

<div class="dropdown2">
<span style="background-color: DodgerBlue; color: White; border:5px
solid DodgerBlue">Contents</span>
<div class="dropdown-content">

| Content |
| :-: |
| [1. Introduction](#intro) |
| [2. Naming](#names) |
| [3. Coding](#code) |
| [4. Documentation](#documentation) |

</div>
</div>




[exlink]: https://github.com/dokester/BayesicFitting/tree/master/BayesicFitting/examples

Expand Down
20 changes: 19 additions & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---


<!--
## Navigation
| Contents | Global | Documentation |
Expand All @@ -11,6 +11,24 @@
| 3. [Fitter Classes](#fitterclasses) | [Notes](./notes.md) | [Design](./design.md) |
| 4. [Nested Sampling](#nested)| [Examples][exlink] | [Troubles](./troubles.md) |
| 5. [References](./references.md) | | [Style](./convention.md) |
-->

<div class="dropdown2">
<span style="background-color: DodgerBlue; color: White; border:5px
solid DodgerBlue">Contents</span>
<div class="dropdown-content">

| Content |
| :-: |
| 1. [Introduction](#intro) |
| 2. [Model Classes](#modelclasses) |
| 3. [Fitter Classes](#fitterclasses) |
| 4. [Nested Sampling](#nested)|
| 5. [References](./references.md) |

</div>
</div>


[exlink]: https://github.com/dokester/BayesicFitting/tree/master/BayesicFitting/examples

Expand Down
33 changes: 33 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<a name="glossary"> </a>

<!--
## Navigation
| Contents 1 | Contents 2 | Global | Documentation |
Expand All @@ -17,6 +18,38 @@
| [Covariance Matrix](#covar) | [Prior](#prior) | | |
| [Posterior](#posterior) | [Evidence](#evidence) | | |
| [Information](#information) | | |
-->

<div class="dropdown2">
<span style="background-color: DodgerBlue; color: White; border:5px
solid DodgerBlue">Contents</span>
<div class="dropdown-content">

| Contents |
|:-:|
| [Independent Variable](#indepvar) |
| [Dependent Variable](#depvar) |
| [Weight](#weight) |
| [Accuracy](#accuracy) |
| [Model](#model) |
| [Parameter](#param) |
| [Problem](#problem) |
| [Chisq](#chisq) |
| [Likelihood](#lhood) |
| [Standard Deviation](#stdev) |
| [Scale](#noise) |
| [Confidence Region](#confidence) |
| [Design Matrix](#design) |
| [Hessian Matrix](#hessian) |
| [Covariance Matrix](#covar) |
| [Prior](#prior) |
| [Posterior](#posterior) |
| [Evidence](#evidence) |
| [Information](#information) |

</div>
</div>


[exlink]: https://github.com/dokester/BayesicFitting/tree/master/BayesicFitting/examples

Expand Down
4 changes: 2 additions & 2 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ posterior.
### Quick Start


The easiest way to get started with this package is to look into the [examples]
(https://github.com/dokester/BayesicFitting/tree/master/BayesicFitting/examples)
The easiest way to get started with this package is to look into the
[examples][exlink]
directory at github.com and find an example that looks like the problem
to be solved.

Expand Down
21 changes: 20 additions & 1 deletion docs/troubles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
---

<!--
## Navigation
Expand All @@ -11,6 +11,25 @@
| [3. Models](#models) | [Notes](./notes.md) | [Design](./design.md) |
| [4. Fitters](#fitters) | [Examples][exlink] | [Troubles](./troubles.md) |
| [5. NestedSampler](#nestedsampler) | | [Style](./convention.md) |
-->

<div class="dropdown2">
<span style="background-color: DodgerBlue; color: White; border:5px
solid DodgerBlue">Contents</span>
<div class="dropdown-content">

| Content |
| :-: |
| [1. Introduction](#intro) |
| [2. Data](#restriction) |
| [3. Models](#models) |
| [4. Fitters](#fitters) |
| [5. NestedSampler](#nestedsampler) |

</div>
</div>



[exlink]: https://github.com/dokester/BayesicFitting/tree/master/BayesicFitting/examples

Expand Down

0 comments on commit f29134c

Please sign in to comment.