From 982510eb5085a0edd7a00fb96a308854957d32bf Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 8 Jun 2021 22:32:18 +0200 Subject: [MRG] Update example GAN to avoid the 10 minute CircleCI limit (#258) * shortened example GAN * pep8 and typo * awesome animation * small eror pep8 * add animation to doc * better timing animation * tune step --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 3a11798..9b5a719 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -337,7 +337,8 @@ texinfo_documents = [ intersphinx_mapping = {'python': ('https://docs.python.org/3', None), 'numpy': ('http://docs.scipy.org/doc/numpy/', None), 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None), - 'matplotlib': ('http://matplotlib.org/', None)} + 'matplotlib': ('http://matplotlib.org/', None), + 'torch': ('https://pytorch.org/docs/stable/', None)} sphinx_gallery_conf = { 'examples_dirs': ['../../examples', '../../examples/da'], @@ -345,6 +346,7 @@ sphinx_gallery_conf = { 'backreferences_dir': 'gen_modules/backreferences', 'inspect_global_variables' : True, 'doc_module' : ('ot','numpy','scipy','pylab'), + 'matplotlib_animations': True, 'reference_url': { 'ot': None} } -- cgit v1.2.3