Skip to content

Commit 5ac588b

Browse files
committed
CMBagent link
1 parent cacc4ab commit 5ac588b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/source/index.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,27 @@ The main code is Python with numerical calculations implemented efficiently in P
99
See the `CAMB python example notebook <https://camb.readthedocs.io/en/latest/CAMBdemo.html>`_ for an
1010
introductory set of examples of how to use the CAMB package. This is usually the fastest way to learn how to use it
1111
and quickly see some of the capabilities. There's also an `AI help assistant <https://cosmocoffee.info/help_assist.php>`_,
12-
with up-to-date knowledge of the full Python documentation.
12+
with up-to-date knowledge of the full Python documentation,
13+
and you can use with code execution in `CMB Agent <https://github.com/CMBAgents/cmbagent/>`.
1314

1415
There are also `technical notes <https://cosmologist.info/notes/CAMB.pdf>`_
1516
and an `LLM context file <https://camb.readthedocs.io/en/latest/_static/camb_docs_combined.md>`_ that you can use in
16-
system prompts or as part documentation database.
17+
system prompts or as part of a documentation database.
1718

1819
For a standard non-editable installation use::
1920

2021
pip install camb [--user]
2122

2223
The --user is optional and only required if you don't have write permission to your main python installation.
23-
If you want to work on the code from `GitHub <https://github.com/cmbant/camb>`_, you can also just install in place without copying anything using::
24+
25+
If you want to work on the code from `GitHub <https://github.com/cmbant/camb>`_, you can install using::
2426

2527
git clone --recursive https://github.com/cmbant/CAMB.git
2628
pip install -e ./CAMB [--user]
2729

28-
You will need ifort or gfortran 6 or higher installed (and on your path) to compile; see :ref:`fortran-compilers` for
29-
compiler installation details if needed. If you have gfortran installed, "python setup.py make" will build
30+
You will need ifort or gfortran 6 or higher installed (and on your path) to compile from source;
31+
you can see :ref:`fortran-compilers` for compiler installation details if needed.
32+
If you have gfortran installed, "python setup.py make" will build
3033
the Fortran library on all systems (including Windows without directly using a Makefile), and can be used to update
3134
a source installation after changes or pulling an updated version.
3235

0 commit comments

Comments
 (0)