Skip to content

Commit

Permalink
About to release v0.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Mar 5, 2019
1 parent cef4254 commit c12b6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.11.18
========
- Support for ew_ele in pycvodes when using native wrappers

v0.11.17
========
- Support for constraints in pycvodes when using sundials >=3.2
Expand Down
3 changes: 2 additions & 1 deletion scripts/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
NARGS=$#
PKG=$(find . -maxdepth 2 -name __init__.py -print0 | xargs -0 -n1 dirname | xargs basename)
AUTHOR=$(head -n 1 AUTHORS)
sphinx-apidoc --full --force -A "$AUTHOR" --module-first --doc-version=$(python setup.py --version) -F -o doc $PKG/ $(find . -type d -name tests)
set -x
${PYTHON:-python3} $(which sphinx-apidoc) --full --force -A "$AUTHOR" --module-first --doc-version=$(python setup.py --version) -F -o doc $PKG/ $(find . -type d -name tests)
#sed -i 's/Contents/.. include:: ..\/README.rst\n\nContents/g' doc/index.rst
#echo ".. include:: ../README.rst" >>doc/index.rst
cat <<EOF >>doc/index.rst
Expand Down

0 comments on commit c12b6c5

Please sign in to comment.