Skip to content

Commit

Permalink
Autodeploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 14, 2024
1 parent 571e212 commit 19c7c4b
Show file tree
Hide file tree
Showing 56 changed files with 716 additions and 573 deletions.
2 changes: 1 addition & 1 deletion master/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cad4812d3937f6b7ee9473cd3e2894ee
config: 5ecd485f12b3d7a4203c9c055f46d485
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified master/.doctrees/advanced_guide/automl_pipeline.doctree
Binary file not shown.
Binary file modified master/.doctrees/advanced_guide/developers.doctree
Binary file not shown.
Binary file modified master/.doctrees/advanced_guide/events.doctree
Binary file not shown.
Binary file modified master/.doctrees/advanced_guide/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/advanced_guide/logging.doctree
Binary file not shown.
Binary file modified master/.doctrees/api/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/benchmark.doctree
Binary file not shown.
Binary file modified master/.doctrees/citing.doctree
Binary file not shown.
Binary file modified master/.doctrees/contributing/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/environment.pickle
Binary file not shown.
Binary file modified master/.doctrees/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/releases.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/examples.doctree
Binary file not shown.
Binary file not shown.
Binary file modified master/.doctrees/user_guide/examples/regression_example.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/examples/using_files_directly.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/hyperparameters.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/index.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/installation.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/related_packages.doctree
Binary file not shown.
Binary file modified master/.doctrees/user_guide/simple_features.doctree
Binary file not shown.
24 changes: 13 additions & 11 deletions master/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; gama 23.0.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<title>Overview: module code &mdash; gama 23.0.0.post1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />


<link rel="shortcut icon" href="../_static/Color-Transparent.svg"/>
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../_static/jquery.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=007ffa8e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
Expand All @@ -34,7 +36,7 @@
<img src="../_static/Logo-on-white-text-on-transparent.png" class="logo" alt="Logo"/>
</a>
<div class="version">
23.0.0
23.0.0.post1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -108,7 +110,7 @@ <h1>All modules for which code is available</h1>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2018-2023, Pieter Gijsbers.</p>
<p>&#169; Copyright 2018-2024, Pieter Gijsbers.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
4 changes: 4 additions & 0 deletions master/_sources/releases.rst.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

Version 23.0.0.post1
--------------

Fix scikit-learn to version <1.3, because GAMA uses scikit-learn internals that were changed from 1.4.

Version 23.0.0
--------------
Expand Down
24 changes: 23 additions & 1 deletion master/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -670,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -738,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion master/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
5 changes: 2 additions & 3 deletions master/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '23.0.0',
const DOCUMENTATION_OPTIONS = {
VERSION: '23.0.0.post1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions master/_static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, is available */
/* Non-minified version is copied as a separate JS file, if available */

/**
* Porter Stemmer
Expand Down
1 change: 1 addition & 0 deletions master/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
Expand Down
Loading

0 comments on commit 19c7c4b

Please sign in to comment.