Skip to content

Commit 2d7c7b9

Browse files
pmoczwarrickball
authored andcommitted
[ci skip] lets fix typos in documentation too
1 parent 983baef commit 2d7c7b9

14 files changed

+31
-20
lines changed

docs/source/_typos.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[default]
2+
extend-ignore-identifiers-re = [
3+
"ACI-*",
4+
"gam_*",
5+
"plas_*",
6+
"2nd",
7+
]
8+
9+
[default.extend-words]
10+
# Don't correct the surname "Teh"
11+
Xwindows = "Xwindows"

docs/source/assets/atm-user-guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ controls) are as follows:
112112

113113
- MESA uses pre-computed tables, from separate model atmosphere
114114
calculations, to interpolate T_surf and P_surf values for the
115-
boundary conditions. The interpolations are peformed using the
115+
boundary conditions. The interpolations are performed using the
116116
effective temperature Teff and log10-surface gravity logg as
117117
independent variables. The choice of table is set by the
118118
'atm_table' control:

docs/source/atm/table.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Table Atmospheres
44
When the ``atm_option`` control is set to ``'table'``, MESA uses
55
pre-computed tables from separate model atmosphere calculations to
66
interpolate :math:`T_{\rm surf}` and :math:`P_{\rm surf}` values for
7-
the boundary conditions. The interpolations are peformed using
7+
the boundary conditions. The interpolations are performed using
88
:math:`T_{\rm eff}` and :math:`\log g` as independent variables. The
99
``atm_table`` control determines the choice of table, as follows:
1010

docs/source/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ New Features
2424
Bug Fixes
2525
---------
2626

27-
fixed small bug in star/private/create_initial_model.f90 that will have a small effect on creating inital models
27+
fixed small bug in star/private/create_initial_model.f90 that will have a small effect on creating initial models
2828

2929

3030
.. note:: Before releasing a new version of MESA, move `Changes in main` to a new section below with the version number as the title, and add a new `Changes in main` section at the top of the file (see ```changelog_template.rst```).
@@ -412,7 +412,7 @@ like to see the changes without modifying the file.
412412

413413
``sed`` is a standard tool that is included with macOS and most Linux distributions.
414414
For convenience, we have also included a bash script that will call a version of
415-
this ``sed`` command (along with ``sed`` commands for the next changlog entry as well)
415+
this ``sed`` command (along with ``sed`` commands for the next changelog entry as well)
416416
to update all inlist files (``inlist*``), which you can run in any work directory
417417
where you want to update every inlist by invoking ::
418418

@@ -687,7 +687,7 @@ about the ``net_general_info`` derived type. ``g`` can be had from a call to ``g
687687
The pointer array ``net_work`` and its size ``net_lwork`` have been removed from the net interface, thus these variables should be removed form any ``other_net_get`` and ``other_split_burn`` hooks.
688688
The following routines have also been removed as they are no longer needed ``net_work_size``, ``get_net_rate_ptrs``, ``net_1_zone_burn_work_size``, ``get_burn_work_array_pointers``, ``net_1_zone_burn_const_density_work_size``, and ``get_burn_const_density_work_array_pointers``
689689

690-
Previously you could pass ``arg_not_provided`` for either the temperature (density) or log(temperature) (log(density)). Now you must pass both explicity.
690+
Previously you could pass ``arg_not_provided`` for either the temperature (density) or log(temperature) (log(density)). Now you must pass both explicitly.
691691

692692
ADIPLS
693693
------

docs/source/developing/infrastructure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ service.
8888
Website
8989
^^^^^^^
9090

91-
We still use the mesa.sourceforge.net website domian name, but only for a top-level
91+
We still use the mesa.sourceforge.net website domain name, but only for a top-level
9292
redirect to docs.mesastar.org.
9393

9494
The source code for the old sourceforge site lives at https://github.com/MESAHub/mesa-website.

docs/source/developing/new_developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ Changelog
9090
---------
9191

9292
* Initial document approved December 5, 2022
93-
* "Infrastucture Access for Collaborators" section adopted March 1, 2024
93+
* "Infrastructure Access for Collaborators" section adopted March 1, 2024

docs/source/developing/profiling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To visualize the data use:
3535
3636
massif-visualizer massif.out.$PID
3737
38-
which is avilable from `<https://github.com/KDE/massif-visualizer>`_ or through your local package manager.
38+
which is available from `<https://github.com/KDE/massif-visualizer>`_ or through your local package manager.
3939

4040

4141
CPU Usage
@@ -68,7 +68,7 @@ To visualize the data use:
6868
6969
kcachegrind callgrind.out.*
7070
71-
which is avilable from `<https://kcachegrind.github.io/html/Home.html>`_ or through your local package manager.
71+
which is available from `<https://kcachegrind.github.io/html/Home.html>`_ or through your local package manager.
7272

7373

7474
An alternative non-interactive visualization can be produced via `gprof2dot.py <https://github.com/jrfonseca/gprof2dot>`_ and `graphviz <https://graphviz.org/>`_.

docs/source/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Turbulence (``turb``)
155155
=====================
156156

157157
The ``turb`` module provides various mixing theories (semiconvection, thermohaline,
158-
mixing length thoery, time-dependant convection)
158+
mixing length theory, time-dependant convection)
159159

160160
.. toctree::
161161
:maxdepth: 1

docs/source/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ News archive
66

77
This page contains links to all the news posted on mesa.sourceforge.net
88

9-
.. From the orignal markdown we can do: cd $MESA_DIR/docs/source/news;for i in $MESA_WEBSITE_PATH/_posts/*.markdown;do pandoc -s -f markdown -t rst $i > $(basename ${i%%markdown}rst);echo $i;done
9+
.. From the original markdown we can do: cd $MESA_DIR/docs/source/news;for i in $MESA_WEBSITE_PATH/_posts/*.markdown;do pandoc -s -f markdown -t rst $i > $(basename ${i%%markdown}rst);echo $i;done
1010
1111
.. The TOC can be regenerated with: cd $MESA_DIR/docs/source/news;for i in *;do echo " news/$(basename ${i%%.rst})" ;done | tac
1212

docs/source/news/2014-03-21-website.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ If you see errors or have suggestions for improvements, you can email
1414
Josiah Schwab. Also feel free to open an issue or send a pull request on
1515
`GitHub <https://github.com/jschwab/mesa-website>`__.
1616

17-
For the full annoucement, see `this mailing list
17+
For the full announcement, see `this mailing list
1818
post <https://sourceforge.net/p/mesa/mailman/message/32133212/>`__.

0 commit comments

Comments
 (0)