Skip to content

Commit c25c7f2

Browse files
committed
[ci skip] docs fixes for some Sphinx warnings/errors
1 parent 125f94c commit c25c7f2

File tree

6 files changed

+18
-27
lines changed

6 files changed

+18
-27
lines changed

astero/defaults/astero_search.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
! + ``Rcz``
5050

5151
! where ``M_H``, ``surface_Z_div_X``, ``surface_He`` and ``Rcz``
52-
! are now implemented in the standard ``run_star_extras.f90`.
52+
! are now implemented in the standard ``run_star_extras.f90``.
5353
! The other options fall back to the history columns.
5454

5555
! To implement your own constraints, create the appropriate case
@@ -621,7 +621,7 @@
621621
! ~~~~
622622
! Legacy controls from the old interface, which is available with
623623
! the default ``run_star_extras.f90`` by using the parameter names
624-
! ``initial_Y`` and ``initial_FeH`.
624+
! ``initial_Y`` and ``initial_FeH``.
625625

626626
! If ``Y_depends_on_Z = .false.``, ``Y`` is a parameter like any other and you should set
627627
! ``vary_Y``, ``first_Y``, ``min_Y`` and ``max_Y`` (and ``delta_Y`` for a grid).

docs/source/developing/collaboration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MESA (e.g., contribute a hook/routine, make a pull request).
2727

2828
*MESA Developers (MD)*: These are individuals committed to improving
2929
MESA and its infrastructure (e.g., the MESA Test Hub). Instructions on how to become
30-
a developer are found :doc:`here <developing/new_developers>`.
30+
a developer are found :doc:`here <new_developers>`.
3131

3232
Responsibilities
3333
of developers include:
@@ -92,7 +92,7 @@ fulfill their responsibilities, they must inform the MD.
9292
Removal from MD, MTC, and MAC can be for inactivity,
9393
harm to the Project, or simply opting out.
9494

95-
Onboarding to the MD is described :doc:`here <developing/new_developers>`.
95+
Onboarding to the MD is described :doc:`here <new_developers>`.
9696

9797
Instrument Paper Principles
9898
===========================

docs/source/news/2016-02-03-r8118.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ post <https://lists.mesastar.org/pipermail/mesa-users/2016-February/006205.html>
1212
to learn more.
1313

1414
- Almost all extras routines in run_star_extras and run_binary_extras
15-
are now implemented as hooks, in a similar way to all other_\*
15+
are now implemented as hooks, in a similar way to all ``other_\*``
1616
routines. If you use a custom run_star_extras, you need to slightly
1717
modify it for it to be compatible with this and future versions.
1818

docs/source/news/2017-09-01-three-updates.rst

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,27 @@ This week has seen three new/updated projects announced on mesa-users.
88
announces <https://lists.mesastar.org/pipermail/mesa-users/2017-August/007853.html>`__
99
`MESA-Docker <https://github.com/evbauer/MESA-Docker>`__:
1010

11-
::
12-
13-
It’s a Docker container with MESA already installed, and it should
11+
*It’s a Docker container with MESA already installed, and it should
1412
work with any OS that supports Docker, including Windows 10. This
1513
should serve as a useful tool for those who are ready to invest
1614
some extra effort to step beyond the limited options of MESA-Web,
1715
but not yet comfortable configuring their environment for full
18-
installation.
16+
installation.*
1917

2018
`Rob Farmer
2119
announces <https://lists.mesastar.org/pipermail/mesa-users/2017-August/007856.html>`__
2220
`pyMesa <https://github.com/rjfarmer/pyMesa>`__:
2321

24-
::
25-
26-
This is a set of low level python bindings for MESA to allow easy
22+
*This is a set of low level python bindings for MESA to allow easy
2723
access to the individual MESA modules. This is aimed for those
2824
people who want to quickly get a result from a MESA module and
2925
don’t want to worry about getting fortran code compiled and
30-
working.
26+
working.*
3127

3228
`Carl Fields
3329
announces <https://lists.mesastar.org/pipermail/mesa-users/2017-September/007864.html>`__
3430
updates to `MESA-Web <http://mesa-web.asu.edu/>`__:
3531

36-
::
37-
38-
1. Users can now choose to upload a custom reaction rate.
39-
2. More mixing parameters available for calculations.
40-
3. Jobs now run for 4hrs or until iron core collapse.
32+
1. *Users can now choose to upload a custom reaction rate.*
33+
2. *More mixing parameters available for calculations.*
34+
3. *Jobs now run for 4hrs or until iron core collapse.*

docs/source/summer_schools.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
MESA Summer Schools
2-
=================
2+
===================
33

44
***
55
MESA Summer School Programs -- this page under construction!
66
***
77

88
History of the MESA Summer School Program
9-
--------------------
9+
-----------------------------------------
1010

1111
The MESA Summer Schools have traditionally been held in Santa Barbara, California, until 2022. The 2023 MESA Summer School program, branded as MESA@Konkoly, was held in Budapest, Hungary. As of 2023, MESA Summer Schools can be run anywhere in the world. The involvement of the MESA developers is encouraged, and we are happy to help.
1212

1313

1414
How to run a MESA Summer School
15-
--------------------
15+
-------------------------------
1616

1717
Preparing a good program takes about a year. Historically, the program has taken place in the middle of August. Assuming this timing, preparations for next year's program should begin in September.
1818

1919

2020
1 year + out (September/October)
21-
--------------------
21+
--------------------------------
2222

2323
- Book a venue
2424
- Choose your organizational team
2525

2626

2727
9 months out (November)
28-
--------------------
28+
-----------------------
2929

3030
- Contact lecturers. Try to invite people with a diverse set of research areas and consider focusing on topics that have not been covered in past programs (see previous summer school pages and agendas for this information)
31-
- Contact TAs.
31+
- Contact TAs.

star/defaults/controls.defaults

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4829,9 +4829,6 @@
48294829
RGB_to_AGB_wind_switch = 1d-4
48304830

48314831
! The code will automatically choose between an RGB wind and an AGB wind.
4832-
4833-
! ::
4834-
48354832
! The following names for the different schemes are recognized:
48364833

48374834
! + 'Reimers'

0 commit comments

Comments
 (0)