Skip to content

Commit

Permalink
Rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Jan 8, 2025
1 parent cdb5cdb commit c715ad6
Showing 145 changed files with 1,996 additions and 1,512 deletions.
4 changes: 2 additions & 2 deletions docs/_build/html/C/.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: 9be5e82a2ad22e9a17dcfcb91ca0981e
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1c6d58f68f25491dc273f1d78da1d4ca
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/_build/html/C/.doctrees/coord_format.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/csc_format.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/install.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/lsmr.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/matrix_util.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/random.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/random_matrix.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/rutherford_boeing.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/scaling.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/ssids.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/ssmfe.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/ssmfe_core.doctree
Binary file not shown.
Binary file modified docs/_build/html/C/.doctrees/ssmfe_expert.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/C/_sources/install.rst.txt
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ the user documentation).

If no paper is listed, a citation of the SPRAL GitHub website should be used, for example:

SPRAL: an open-source library for sparse linear algebra, Version 2024-05-08, `<http://www.numerical.rl.ac.uk/spral>`_, May 2024.
SPRAL: an open-source library for sparse linear algebra, Version 2025-01-08, `<http://www.numerical.rl.ac.uk/spral>`_, January 2025.

Support
=======
4 changes: 2 additions & 2 deletions docs/_build/html/C/_sources/scaling.rst.txt
Original file line number Diff line number Diff line change
@@ -328,7 +328,7 @@ Routines
.. c:function:: void spral_scaling_equilib_sym(int n, const int *ptr, const int *row, const double *val, double *scaling, const struct spral_scaling_equilib_options *options, struct spral_scaling_equilib_inform *inform)
Find a matching-based symmetric scaling using the norm-equilibration
Find a symmetric scaling using the norm-equilibration
algorithm.
The scaled matrix is such that the infinity norm of each row and column are
@@ -348,7 +348,7 @@ Routines
.. c:function:: void spral_scaling_equilib_unsym(int m, int n, const int *ptr, const int *row, const double *val, double *rscaling, double *cscaling, const struct spral_scaling_equilib_options *options, struct spral_scaling_equilib_inform *inform)
Find a matching-based unsymmetric scaling using the norm-equilibration
Find an unsymmetric scaling using the norm-equilibration
algorithm.
The scaled matrix is such that the infinity norm of each row and column are
37 changes: 24 additions & 13 deletions docs/_build/html/C/_static/basic.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
/* -- search page ----------------------------------------------------------- */

ul.search {
margin: 10px 0 0 20px;
padding: 0;
margin-top: 10px;
}

ul.search li {
padding: 5px 0 5px 20px;
background-image: url(file.png);
background-repeat: no-repeat;
background-position: 0 7px;
padding: 5px 0;
}

ul.search li a {
@@ -237,6 +226,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
@@ -670,6 +663,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;
@@ -738,6 +741,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 {
2 changes: 1 addition & 1 deletion docs/_build/html/C/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/_build/html/C/_static/css/theme.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions docs/_build/html/C/_static/doctools.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/*
* doctools.js
* ~~~~~~~~~~~
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
"use strict";

5 changes: 2 additions & 3 deletions docs/_build/html/C/_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: 'v2024-05-08 [C]',
const DOCUMENTATION_OPTIONS = {
VERSION: 'v2025-01-08 [C]',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/C/_static/js/html5shiv-printshiv.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions docs/_build/html/C/_static/js/html5shiv.min.js

This file was deleted.

Loading

0 comments on commit c715ad6

Please sign in to comment.