diff options
author | Kevin Sheppard <kevin.k.sheppard@gmail.com> | 2019-04-16 07:22:22 +0100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-05-20 18:53:28 +0300 |
commit | dd77ce3cb84986308986974acfe988575323f75a (patch) | |
tree | 7c6378ef941f3d9fa4a6bb63e034aa600b98c6c5 /doc/source/conf.py | |
parent | ca9c542d24d418b4a203255f3a390c6b7fee4b51 (diff) | |
download | numpy-dd77ce3cb84986308986974acfe988575323f75a.tar.gz |
ENH: Add closed generator to randint
Add closed option to randint to simplify some cases
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index dec8fff05..906a906b6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -364,7 +364,3 @@ def linkcode_resolve(domain, info): return "https://github.com/numpy/numpy/blob/v%s/numpy/%s%s" % ( numpy.__version__, fn, linespec) -doctest_global_setup = ''' -import numpy as np -from numpy.random import randomgen -''' |