Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 0.10.1.rel
  • Loading branch information
annoviko committed Nov 24, 2020
2 parents 384baeb + 6916a6a commit 878c199
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ Illustrations
:target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/master
.. |Coverage Status| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=master&ts=1
:target: https://coveralls.io/github/annoviko/pyclustering?branch=master
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1491324.svg
:target: https://doi.org/10.5281/zenodo.1491324
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4280556.svg
:target: https://doi.org/10.5281/zenodo.4280556
.. |PyPi| image:: https://badge.fury.io/py/pyclustering.svg
:target: https://badge.fury.io/py/pyclustering
.. |Build Status Linux MacOS 0.10.dev| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.10.dev
Expand Down
1 change: 1 addition & 0 deletions ci/github-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ run_pypi_install_job() {
print_info "Install 'setuptools' for pip3."

sudo apt-get install -qq python3-pip
sudo apt-get install -qq python3-setuptools

print_info "Install 'pyclustering' from PyPi."

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen_conf_ccore
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ TREEVIEW_WIDTH = 250
EXT_LINKS_IN_WINDOW = NO
FORMULA_FONTSIZE = 10
FORMULA_TRANSPARENT = YES
USE_MATHJAX = NO
USE_MATHJAX = YES
MATHJAX_FORMAT = HTML-CSS
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS =
Expand Down
18 changes: 9 additions & 9 deletions docs/doxygen_conf_pyclustering
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = ""
PROJECT_NUMBER =
PROJECT_BRIEF =
PROJECT_LOGO = docs/logo/pyclustering_logo_01_small.png
PROJECT_NAME = "pyclustering"
PROJECT_NUMBER = 0.10.1
PROJECT_BRIEF = "pyclustring is a Python, C++ data mining library."
PROJECT_LOGO = docs/logo/pyclustering_logo_02.png
OUTPUT_DIRECTORY = doxygen_python_docs
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
Expand All @@ -25,7 +25,7 @@ QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 8
TAB_SIZE = 4
ALIASES =
TCL_SUBST =
OPTIMIZE_OUTPUT_FOR_C = NO
Expand Down Expand Up @@ -227,19 +227,19 @@ QHP_SECT_FILTER_ATTRS =
QHG_LOCATION =
GENERATE_ECLIPSEHELP = NO
ECLIPSE_DOC_ID = org.doxygen.Project
DISABLE_INDEX = NO
DISABLE_INDEX = YES
GENERATE_TREEVIEW = YES
ENUM_VALUES_PER_LINE = 4
TREEVIEW_WIDTH = 250
EXT_LINKS_IN_WINDOW = NO
FORMULA_FONTSIZE = 10
FORMULA_TRANSPARENT = YES
USE_MATHJAX = NO
USE_MATHJAX = YES
MATHJAX_FORMAT = HTML-CSS
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS =
MATHJAX_CODEFILE =
SEARCHENGINE = YES
SEARCHENGINE = NO
SERVER_BASED_SEARCH = YES
EXTERNAL_SEARCH = NO
SEARCHENGINE_URL =
Expand Down Expand Up @@ -359,4 +359,4 @@ MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = NO
DOT_MULTI_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = NO
DOT_CLEANUP = NO
Binary file modified docs/logo/pyclustering_logo_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 878c199

Please sign in to comment.