From 3a43ed26818eef66340bf35a2c678a96be3a2686 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 17 Oct 2016 13:30:09 +0800 Subject: Fix the reStructuredText citation syntax --- fg21sim/galactic/freefree.py | 6 +++--- fg21sim/utils/draw.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'fg21sim') 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 -- cgit v1.2.2