Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-11, macos-10]
python-version: [3.8, 3.9]

steps:
Expand Down
318 changes: 33 additions & 285 deletions README.md

Large diffs are not rendered by default.

Binary file modified docs/build/doctrees/addRules.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/coding_style.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/contribution.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/dev.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/dev_index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/install.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This guide will explain how to set up Quark, use it, and customize it.
install_index
quark_script
quark_mit_program
quark_reports
addRules
rule_generation
integration
Expand Down
47 changes: 24 additions & 23 deletions docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
Expand Down Expand Up @@ -334,11 +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 {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -377,13 +371,17 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -608,19 +606,26 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}
dl.footnote > dt,
dl.citation > dt {
aside.footnote > span,
div.citation > span {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {
content: "";
clear: both;
}
Expand All @@ -636,10 +641,6 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}
dl.field-list > dt:after {
content: ":";
}


dl.field-list > dd {
padding-left: 0.5em;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/css/badge_only.css

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

4 changes: 2 additions & 2 deletions docs/build/html/_static/css/theme.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions docs/build/html/addRules.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Add Rules &mdash; quark-engine v22.10.3 documentation</title>
Expand All @@ -21,7 +21,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Rule Generation" href="rule_generation.html" />
<link rel="prev" title="Quark MIT Program" href="quark_mit_program.html" />
<link rel="prev" title="Quark Report" href="quark_reports.html" />
</head>

<body class="wy-body-for-nav">
Expand All @@ -45,6 +45,7 @@
<li class="toctree-l1"><a class="reference internal" href="install_index.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_script.html">Quark Script</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_mit_program.html">Quark MIT Program</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_reports.html">Quark Report</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Add Rules</a></li>
<li class="toctree-l1"><a class="reference internal" href="rule_generation.html">Rule Generation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
Expand All @@ -70,8 +71,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">Add Rules</li>
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>Add Rules</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/addRules.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down Expand Up @@ -202,7 +203,7 @@ <h1>Add Rules<a class="headerlink" href="#add-rules" title="Permalink to this he
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="quark_mit_program.html" class="btn btn-neutral float-left" title="Quark MIT Program" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="quark_reports.html" class="btn btn-neutral float-left" title="Quark Report" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="rule_generation.html" class="btn btn-neutral float-right" title="Rule Generation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
9 changes: 5 additions & 4 deletions docs/build/html/coding_style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coding Style &mdash; quark-engine v22.10.3 documentation</title>
Expand Down Expand Up @@ -45,6 +45,7 @@
<li class="toctree-l1"><a class="reference internal" href="install_index.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_script.html">Quark Script</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_mit_program.html">Quark MIT Program</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_reports.html">Quark Report</a></li>
<li class="toctree-l1"><a class="reference internal" href="addRules.html">Add Rules</a></li>
<li class="toctree-l1"><a class="reference internal" href="rule_generation.html">Rule Generation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
Expand Down Expand Up @@ -94,9 +95,9 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item"><a href="dev_index.html">Development</a></li>
<li class="breadcrumb-item active">Coding Style</li>
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="dev_index.html">Development</a> &raquo;</li>
<li>Coding Style</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/coding_style.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down
18 changes: 4 additions & 14 deletions docs/build/html/contribution.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contribution &mdash; quark-engine v22.10.3 documentation</title>
Expand Down Expand Up @@ -45,6 +45,7 @@
<li class="toctree-l1"><a class="reference internal" href="install_index.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_script.html">Quark Script</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_mit_program.html">Quark MIT Program</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_reports.html">Quark Report</a></li>
<li class="toctree-l1"><a class="reference internal" href="addRules.html">Add Rules</a></li>
<li class="toctree-l1"><a class="reference internal" href="rule_generation.html">Rule Generation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
Expand Down Expand Up @@ -76,8 +77,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">Contribution</li>
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>Contribution</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/contribution.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down Expand Up @@ -106,10 +107,6 @@ <h2>Different stages of core members<a class="headerlink" href="#different-stage
<section id="core-members">
<h2>Core members<a class="headerlink" href="#core-members" title="Permalink to this heading"></a></h2>
<table class="docutils align-default">
<colgroup>
<col style="width: 14%" />
<col style="width: 86%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Name</p></th>
<th class="head"><p>Contribution</p></th>
Expand Down Expand Up @@ -140,10 +137,6 @@ <h2>Core members<a class="headerlink" href="#core-members" title="Permalink to t
<section id="alumni">
<h2>Alumni<a class="headerlink" href="#alumni" title="Permalink to this heading"></a></h2>
<table class="docutils align-default">
<colgroup>
<col style="width: 14%" />
<col style="width: 86%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Name</p></th>
<th class="head"><p>Contribution</p></th>
Expand Down Expand Up @@ -176,9 +169,6 @@ <h2>Consultants<a class="headerlink" href="#consultants" title="Permalink to thi
<p>Consultant is the one who is important to this project and
shows great support to our engine.</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 100%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Consultant</p></th>
</tr>
Expand Down
9 changes: 5 additions & 4 deletions docs/build/html/dev.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Development Notes &mdash; quark-engine v22.10.3 documentation</title>
Expand Down Expand Up @@ -45,6 +45,7 @@
<li class="toctree-l1"><a class="reference internal" href="install_index.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_script.html">Quark Script</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_mit_program.html">Quark MIT Program</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_reports.html">Quark Report</a></li>
<li class="toctree-l1"><a class="reference internal" href="addRules.html">Add Rules</a></li>
<li class="toctree-l1"><a class="reference internal" href="rule_generation.html">Rule Generation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
Expand Down Expand Up @@ -80,9 +81,9 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item"><a href="dev_index.html">Development</a></li>
<li class="breadcrumb-item active">Development Notes</li>
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="dev_index.html">Development</a> &raquo;</li>
<li>Development Notes</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/dev.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down
7 changes: 4 additions & 3 deletions docs/build/html/dev_index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Development &mdash; quark-engine v22.10.3 documentation</title>
Expand Down Expand Up @@ -45,6 +45,7 @@
<li class="toctree-l1"><a class="reference internal" href="install_index.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_script.html">Quark Script</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_mit_program.html">Quark MIT Program</a></li>
<li class="toctree-l1"><a class="reference internal" href="quark_reports.html">Quark Report</a></li>
<li class="toctree-l1"><a class="reference internal" href="addRules.html">Add Rules</a></li>
<li class="toctree-l1"><a class="reference internal" href="rule_generation.html">Rule Generation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
Expand Down Expand Up @@ -74,8 +75,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">Development</li>
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>Development</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/dev_index.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down
Loading