From 00655a4450652a956cf50c57f728ac189365b9fc Mon Sep 17 00:00:00 2001 From: gagolews Date: Mon, 11 Mar 2024 10:03:19 +1100 Subject: [PATCH] more --- .devel/generate_scores.py | 2 +- .devel/sphinx/_static/css/custom.css | 11 ++++++++--- .devel/sphinx/conf.py | 4 ++-- LICENSE | 2 +- setup.py | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.devel/generate_scores.py b/.devel/generate_scores.py index 1292b38..b2ac5ae 100755 --- a/.devel/generate_scores.py +++ b/.devel/generate_scores.py @@ -8,7 +8,7 @@ DOI: 10.1016/j.softx.2022.101270. -Copyright (C) 2023, Marek Gagolewski +Copyright (C) 2023-2024, Marek Gagolewski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/.devel/sphinx/_static/css/custom.css b/.devel/sphinx/_static/css/custom.css index 240011c..8bc41f4 100644 --- a/.devel/sphinx/_static/css/custom.css +++ b/.devel/sphinx/_static/css/custom.css @@ -1,17 +1,21 @@ /* -------------------------------------------------------------------------- - Copyleft (C) 2021-2023, Marek Gagolewski + Copyleft (C) 2021-2024, Marek Gagolewski -------------------------------------------------------------------------- */ @import url("fonts/Alegreya-fontspec.css"); @import url("fonts/ubuntu-fontspec.css"); +.katex { + font-size: inherit; +} + h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: Alegreya Sans,Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif; } body { - font-family: Lato,proxima-nova,Helvetica Neue,Arial,sans-serif; + font-family: Alegreya Sans,Lato,proxima-nova,Helvetica Neue,Arial,sans-serif; font-weight: 400; } @@ -128,7 +132,8 @@ p code.notranslate, p code.literal, p tt.literal { strong.command, strong.program, .rst-content code, .rst-content div[class^="highlight"] pre, .rst-content tt, .rst-content pre, pre, samp, kbd, code { font-family: Ubuntu Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace; -/* font-size: 90%; */ + letter-spacing: -0.15pt; + font-size: 95%; /* font-style: normal; */ } diff --git a/.devel/sphinx/conf.py b/.devel/sphinx/conf.py index 1d55de5..98460ca 100644 --- a/.devel/sphinx/conf.py +++ b/.devel/sphinx/conf.py @@ -1,4 +1,4 @@ -# Copyleft (C) 2020-2023, Marek Gagolewski +# Copyleft (C) 2020-2024, Marek Gagolewski # Configuration file for the Sphinx documentation builder. import sys, os @@ -12,7 +12,7 @@ pkg_name = "clustbench" pkg_title = "Clustering Benchmarks" pkg_version = clustbench.__version__ -copyright_year = '2020–2023' +copyright_year = '2020–2024' html_baseurl = "https://clustering-benchmarks.gagolewski.com/" html_logo = "https://www.gagolewski.com/_static/img/clustbench.png" html_favicon = "https://www.gagolewski.com/_static/img/clustbench.png" diff --git a/LICENSE b/LICENSE index d5c067b..5a77778 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ clustering-benchmarks package for Python -Copyleft (C) 2015-2023, Marek Gagolewski +Copyleft (C) 2015-2024, Marek Gagolewski This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License diff --git a/setup.py b/setup.py index 70bcb90..0194329 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # ############################################################################ # # # -# Copyleft (C) 2015-2023, Marek Gagolewski # +# Copyleft (C) 2015-2024, Marek Gagolewski # # # # # # This program is free software: you can redistribute it and/or modify #