aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-17 13:30:09 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-17 13:30:09 +0800
commit3a43ed26818eef66340bf35a2c678a96be3a2686 (patch)
tree6a9eaf776313c223ffa12df5bd230ab48a6aff0a
parenta1ccf670ab733c75ff04ece33949a9dd8fb7e5f6 (diff)
downloadfg21sim-3a43ed26818eef66340bf35a2c678a96be3a2686.tar.bz2
Fix the reStructuredText citation syntax
-rw-r--r--fg21sim/galactic/freefree.py6
-rw-r--r--fg21sim/utils/draw.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/fg21sim/galactic/freefree.py b/fg21sim/galactic/freefree.py
index fa6238a..352621b 100644
--- a/fg21sim/galactic/freefree.py
+++ b/fg21sim/galactic/freefree.py
@@ -24,9 +24,9 @@ class FreeFree:
"""
Simulate the diffuse Galactic free-free emission.
- The [Dickinson2003] method is followed to derive the free-free template.
- The H\alpha survey map [Finkbeiner2003] is first corrected for dust
- absorption using the infrared 100-\mu{}m dust map [Schlegel1998],
+ The [Dickinson2003]_ method is followed to derive the free-free template.
+ The H\alpha survey map [Finkbeiner2003]_ is first corrected for dust
+ absorption using the infrared 100-\mu{}m dust map [Schlegel1998]_,
and then converted to free-free emission map (brightness temperature).
Parameters
diff --git a/fg21sim/utils/draw.py b/fg21sim/utils/draw.py
index b5fea62..cb5c1ed 100644
--- a/fg21sim/utils/draw.py
+++ b/fg21sim/utils/draw.py
@@ -37,7 +37,7 @@ Generic drawers (i.e., painters) that draw some commonly used shapes.
DISCLAIMER
----------
-The following functions are taken from project [scikit-image], which are
+The following functions are taken from project [scikit-image]_, which are
licensed under the *Modified BSD* license.
Credits