Skip to content

Commit

Permalink
Merge branch 'fix-doc-examples'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvdb committed Nov 22, 2024
2 parents 06c4b23 + c078412 commit e6dab28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/user_guide/examples/1_initial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ catalog data:
reference_path = "path/to/ref_data.{fits,pqt,hdf5}"
ref_rand_path = "path/to/rand_data.{fits,pqt,hdf5}"
unknown_path = "path/to/unk_data.{fits,pqt,hdf5}"
.. Note::
To access the `yet_another_wizz` log messages (e.g. for debugging), check
the :ref:`logging<logging>` example.
2 changes: 1 addition & 1 deletion docs/source/user_guide/examples/4_redshifts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ measured cross-correlation:

.. code-block:: python
ncc = RedshiftData.from_corrfuncs(
ncc = yaw.RedshiftData.from_corrfuncs(
cross_corr=cts_sp,
ref_corr=cts_ss,
# unk_corr=None,
Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/examples/logging.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _logging:

Logging
-------

Expand Down

0 comments on commit e6dab28

Please sign in to comment.