Skip to content

Commit 0d13d60

Browse files
committed
Better section name + snhix-gallery tuning
1 parent 2b43492 commit 0d13d60

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,13 +333,14 @@ def __getattr__(cls, name):
333333
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
334334
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
335335
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
336-
'matplotlib': ('http://matplotlib.sourceforge.net/', None)}
336+
'matplotlib': ('http://matplotlib.org/', None)}
337337

338338
sphinx_gallery_conf = {
339339
'examples_dirs': ['../../examples', '../../examples/da'],
340340
'gallery_dirs': 'auto_examples',
341341
'backreferences_dir': '../modules/generated/',
342-
'doc_module' : ('ot'),
342+
'inspect_global_variables' : True,
343+
'doc_module' : ('ot','numpy','scipy','pylab'),
343344
'reference_url': {
344345
'ot': None}
345346
}

docs/source/releases.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Releases
22
========
33

4-
0.6 Year 3
5-
----------
4+
0.6
5+
---
66

77
*July 2019*
88

@@ -78,8 +78,8 @@ Closed issues
7878
slightly different
7979
- Issue #72 Macosx build problem
8080

81-
0.5.0 Year 2
82-
------------
81+
0.5.0
82+
-----
8383

8484
*Sep 2018*
8585

@@ -153,8 +153,8 @@ Closed issues
153153
- Issue #43 : Unusable parameter log for EMDTransport (See PR #44)
154154
- Issue #55 : UnicodeDecodeError: 'ascii' while installing with pip
155155

156-
0.4 Community edition
157-
---------------------
156+
0.4
157+
---
158158

159159
*15 Sep 2017*
160160

@@ -184,8 +184,8 @@ Closed issues
184184

185185
- Correct bug in emd on windows
186186

187-
0.3 Summer release
188-
------------------
187+
0.3
188+
---
189189

190190
*7 Jul 2017*
191191

@@ -209,38 +209,38 @@ V0.2
209209
- Efficient method emd2 returns only tarnsport (in paralell if several
210210
histograms given)
211211

212-
V0.1.11 New years resolution
213-
----------------------------
212+
0.1.11
213+
------
214214

215215
*5 Jan 2017*
216216

217217
- Add sphinx gallery for better documentation
218218
- Small efficiency tweak in sinkhorn
219219
- Add simple tic() toc() functions for timing
220220

221-
V0.1.10
222-
-------
221+
0.1.10
222+
------
223223

224224
*7 Nov 2016* \* numerical stabilization for sinkhorn (log domain and
225225
epsilon scaling)
226226

227-
V0.1.9 DA classes and mapping
228-
-----------------------------
227+
0.1.9
228+
-----
229229

230230
*4 Nov 2016*
231231

232232
- Update classes and examples for domain adaptation
233233
- Joint OT matrix and mapping estimation
234234

235-
V0.1.7
236-
------
235+
0.1.7
236+
-----
237237

238238
*31 Oct 2016*
239239

240240
- Original Domain adaptation classes
241241

242-
PyPI version 0.1.3
243-
------------------
242+
0.1.3
243+
-----
244244

245245
- pipy works
246246

0 commit comments

Comments
 (0)