mirror of https://github.com/msberends/AMR.git
website fix
This commit is contained in:
parent
2d90218305
commit
d2ceebe376
|
@ -1,6 +1,6 @@
|
|||
Package: AMR
|
||||
Version: 1.8.2.9044
|
||||
Date: 2022-11-05
|
||||
Version: 1.8.2.9045
|
||||
Date: 2022-11-07
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||
data analysis and to work with microbial and antimicrobial properties by
|
||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -1,4 +1,4 @@
|
|||
# AMR 1.8.2.9044
|
||||
# AMR 1.8.2.9045
|
||||
|
||||
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ $(document).ready(function() {
|
|||
|
||||
// Replace 'Developers' with 'Maintainers' on the main page, and "Contributors" on the Authors page
|
||||
$(".developers h2").text("Maintainers");
|
||||
$(".citation h2").text("Contributors");
|
||||
$(".citation h2:first").text("All contributors");
|
||||
|
||||
// replace \donttest and \dontrun texts in Examples
|
||||
if ($("#ref-examples ~ div pre").length > 0) {
|
||||
|
|
Loading…
Reference in New Issue