[Numpy-svn] [numpy/numpy] a3e883: DOC: Used regex to find colons missing spaces whic...

GitHub noreply at github.com
Wed Apr 3 19:02:40 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: a3e883ac7a3ae5de88455d782752045464fe9f07
      https://github.com/numpy/numpy/commit/a3e883ac7a3ae5de88455d782752045464fe9f07
  Author: endolith <endolith at gmail.com>
  Date:   2012-09-26 (Wed, 26 Sep 2012)

  Changed paths:
    M doc/sphinxext/tests/test_docscrape.py
    M numpy/add_newdocs.py
    M numpy/build_utils/common.py
    M numpy/core/code_generators/generate_umath.py
    M numpy/core/code_generators/ufunc_docstrings.py
    M numpy/core/fromnumeric.py
    M numpy/core/numeric.py
    M numpy/core/setup_common.py
    M numpy/distutils/command/config.py
    M numpy/distutils/mingw32ccompiler.py
    M numpy/distutils/misc_util.py
    M numpy/lib/arraypad.py
    M numpy/lib/function_base.py
    M numpy/lib/index_tricks.py
    M numpy/lib/shape_base.py
    M numpy/lib/utils.py
    M numpy/ma/core.py
    M numpy/matrixlib/defmatrix.py
    M numpy/polynomial/chebyshev.py
    M numpy/polynomial/hermite.py
    M numpy/polynomial/hermite_e.py
    M numpy/polynomial/laguerre.py
    M numpy/polynomial/legendre.py
    M numpy/polynomial/polynomial.py
    M numpy/random/mtrand/mtrand.pyx
    M numpy/testing/utils.py

  Log Message:
  -----------
  DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes


  Commit: 653a6fd443c237842d7a7069d929fb2892dbfe85
      https://github.com/numpy/numpy/commit/653a6fd443c237842d7a7069d929fb2892dbfe85
  Author: endolith <endolith at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M doc/sphinxext/numpydoc/tests/test_docscrape.py
    M numpy/add_newdocs.py
    M numpy/build_utils/common.py
    M numpy/core/code_generators/generate_umath.py
    M numpy/core/code_generators/ufunc_docstrings.py
    M numpy/core/fromnumeric.py
    M numpy/core/setup_common.py
    M numpy/distutils/command/config.py
    M numpy/distutils/mingw32ccompiler.py
    M numpy/distutils/misc_util.py
    M numpy/lib/arraypad.py
    M numpy/lib/function_base.py
    M numpy/lib/index_tricks.py
    M numpy/lib/shape_base.py
    M numpy/lib/utils.py
    M numpy/ma/core.py
    M numpy/matrixlib/defmatrix.py
    M numpy/polynomial/chebyshev.py
    M numpy/polynomial/hermite.py
    M numpy/polynomial/hermite_e.py
    M numpy/polynomial/laguerre.py
    M numpy/polynomial/legendre.py
    M numpy/polynomial/polynomial.py
    M numpy/random/mtrand/mtrand.pyx
    M numpy/testing/utils.py

  Log Message:
  -----------
  DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes


  Commit: 0d35127755ba6812e722a311bfab5e6523c444bb
      https://github.com/numpy/numpy/commit/0d35127755ba6812e722a311bfab5e6523c444bb
  Author: endolith <endolith at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M numpy/core/arrayprint.py
    M numpy/lib/_iotools.py
    M numpy/lib/format.py
    M numpy/lib/npyio.py
    M numpy/lib/polynomial.py
    M numpy/ma/core.py
    M numpy/ma/extras.py
    M numpy/polynomial/polyutils.py

  Log Message:
  -----------
  DOC: regex-assisted fixes of definition list formatting


  Commit: 3830fcc99443cd479d4dd3fea5217c75396f9f3f
      https://github.com/numpy/numpy/commit/3830fcc99443cd479d4dd3fea5217c75396f9f3f
  Author: endolith <endolith at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Log Message:
  -----------
  merge conflict


  Commit: ca77e31947b74feded3d69a282e638fa2e9ebf7c
      https://github.com/numpy/numpy/commit/ca77e31947b74feded3d69a282e638fa2e9ebf7c
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-04-03 (Wed, 03 Apr 2013)

  Changed paths:
    M doc/sphinxext/numpydoc/tests/test_docscrape.py
    M numpy/add_newdocs.py
    M numpy/build_utils/common.py
    M numpy/core/arrayprint.py
    M numpy/core/code_generators/generate_umath.py
    M numpy/core/code_generators/ufunc_docstrings.py
    M numpy/core/fromnumeric.py
    M numpy/core/setup_common.py
    M numpy/distutils/command/config.py
    M numpy/distutils/mingw32ccompiler.py
    M numpy/distutils/misc_util.py
    M numpy/lib/_iotools.py
    M numpy/lib/arraypad.py
    M numpy/lib/format.py
    M numpy/lib/function_base.py
    M numpy/lib/index_tricks.py
    M numpy/lib/npyio.py
    M numpy/lib/polynomial.py
    M numpy/lib/shape_base.py
    M numpy/lib/utils.py
    M numpy/ma/core.py
    M numpy/ma/extras.py
    M numpy/matrixlib/defmatrix.py
    M numpy/polynomial/chebyshev.py
    M numpy/polynomial/hermite.py
    M numpy/polynomial/hermite_e.py
    M numpy/polynomial/laguerre.py
    M numpy/polynomial/legendre.py
    M numpy/polynomial/polynomial.py
    M numpy/polynomial/polyutils.py
    M numpy/random/mtrand/mtrand.pyx
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #460 from endolith/regex_formatting

DOC: Formatting fixes using regex


Compare: https://github.com/numpy/numpy/compare/961a28f828fd...ca77e31947b7


More information about the Numpy-svn mailing list