-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
55 changed files
with
2,101 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 | ||
with: | ||
java-version: '17' | ||
distribution: 'temurin' | ||
|
@@ -25,6 +25,6 @@ jobs: | |
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive | ||
- name: Update dependency graph | ||
continue-on-error: true | ||
uses: advanced-security/[email protected].2 | ||
uses: advanced-security/maven-dependency-submission-action@fcd7eab6b6d22946badc98d1e62665cdee93e0ae # v3.0.3 | ||
with: | ||
directory: '/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Read the Docs configuration file for Sphinx projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
version: 2 | ||
|
||
formats: | ||
- htmlzip | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
alabaster==0.7.13 | ||
Babel==2.12.1 | ||
beautifulsoup4==4.12.2 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.2.0 | ||
colorama==0.4.6 | ||
docutils==0.20.1 | ||
idna==3.4 | ||
imagesize==1.4.1 | ||
Jinja2==3.1.2 | ||
markdown-it-py==3.0.0 | ||
MarkupSafe==2.1.3 | ||
mdit-py-plugins==0.4.0 | ||
mdurl==0.1.2 | ||
myst-parser==2.0.0 | ||
packaging==23.1 | ||
piccolo-theme==0.17.0 | ||
Pygments==2.16.1 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.4.1 | ||
Sphinx==7.2.5 | ||
sphinx-basic-ng==1.0.0b2 | ||
sphinxcontrib-applehelp==1.0.7 | ||
sphinxcontrib-devhelp==1.0.5 | ||
sphinxcontrib-htmlhelp==2.0.4 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.6 | ||
sphinxcontrib-serializinghtml==1.1.9 | ||
urllib3==2.0.4 | ||
alabaster>=0.7.13 | ||
Babel>=2.12.1 | ||
beautifulsoup4>=4.12.2 | ||
certifi>=2023.7.22 | ||
charset-normalizer>=3.2.0 | ||
colorama>=0.4.6 | ||
docutils>=0.20.1 | ||
idna>=3.4 | ||
imagesize>=1.4.1 | ||
Jinja2>=3.1.2 | ||
markdown-it-py>=3.0.0 | ||
MarkupSafe>=2.1.3 | ||
mdit-py-plugins>=0.4.0 | ||
mdurl>=0.1.2 | ||
myst-parser>=2.0.0 | ||
packaging>=23.1 | ||
piccolo-theme>=0.17.0 | ||
Pygments>=2.16.1 | ||
PyYAML>=6.0.1 | ||
requests>=2.31.0 | ||
snowballstemmer>=2.2.0 | ||
soupsieve>=2.4.1 | ||
Sphinx>=7.2.5 | ||
sphinx-basic-ng>=1.0.0b2 | ||
sphinxcontrib-applehelp>=1.0.7 | ||
sphinxcontrib-devhelp>=1.0.5 | ||
sphinxcontrib-htmlhelp>=2.0.4 | ||
sphinxcontrib-jsmath>=1.0.1 | ||
sphinxcontrib-qthelp>=1.0.6 | ||
sphinxcontrib-serializinghtml>=1.1.9 | ||
urllib3>=2.0.4 | ||
git+https://github.com/Kristinita/PygmentsCSVLexer.git@e3994efbf2058cd3f141edc869b37b84530eb61c |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* | ||
* Copyright (c) 2023 Contributors to the Eclipse Foundation. | ||
* | ||
* This program and the accompanying materials are made | ||
* available under the terms of the Eclipse Public License 2.0 | ||
* which is available at https://www.eclipse.org/legal/epl-2.0/ | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* Kentyou - initial implementation | ||
*/ | ||
|
||
/* Custom styles for use in the documentation */ | ||
|
||
/* Float on the right hand side */ | ||
.float-right { | ||
float: right; | ||
} | ||
|
||
/* Push down to clear a right-hand float */ | ||
.clear-right { | ||
clear: right; | ||
} | ||
|
||
/* Display as a centred block */ | ||
.block-center { | ||
display: block; | ||
margin: auto; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends "!layout.html" %} | ||
|
||
{% set css_files = css_files + ["_static/css/style.css"] %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.