Skip to content

Commit 96d7db0

Browse files
authored
Republish all the specifications after GP assumed governance for the PSA Certified evaluation scheme (#302)
1 parent 3c335e4 commit 96d7db0

457 files changed

Lines changed: 15079 additions & 119859 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Loading

docs/attestation/1.0/_images/Arm_logo_blue_RGB.svg

Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Loading

docs/attestation/1.0/_static/Arm_logo_blue_RGB.svg

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

docs/attestation/1.0/_static/alabaster.css

Lines changed: 55 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url("basic.css");
2-
31
/* -- page layout ----------------------------------------------------------- */
42

53
body {
@@ -69,6 +67,11 @@ div.relations {
6967
}
7068

7169

70+
div.sphinxsidebar {
71+
max-height: 100%;
72+
overflow-y: auto;
73+
}
74+
7275
div.sphinxsidebar a {
7376
color: #444;
7477
text-decoration: none;
@@ -155,6 +158,14 @@ div.sphinxsidebar input {
155158
font-size: 1em;
156159
}
157160

161+
div.sphinxsidebar #searchbox {
162+
margin: 1em 0;
163+
}
164+
165+
div.sphinxsidebar .search > div {
166+
display: table-cell;
167+
}
168+
158169
div.sphinxsidebar hr {
159170
border: none;
160171
height: 1px;
@@ -250,10 +261,6 @@ div.admonition p.last {
250261
margin-bottom: 0;
251262
}
252263

253-
div.highlight {
254-
background-color: #fff;
255-
}
256-
257264
dt:target, .highlight {
258265
background: #FAF3E8;
259266
}
@@ -419,7 +426,9 @@ table.footnote td {
419426
}
420427

421428
dl {
422-
margin: 0;
429+
margin-left: 0;
430+
margin-right: 0;
431+
margin-top: 0;
423432
padding: 0;
424433
}
425434

@@ -439,7 +448,7 @@ ul, ol {
439448
}
440449

441450
pre {
442-
background: #EEE;
451+
background: unset;
443452
padding: 7px 30px;
444453
margin: 15px 0px;
445454
line-height: 1.3em;
@@ -470,15 +479,15 @@ a.reference {
470479
border-bottom: 1px dotted #004B6B;
471480
}
472481

482+
a.reference:hover {
483+
border-bottom: 1px solid #6D4100;
484+
}
485+
473486
/* Don't put an underline on images */
474487
a.image-reference, a.image-reference:hover {
475488
border-bottom: none;
476489
}
477490

478-
a.reference:hover {
479-
border-bottom: 1px solid #6D4100;
480-
}
481-
482491
a.footnote-reference {
483492
text-decoration: none;
484493
font-size: 0.7em;
@@ -493,69 +502,12 @@ a.footnote-reference:hover {
493502
a:hover tt, a:hover code {
494503
background: #EEE;
495504
}
496-
497-
498-
@media screen and (max-width: 870px) {
499-
500-
div.sphinxsidebar {
501-
display: none;
502-
}
503-
504-
div.document {
505-
width: 100%;
506-
507-
}
508-
509-
div.documentwrapper {
510-
margin-left: 0;
511-
margin-top: 0;
512-
margin-right: 0;
513-
margin-bottom: 0;
514-
}
515-
516-
div.bodywrapper {
517-
margin-top: 0;
518-
margin-right: 0;
519-
margin-bottom: 0;
520-
margin-left: 0;
521-
}
522-
523-
ul {
524-
margin-left: 0;
525-
}
526-
527-
li > ul {
528-
/* Matches the 30px from the "ul, ol" selector above */
529-
margin-left: 30px;
530-
}
531-
532-
.document {
533-
width: auto;
534-
}
535-
536-
.footer {
537-
width: auto;
538-
}
539-
540-
.bodywrapper {
541-
margin: 0;
542-
}
543-
544-
.footer {
545-
width: auto;
546-
}
547-
548-
.github {
549-
display: none;
550-
}
551-
552-
553-
505+
div.sphinxsidebar {
506+
position: fixed;
507+
margin-left: 0;
554508
}
555509

556-
557-
558-
@media screen and (max-width: 875px) {
510+
@media screen and (max-width: 940px) {
559511

560512
body {
561513
margin: 0;
@@ -565,13 +517,18 @@ a:hover tt, a:hover code {
565517
div.documentwrapper {
566518
float: none;
567519
background: #fff;
520+
margin-left: 0;
521+
margin-top: 0;
522+
margin-right: 0;
523+
margin-bottom: 0;
568524
}
569525

570526
div.sphinxsidebar {
571527
display: block;
572528
float: none;
573-
width: 102.5%;
574-
margin: 50px -30px -20px -30px;
529+
width: unset;
530+
margin: -20px -30px 20px -30px;
531+
position: static;
575532
padding: 10px 20px;
576533
background: #333;
577534
color: #FFF;
@@ -605,8 +562,14 @@ a:hover tt, a:hover code {
605562

606563
div.body {
607564
min-height: 0;
565+
min-width: auto; /* fixes width on small screens, breaks .hll */
608566
padding: 0;
609567
}
568+
569+
.hll {
570+
/* "fixes" the breakage */
571+
width: max-content;
572+
}
610573

611574
.rtd_doc_footer {
612575
display: none;
@@ -620,13 +583,18 @@ a:hover tt, a:hover code {
620583
width: auto;
621584
}
622585

623-
.footer {
624-
width: auto;
625-
}
626-
627586
.github {
628587
display: none;
629588
}
589+
590+
ul {
591+
margin-left: 0;
592+
}
593+
594+
li > ul {
595+
/* Matches the 30px from the "ul, ol" selector above */
596+
margin-left: 30px;
597+
}
630598
}
631599

632600

@@ -636,15 +604,7 @@ a:hover tt, a:hover code {
636604
display: none!important;
637605
}
638606

639-
/* Make nested-list/multi-paragraph items look better in Releases changelog
640-
* pages. Without this, docutils' magical list fuckery causes inconsistent
641-
* formatting between different release sub-lists.
642-
*/
643-
div#changelog > div.section > ul > li > p:only-child {
644-
margin-bottom: 0;
645-
}
646-
647-
/* Hide fugly table cell borders in ..bibliography:: directive output */
607+
/* Hide ugly table cell borders in ..bibliography:: directive output */
648608
table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
649609
border: none;
650610
/* Below needed in some edge cases; if not applied, bottom shadows appear */
@@ -698,4 +658,11 @@ nav#breadcrumbs li+li:before {
698658
div.related {
699659
display: none;
700660
}
661+
}
662+
663+
img.github {
664+
position: absolute;
665+
top: 0;
666+
border: 0;
667+
right: 0;
701668
}

0 commit comments

Comments
 (0)