Skip to content

Commit eeaffa0

Browse files
committed
Avocado Website Update
Avocado website updated according to designs provided lots of new content such as updated utils table. Many changes to the Main Avocado Framework Page included. Other repos such as Aexpect / VT links point to their repo. Signed-off-by: Harvey Lynden <[email protected]>
1 parent 23d0056 commit eeaffa0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+6398
-1812
lines changed

CREDITS

Lines changed: 0 additions & 6 deletions
This file was deleted.

Gemfile

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
11+
gem "minima", "~> 2.5"
12+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
13+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
14+
gem "github-pages", group: :jekyll_plugins
15+
# If you have any plugins, put them here!
16+
group :jekyll_plugins do
17+
gem "jekyll-feed", "~> 0.12"
18+
end
19+
20+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
21+
# and associated library.
22+
platforms :mingw, :x64_mingw, :mswin, :jruby do
23+
gem "tzinfo", ">= 1", "< 3"
24+
gem "tzinfo-data"
25+
end
26+
27+
# Performance-booster for watching directories on Windows
28+
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
29+
30+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
31+
# do not have a Java counterpart.
32+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

Gemfile.lock

Lines changed: 313 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,313 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.2.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
12+
minitest (>= 5.1)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
17+
base64 (0.2.0)
18+
bigdecimal (3.1.8)
19+
coffee-script (2.4.1)
20+
coffee-script-source
21+
execjs
22+
coffee-script-source (1.12.2)
23+
colorator (1.1.0)
24+
commonmarker (0.23.10)
25+
concurrent-ruby (1.3.4)
26+
connection_pool (2.4.1)
27+
csv (3.3.0)
28+
dnsruby (1.72.2)
29+
simpleidn (~> 0.2.1)
30+
drb (2.2.1)
31+
em-websocket (0.5.3)
32+
eventmachine (>= 0.12.9)
33+
http_parser.rb (~> 0)
34+
ethon (0.16.0)
35+
ffi (>= 1.15.0)
36+
eventmachine (1.2.7)
37+
execjs (2.9.1)
38+
faraday (2.12.0)
39+
faraday-net_http (>= 2.0, < 3.4)
40+
json
41+
logger
42+
faraday-net_http (3.3.0)
43+
net-http
44+
ffi (1.17.0-aarch64-linux-gnu)
45+
ffi (1.17.0-aarch64-linux-musl)
46+
ffi (1.17.0-arm-linux-gnu)
47+
ffi (1.17.0-arm-linux-musl)
48+
ffi (1.17.0-arm64-darwin)
49+
ffi (1.17.0-x86-linux-gnu)
50+
ffi (1.17.0-x86-linux-musl)
51+
ffi (1.17.0-x86_64-darwin)
52+
ffi (1.17.0-x86_64-linux-gnu)
53+
ffi (1.17.0-x86_64-linux-musl)
54+
forwardable-extended (2.6.0)
55+
gemoji (4.1.0)
56+
github-pages (232)
57+
github-pages-health-check (= 1.18.2)
58+
jekyll (= 3.10.0)
59+
jekyll-avatar (= 0.8.0)
60+
jekyll-coffeescript (= 1.2.2)
61+
jekyll-commonmark-ghpages (= 0.5.1)
62+
jekyll-default-layout (= 0.1.5)
63+
jekyll-feed (= 0.17.0)
64+
jekyll-gist (= 1.5.0)
65+
jekyll-github-metadata (= 2.16.1)
66+
jekyll-include-cache (= 0.2.1)
67+
jekyll-mentions (= 1.6.0)
68+
jekyll-optional-front-matter (= 0.3.2)
69+
jekyll-paginate (= 1.1.0)
70+
jekyll-readme-index (= 0.3.0)
71+
jekyll-redirect-from (= 0.16.0)
72+
jekyll-relative-links (= 0.6.1)
73+
jekyll-remote-theme (= 0.4.3)
74+
jekyll-sass-converter (= 1.5.2)
75+
jekyll-seo-tag (= 2.8.0)
76+
jekyll-sitemap (= 1.4.0)
77+
jekyll-swiss (= 1.0.0)
78+
jekyll-theme-architect (= 0.2.0)
79+
jekyll-theme-cayman (= 0.2.0)
80+
jekyll-theme-dinky (= 0.2.0)
81+
jekyll-theme-hacker (= 0.2.0)
82+
jekyll-theme-leap-day (= 0.2.0)
83+
jekyll-theme-merlot (= 0.2.0)
84+
jekyll-theme-midnight (= 0.2.0)
85+
jekyll-theme-minimal (= 0.2.0)
86+
jekyll-theme-modernist (= 0.2.0)
87+
jekyll-theme-primer (= 0.6.0)
88+
jekyll-theme-slate (= 0.2.0)
89+
jekyll-theme-tactile (= 0.2.0)
90+
jekyll-theme-time-machine (= 0.2.0)
91+
jekyll-titles-from-headings (= 0.5.3)
92+
jemoji (= 0.13.0)
93+
kramdown (= 2.4.0)
94+
kramdown-parser-gfm (= 1.1.0)
95+
liquid (= 4.0.4)
96+
mercenary (~> 0.3)
97+
minima (= 2.5.1)
98+
nokogiri (>= 1.16.2, < 2.0)
99+
rouge (= 3.30.0)
100+
terminal-table (~> 1.4)
101+
webrick (~> 1.8)
102+
github-pages-health-check (1.18.2)
103+
addressable (~> 2.3)
104+
dnsruby (~> 1.60)
105+
octokit (>= 4, < 8)
106+
public_suffix (>= 3.0, < 6.0)
107+
typhoeus (~> 1.3)
108+
html-pipeline (2.14.3)
109+
activesupport (>= 2)
110+
nokogiri (>= 1.4)
111+
http_parser.rb (0.8.0)
112+
i18n (1.14.6)
113+
concurrent-ruby (~> 1.0)
114+
jekyll (3.10.0)
115+
addressable (~> 2.4)
116+
colorator (~> 1.0)
117+
csv (~> 3.0)
118+
em-websocket (~> 0.5)
119+
i18n (>= 0.7, < 2)
120+
jekyll-sass-converter (~> 1.0)
121+
jekyll-watch (~> 2.0)
122+
kramdown (>= 1.17, < 3)
123+
liquid (~> 4.0)
124+
mercenary (~> 0.3.3)
125+
pathutil (~> 0.9)
126+
rouge (>= 1.7, < 4)
127+
safe_yaml (~> 1.0)
128+
webrick (>= 1.0)
129+
jekyll-avatar (0.8.0)
130+
jekyll (>= 3.0, < 5.0)
131+
jekyll-coffeescript (1.2.2)
132+
coffee-script (~> 2.2)
133+
coffee-script-source (~> 1.12)
134+
jekyll-commonmark (1.4.0)
135+
commonmarker (~> 0.22)
136+
jekyll-commonmark-ghpages (0.5.1)
137+
commonmarker (>= 0.23.7, < 1.1.0)
138+
jekyll (>= 3.9, < 4.0)
139+
jekyll-commonmark (~> 1.4.0)
140+
rouge (>= 2.0, < 5.0)
141+
jekyll-default-layout (0.1.5)
142+
jekyll (>= 3.0, < 5.0)
143+
jekyll-feed (0.17.0)
144+
jekyll (>= 3.7, < 5.0)
145+
jekyll-gist (1.5.0)
146+
octokit (~> 4.2)
147+
jekyll-github-metadata (2.16.1)
148+
jekyll (>= 3.4, < 5.0)
149+
octokit (>= 4, < 7, != 4.4.0)
150+
jekyll-include-cache (0.2.1)
151+
jekyll (>= 3.7, < 5.0)
152+
jekyll-mentions (1.6.0)
153+
html-pipeline (~> 2.3)
154+
jekyll (>= 3.7, < 5.0)
155+
jekyll-optional-front-matter (0.3.2)
156+
jekyll (>= 3.0, < 5.0)
157+
jekyll-paginate (1.1.0)
158+
jekyll-readme-index (0.3.0)
159+
jekyll (>= 3.0, < 5.0)
160+
jekyll-redirect-from (0.16.0)
161+
jekyll (>= 3.3, < 5.0)
162+
jekyll-relative-links (0.6.1)
163+
jekyll (>= 3.3, < 5.0)
164+
jekyll-remote-theme (0.4.3)
165+
addressable (~> 2.0)
166+
jekyll (>= 3.5, < 5.0)
167+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
168+
rubyzip (>= 1.3.0, < 3.0)
169+
jekyll-sass-converter (1.5.2)
170+
sass (~> 3.4)
171+
jekyll-seo-tag (2.8.0)
172+
jekyll (>= 3.8, < 5.0)
173+
jekyll-sitemap (1.4.0)
174+
jekyll (>= 3.7, < 5.0)
175+
jekyll-swiss (1.0.0)
176+
jekyll-theme-architect (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-cayman (0.2.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-dinky (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-hacker (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-leap-day (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-merlot (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-midnight (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-minimal (0.2.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-seo-tag (~> 2.0)
200+
jekyll-theme-modernist (0.2.0)
201+
jekyll (> 3.5, < 5.0)
202+
jekyll-seo-tag (~> 2.0)
203+
jekyll-theme-primer (0.6.0)
204+
jekyll (> 3.5, < 5.0)
205+
jekyll-github-metadata (~> 2.9)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-theme-slate (0.2.0)
208+
jekyll (> 3.5, < 5.0)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-theme-tactile (0.2.0)
211+
jekyll (> 3.5, < 5.0)
212+
jekyll-seo-tag (~> 2.0)
213+
jekyll-theme-time-machine (0.2.0)
214+
jekyll (> 3.5, < 5.0)
215+
jekyll-seo-tag (~> 2.0)
216+
jekyll-titles-from-headings (0.5.3)
217+
jekyll (>= 3.3, < 5.0)
218+
jekyll-watch (2.2.1)
219+
listen (~> 3.0)
220+
jemoji (0.13.0)
221+
gemoji (>= 3, < 5)
222+
html-pipeline (~> 2.2)
223+
jekyll (>= 3.0, < 5.0)
224+
json (2.7.2)
225+
kramdown (2.4.0)
226+
rexml
227+
kramdown-parser-gfm (1.1.0)
228+
kramdown (~> 2.0)
229+
liquid (4.0.4)
230+
listen (3.9.0)
231+
rb-fsevent (~> 0.10, >= 0.10.3)
232+
rb-inotify (~> 0.9, >= 0.9.10)
233+
logger (1.6.1)
234+
mercenary (0.3.6)
235+
minima (2.5.1)
236+
jekyll (>= 3.5, < 5.0)
237+
jekyll-feed (~> 0.9)
238+
jekyll-seo-tag (~> 2.1)
239+
minitest (5.25.1)
240+
net-http (0.4.1)
241+
uri
242+
nokogiri (1.16.7-aarch64-linux)
243+
racc (~> 1.4)
244+
nokogiri (1.16.7-arm-linux)
245+
racc (~> 1.4)
246+
nokogiri (1.16.7-arm64-darwin)
247+
racc (~> 1.4)
248+
nokogiri (1.16.7-x86-linux)
249+
racc (~> 1.4)
250+
nokogiri (1.16.7-x86_64-darwin)
251+
racc (~> 1.4)
252+
nokogiri (1.16.7-x86_64-linux)
253+
racc (~> 1.4)
254+
octokit (4.25.1)
255+
faraday (>= 1, < 3)
256+
sawyer (~> 0.9)
257+
pathutil (0.16.2)
258+
forwardable-extended (~> 2.6)
259+
public_suffix (5.1.1)
260+
racc (1.8.1)
261+
rb-fsevent (0.11.2)
262+
rb-inotify (0.11.1)
263+
ffi (~> 1.0)
264+
rexml (3.3.8)
265+
rouge (3.30.0)
266+
rubyzip (2.3.2)
267+
safe_yaml (1.0.5)
268+
sass (3.7.4)
269+
sass-listen (~> 4.0.0)
270+
sass-listen (4.0.0)
271+
rb-fsevent (~> 0.9, >= 0.9.4)
272+
rb-inotify (~> 0.9, >= 0.9.7)
273+
sawyer (0.9.2)
274+
addressable (>= 2.3.5)
275+
faraday (>= 0.17.3, < 3)
276+
securerandom (0.3.1)
277+
simpleidn (0.2.3)
278+
terminal-table (1.8.0)
279+
unicode-display_width (~> 1.1, >= 1.1.1)
280+
typhoeus (1.4.1)
281+
ethon (>= 0.9.0)
282+
tzinfo (2.0.6)
283+
concurrent-ruby (~> 1.0)
284+
unicode-display_width (1.8.0)
285+
uri (0.13.1)
286+
webrick (1.8.2)
287+
288+
PLATFORMS
289+
aarch64-linux
290+
aarch64-linux-gnu
291+
aarch64-linux-musl
292+
arm-linux
293+
arm-linux-gnu
294+
arm-linux-musl
295+
arm64-darwin
296+
x86-linux
297+
x86-linux-gnu
298+
x86-linux-musl
299+
x86_64-darwin
300+
x86_64-linux-gnu
301+
x86_64-linux-musl
302+
303+
DEPENDENCIES
304+
github-pages
305+
http_parser.rb (~> 0.6.0)
306+
jekyll-feed (~> 0.12)
307+
minima (~> 2.5)
308+
tzinfo (>= 1, < 3)
309+
tzinfo-data
310+
wdm (~> 0.1)
311+
312+
BUNDLED WITH
313+
2.5.20

0 commit comments

Comments
 (0)