summarylogtreecommitdiffstats
path: root/fix_doc_warning.patch
diff options
context:
space:
mode:
authorUniversebenzene2019-09-10 14:45:50 +0800
committerUniversebenzene2019-09-10 14:45:50 +0800
commit24b14d978b3f7a931cf66133840b9180650e11b8 (patch)
tree79581ae0609144d88bd3f7501f078131597f7f56 /fix_doc_warning.patch
parent2fb1c6b88f2bedc77a67726bbf491232ac0e69ce (diff)
downloadaur-24b14d978b3f7a931cf66133840b9180650e11b8.tar.gz
Update to version 1.12.10
Diffstat (limited to 'fix_doc_warning.patch')
-rw-r--r--fix_doc_warning.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/fix_doc_warning.patch b/fix_doc_warning.patch
new file mode 100644
index 000000000000..19390be07c44
--- /dev/null
+++ b/fix_doc_warning.patch
@@ -0,0 +1,41 @@
+diff -ura a/doc/healpy_zoomtool.rst b/doc/healpy_zoomtool.rst
+--- a/doc/healpy_zoomtool.rst 2019-09-10 13:17:36.000000000 +0800
++++ b/doc/healpy_zoomtool.rst 2019-09-10 14:17:14.230737604 +0800
+@@ -4,7 +4,7 @@
+
+
+ :mod:`zoomtool` -- Interactive visualisation
+-================================
++============================================
+
+ Interactive map visualization
+ -----------------------------
+diff -ura a/INSTALL.rst b/INSTALL.rst
+--- a/INSTALL.rst 2019-09-10 13:17:36.000000000 +0800
++++ b/INSTALL.rst 2019-09-10 14:16:27.437402127 +0800
+@@ -10,7 +10,7 @@
+ Only Linux and MAC OS X are supported, not Windows.
+
+ Binary installation with conda (RECOMMENDED)
+------------------------
++--------------------------------------------
+
+ Conda forge provides a `conda
+ channel <https://anaconda.org/conda-forge/healpy>`_ with a pre-compiled version of ``healpy``
+@@ -20,7 +20,7 @@
+ conda install healpy
+
+ Source installation with Pip
+----------------------------
++----------------------------
+
+ It is possible to build the latest ``healpy`` with `pip <http://www.pip-installer.org>`_ ::
+
+@@ -73,6 +73,7 @@
+ If everything goes fine, you can test it::
+
+ python
++
+ >>> import matplotlib.pyplot as plt
+ >>> import numpy as np
+ >>> import healpy as hp