Skip to content

Commit 2b43492

Browse files
committed
test options sphinx gallery
1 parent 6b42088 commit 2b43492

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

RELEASES.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Releases
22

33

4-
## 0.6 Year 3
4+
5+
6+
## 0.6
57
*July 2019*
68

79
This is the first official stable release of POT and this means a jump to 0.6!
@@ -69,7 +71,7 @@ bring new features and solvers to the library.
6971
- Issue #72 Macosx build problem
7072

7173

72-
## 0.5.0 Year 2
74+
## 0.5.0
7375
*Sep 2018*
7476

7577
POT is 2 years old! This release brings numerous new features to the
@@ -127,7 +129,7 @@ Deprecated OTDA Classes were removed from ot.da and ot.gpu for version 0.5
127129
* Issue #55 : UnicodeDecodeError: 'ascii' while installing with pip
128130

129131

130-
## 0.4 Community edition
132+
## 0.4
131133
*15 Sep 2017*
132134

133135
This release contains a lot of contribution from new contributors.
@@ -152,7 +154,7 @@ This release contains a lot of contribution from new contributors.
152154

153155
* Correct bug in emd on windows
154156

155-
## 0.3 Summer release
157+
## 0.3
156158
*7 Jul 2017*
157159

158160
* emd* and sinkhorn* are now performed in parallel for multiple target distributions
@@ -173,32 +175,30 @@ This release contains a lot of contribution from new contributors.
173175

174176

175177

176-
## V0.1.11 New years resolution
178+
## 0.1.11
177179
*5 Jan 2017*
178180

179181
* Add sphinx gallery for better documentation
180182
* Small efficiency tweak in sinkhorn
181183
* Add simple tic() toc() functions for timing
182184

183185

184-
## V0.1.10
186+
## 0.1.10
185187
*7 Nov 2016*
186188
* numerical stabilization for sinkhorn (log domain and epsilon scaling)
187189

188-
## V0.1.9 DA classes and mapping
190+
## 0.1.9
189191
*4 Nov 2016*
190192

191193
* Update classes and examples for domain adaptation
192194
* Joint OT matrix and mapping estimation
193195

194-
## V0.1.7
196+
## 0.1.7
195197
*31 Oct 2016*
196198

197199
* Original Domain adaptation classes
198200

199-
200-
201-
## PyPI version 0.1.3
201+
## 0.1.3
202202

203203
* pipy works
204204

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ def __getattr__(cls, name):
311311
# (source start file, target name, title, author,
312312
# dir menu entry, description, category)
313313
texinfo_documents = [
314-
(master_doc, 'POT', u'POT Python Optimal Transport library Documentation',
315-
author, 'POT', 'Python Optimal Transport library',
314+
(master_doc, 'POT', u'POT Python Optimal Transport',
315+
author, 'POT', 'Python Optimal Transport',
316316
'Miscellaneous'),
317317
]
318318

@@ -339,7 +339,7 @@ def __getattr__(cls, name):
339339
'examples_dirs': ['../../examples', '../../examples/da'],
340340
'gallery_dirs': 'auto_examples',
341341
'backreferences_dir': '../modules/generated/',
342+
'doc_module' : ('ot'),
342343
'reference_url': {
343-
'numpy': 'http://docs.scipy.org/doc/numpy-1.9.1',
344-
'scipy': 'http://docs.scipy.org/doc/scipy-0.17.0/reference'}
344+
'ot': None}
345345
}

0 commit comments

Comments
 (0)