Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paganol committed Nov 5, 2024
1 parent c6c6021 commit 0fee3c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/source/non_linearity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ If the 2f amplitude is not read from the IMo, one has to specify :math:`A_2` usi
sim.add_2f(component="tod_2f")
Refer to the :ref:`gd-api-reference` for the full list of non-linearity simulation parameters.
Refer to the :ref:`nl-api-reference` for the full list of non-linearity simulation parameters.

.. _gd-api-reference:
.. _nl-api-reference:

API reference
-------------
Expand Down
12 changes: 6 additions & 6 deletions docs/source/scanning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ similar to what is going to be used for LiteBIRD:
Shape: (600, 3)
Pointings:
[[ 2.182 -0. -1.571]
[ 2.182 -0.006 -1.576]
[ 2.182 -0.012 -1.582]
...
[ 0.089 -2.967 -1.738]
[ 0.088 -3.021 -1.687]
[ 0.087 -3.075 -1.635]]
[ 2.182 -0.006 -1.576]
[ 2.182 -0.012 -1.582]
...
[ 0.089 -2.967 -1.738]
[ 0.088 -3.021 -1.687]
[ 0.087 -3.075 -1.635]]

All the details in this code are explained in the next sections, so
for now just keep in mind the overall shape of the code:
Expand Down

0 comments on commit 0fee3c1

Please sign in to comment.