[python-hdf5storage] 36/152: Escaped underscores in README.rst.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.

commit ef8501e38718ec426a4a41ffc21555a1282836ce
Author: Freja Nordsiek <fnordsie at gmail.com>
Date:   Sun Jan 26 20:12:30 2014 -0500

    Escaped underscores in README.rst.
---
 README.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 9853bcc..d6f488c 100644
--- a/README.rst
+++ b/README.rst
@@ -66,14 +66,14 @@ Python                  MATLAB
 Type           Version  Class    Version
 =============  =======  =======  ========
 bool           0.1      logical  0.1
-None           0.1      []       0.1
+None           0.1      ``[]``   0.1
 int            0.1      int64    0.1
 float          0.1      double   0.1
 complex        0.1      double   0.1
 str            0.1      char     0.1 [1]_
 bytes          0.1      char     0.1
 bytearray      0.1      char     0.1
-np.bool_       0.1      logical  0.1
+np.bool\_      0.1      logical  0.1
 np.uint8       0.1      uint8    0.1
 np.float16     0.1
 np.float32     0.1      single   0.1
@@ -81,8 +81,8 @@ np.float64     0.1      double   0.1
 np.complex32   0.1
 np.complex64   0.1      single   0.1
 np.complex128  0.1      double   0.1
-np.str_        0.1      uint32   0.1 [2]_
-np.bytes_      0.1      char     0.1
+np.str\_       0.1      uint32   0.1 [2]_
+np.bytes\_     0.1      char     0.1
 dict           0.1      struct   0.1 [3]_
 =============  =======  =======  ========
 
@@ -90,7 +90,7 @@ dict           0.1      struct   0.1 [3]_
 ============  =======  ================================
 MATLAB Class  Version  Python Type
 ============  =======  ================================
-logical       0.1      np.bool_
+logical       0.1      np.bool\_
 single        0.1      np.float32 or np.complex64 [4]_
 double        0.1      np.float64 or np.complex128 [4]_
 uint8         0.1      np.uint8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git



More information about the debian-science-commits mailing list