Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Jul 5, 2024
1 parent 18a2e94 commit fde8725
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/cookbooks/result.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _database:
.. _results:

Database
========
Results
=======

A non-linear search fits a model to a dataset, returning a `Result` object that contains a lot of information on the
model-fit.
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/samples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _result:
.. _samples:

Result
======
Samples
=======

After a non-linear search has completed, it returns a ``Result`` object that contains information on fit, such as
the maximum likelihood model instance, the errors on each parameter and the Bayesian evidence.
Expand Down
4 changes: 2 additions & 2 deletions docs/howtofit/howtofit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ HowToFit Lectures
=================

To learn how to use **PyAutoFit**, the best starting point is the **HowToFit** lecture series, which are found on
the ``autofit_workspace <https://github.com/Jammy2211/autofit_workspace>``_ and at
our ``binder <https://mybinder.org/v2/gh/Jammy2211/autofit_workspace/HEAD>``_.
the `autofit_workspace <https://github.com/Jammy2211/autofit_workspace>`_ and at
our `binder <https://mybinder.org/v2/gh/Jammy2211/autofit_workspace/HEAD>`_.

The lectures are provided as *Jupyter notebooks* and currently consist of 3 chapters:

Expand Down

0 comments on commit fde8725

Please sign in to comment.