Skip to content

Commit 9cf4d48

Browse files
committed
fixed bad links to stack in version 0.30 changelog
1 parent 099cc4a commit 9cf4d48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/changes/version_0_30.rst.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Miscellaneous improvements
127127
* implemented the same "simpler pattern language" in :py:obj:`Axis.matching()` and :py:obj:`Group.matching()` than in
128128
:py:obj:`Session.filter()`, in addition to regular expressions (which now require using the ``regexp`` argument).
129129

130-
* py:obj:`stack()` can now stack along several axes at once (closes :issue:`56`).
130+
* :py:obj:`stack()` can now stack along several axes at once (closes :issue:`56`).
131131

132132
>>> country = Axis('country=BE,FR,DE')
133133
>>> gender = Axis('gender=M,F')
@@ -143,11 +143,11 @@ Miscellaneous improvements
143143
FR 2 3
144144
DE 4 5
145145

146-
* py:obj:`stack()` using a dictionary as elements can now use a simple axis name instead of requiring a full axis
146+
* :py:obj:`stack()` using a dictionary as elements can now use a simple axis name instead of requiring a full axis
147147
object. This will print a warning on Python < 3.7 though because the ordering of labels is not guaranteed in
148148
that case. Closes :issue:`755` and :issue:`581`.
149149

150-
* py:obj:`stack()` using keyword arguments can now use a simple axis name instead of requiring a full axis
150+
* :py:obj:`stack()` using keyword arguments can now use a simple axis name instead of requiring a full axis
151151
object, even on Python < 3.6. This will print a warning though because the ordering of labels is not guaranteed in
152152
that case.
153153

0 commit comments

Comments
 (0)