Skip to content

Commit

Permalink
Deploying to main from @ amaranth-lang/amaranth@dacbd9d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Oct 20, 2023
1 parent a455eee commit 191070c
Show file tree
Hide file tree
Showing 66 changed files with 227 additions and 13,174 deletions.
2 changes: 1 addition & 1 deletion docs/amaranth/latest/.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: 3680f1f319f224e49ec3dcfabd1a580e
config: 3d5765ff0b6ea9faa4cabbee23ade638
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/amaranth/latest/.doctrees/changes.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/contrib.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/cover.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/install.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/intro.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/lang.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform/gowin.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform/intel.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform/lattice-ecp5.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform/lattice-ice40.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform/quicklogic.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/platform/xilinx.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/start.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/cdc.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/coding.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/crc.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/crc/catalog.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/data.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/enum.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/stdlib/fifo.doctree
Binary file not shown.
Binary file modified docs/amaranth/latest/.doctrees/tutorial.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
/*
* _sphinx_javascript_frameworks_compat.js
* ~~~~~~~~~~
*
* Compatability shim for jQuery and underscores.js.
*
* WILL BE REMOVED IN Sphinx 6.0
* xref RemovedInSphinx60Warning
/* Compatability shim for jQuery and underscores.js.
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* select a different prefix for underscore
*/
$u = _.noConflict();


/**
* small helper function to urldecode strings
*
Expand Down
23 changes: 22 additions & 1 deletion docs/amaranth/latest/_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-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -324,13 +324,15 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
Expand Down Expand Up @@ -606,6 +608,7 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
float: left;
Expand Down Expand Up @@ -667,6 +670,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 @@ -735,6 +748,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 docs/amaranth/latest/_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-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/amaranth/latest/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.4.dev221',
VERSION: '0.4.dev222',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading

0 comments on commit 191070c

Please sign in to comment.