Skip to content

Commit d8d3d35

Browse files
committed
some doc fixes
including removing the vestiges of "starkiller"
1 parent 49fba8d commit d8d3d35

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

sphinx_docs/rp.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
import textwrap
66

77
MAIN_HEADER = """
8-
+---------------------------------------+---------------------------------------------------------+--------------------+
9-
| parameter | description | default value |
10-
+=======================================+=========================================================+====================+
8+
+---------------------------------------+---------------------------------------------------------+------------------------------+
9+
| parameter | description | default value |
10+
+=======================================+=========================================================+==============================+
1111
"""
1212

1313
SEPARATOR = """
14-
+---------------------------------------+---------------------------------------------------------+--------------------+
14+
+---------------------------------------+---------------------------------------------------------+------------------------------+
1515
"""
1616

1717
ENTRY = """
18-
| {:37} | {:55} | {:18} |
18+
| {:37} | {:55} | {:28} |
1919
"""
2020

2121
WRAP_LEN = 55

sphinx_docs/source/basics.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*****************
2-
StarKiller Basics
3-
*****************
1+
*********************
2+
Microphysics Overview
3+
*********************
44

55
Getting Started (Standalone)
66
============================
@@ -133,5 +133,7 @@ solvers (ODE integration for the network and Newton-Raphson root
133133
finding for the EOS) is separated from the specific implementations of
134134
the microphysics.
135135

136-
**All quantities are assumed to be in CGS units**, unless otherwise
137-
specified.
136+
.. note::
137+
138+
All quantities are assumed to be in CGS units, unless otherwise
139+
specified.

sphinx_docs/source/preface.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Preface
33
*******
44

5-
Welcome to the StarKiller Microphysics!
5+
Welcome to the AMReX-Astro Microphysics!
66

77
In this User’s Guide we describe the microphysics modules designed to
88
enable simulations of stellar explosions.

0 commit comments

Comments
 (0)