Skip to content

Commit 3fff90e

Browse files
authored
[WIP] Set dev version and add minigallery to quick start guide (#334)
* change version and add minigallery in quickstart guide * remove ot.gpu from documentation because it is deprecated and bacckends should be used * start 0.8.2dev and description in releases.md * typo for gallery sinkhorn2 * test better doc update for files in .githib folder
1 parent be0ed1d commit 3fff90e

File tree

8 files changed

+96
-140
lines changed

8 files changed

+96
-140
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
107107
cd master
108108
cp -a /tmp/build/html/* .;
109-
cp -a /tmp/build/html/.github .github;
109+
cp -a /tmp/build/html/.github/* .github/;
110110
touch .nojekyll;
111111
git add -A;
112-
git add -f .github/*.html ;
112+
git add -f .github/* ;
113113
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
114114
git push origin master;
115115
else
@@ -146,10 +146,10 @@ jobs:
146146
git clean -xdf
147147
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
148148
cp -a /tmp/build/html/* .;
149-
cp -a /tmp/build/html/.github .github;
149+
cp -a /tmp/build/html/.github/* .github/;
150150
touch .nojekyll;
151151
git add -A;
152-
git add -f .github/*.html ;
152+
git add -f .github/* ;
153153
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
154154
git push origin master;
155155

RELEASES.md

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

3+
## 0.8.2dev Development
4+
5+
#### New features
6+
7+
- Better list of related examples in quick start guide with `minigallery` (PR #334)
38

49
## 0.8.1.0
510
*December 2021*

docs/source/all.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ API and modules
2020
gromov
2121
optim
2222
da
23-
gpu
2423
dr
2524
utils
2625
datasets
-298 KB
Binary file not shown.
-36.3 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def __getattr__(cls, name):
7474

7575
autosummary_generate = True
7676

77-
7877
napoleon_numpy_docstring = True
7978

8079
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)