Skip to content

Commit 7eb85e5

Browse files
changelog: fix formatting
1 parent 6ca9bb2 commit 7eb85e5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ v0.4.0 (released 04/10/2022)
1111
----------------------------
1212

1313
This is a minor release with a couple of new features added:
14+
1415
* ``libsemigroups`` constants ``POSITIVE_INFINITY``, ``NEGATIVE_INFINITY``, and
1516
``UNDEFINED`` are properly supported;
1617
* ``libsemigroups::matrix_helper::pow`` is added as a method for ``__pow__``
1718
for some types of matrices (those not defined over a runtime semiring);
19+
1820
and some minor improvements (the tests now use ``pytest`` exclusively).
1921

2022
v0.3.0 (released 29/09/2022)

etc/deploy-doc.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#!/bin/bash
22
set -e
33

4+
if ! [[ -d "gh-pages" ]] ; then
5+
echo -e "Error, the \"gh-pages\" directory is not present:"
6+
echo -e "git clone --branch=gh-pages git@github.com:libsemigroups/libsemigroups_pybind11.git gh-pages"
7+
exit 1
8+
fi
9+
410
printf "\033[0;32mDeploying updates to GitHub...\033[0m\n"
511

612
make clean-doc # to remove old doc files

0 commit comments

Comments
 (0)