Skip to content

Commit

Permalink
Update: improve accessibility of the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tiskw committed Oct 22, 2023
1 parent e1937a7 commit d813119
Show file tree
Hide file tree
Showing 11 changed files with 183 additions and 37 deletions.
17 changes: 15 additions & 2 deletions docs/api_reference.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
17 changes: 15 additions & 2 deletions docs/api_reference_RFFBatchSVC.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFBatchSVC</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
18 changes: 16 additions & 2 deletions docs/api_reference_RFFCCA.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFCCA</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
17 changes: 15 additions & 2 deletions docs/api_reference_RFFGPC.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFGPC</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
17 changes: 15 additions & 2 deletions docs/api_reference_RFFGPR.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFGPR</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
17 changes: 15 additions & 2 deletions docs/api_reference_RFFPCA.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFPCA</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
16 changes: 15 additions & 1 deletion docs/api_reference_RFFRegression.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,42 @@
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFRegression</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
17 changes: 15 additions & 2 deletions docs/api_reference_RFFSVC.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,42 @@
<!doctype html>
<html lang="en" data-bs-theme="light">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="User's manual for RFFLearn, a library for random Fourier feature based ML models">
<meta name="keywords" content="random Fourier features,rff,fast machine learning,Tetsuya Ishikawa">
<meta name="robots" content="index,follow" />
<meta name="author" content="Tetsuya Ishikawa, tiskw111@gmail.com">
<link rel="icon" href="./images/logo-short.svg">

<title>RFFLearn: User's Manual - API Reference - RFFSVC</title>

<!-- Load FontAwesome -->
<link rel="preload" as="style" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" crossorigin>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" media="print" onload="this.media='all'">

<!-- Load Google's webfont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

<!-- Load Highlight JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atelier-forest-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>

<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css">

<!-- Custom styles for this page -->
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>

<body>

<!-- Header -->
<header>
<div class="container mx-auto"><div class="row">
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;"></p>
<p class="text-center"><img src="./images/logo_long.svg" style="width:640px;" alt="rfflearn_logo"></p>
</div></div>
</header>

Expand Down
Loading

0 comments on commit d813119

Please sign in to comment.