-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tutorials #97
Merged
Merged
Create tutorials #97
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0ffcd3a
update tutorials
jyu00 2fadba0
vqe results
jyu00 a905768
Merge remote-tracking branch 'upstream/main' into tutorials-1
jyu00 c100ed3
cloud no backend
jyu00 4e71e38
Editorial suggestions
beckykd 8112a17
Merge pull request #1 from beckykd/tutorials-1
jyu00 7aad030
review comments
jyu00 b7787c7
separate max time doc
jyu00 673f57c
black
jyu00 2bc9d0f
add main page
jyu00 6ac2669
add gallery
jyu00 904f248
add templates
jyu00 df257b8
Merge remote-tracking branch 'upstream/main' into tutorials-1
jyu00 b061293
add pandoc
jyu00 89e8c22
fix links
jyu00 cdae8d9
Merge remote-tracking branch 'upstream/main' into tutorials-1
jyu00 2d2bab2
review comments
jyu00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,195 @@ | ||
/* | ||
Sphinx-Gallery has compatible CSS to fix default sphinx themes | ||
Tested for Sphinx 1.3.1 for all themes: default, alabaster, sphinxdoc, | ||
scrolls, agogo, traditional, nature, haiku, pyramid | ||
Tested for Read the Docs theme 0.1.7 */ | ||
.sphx-glr-thumbcontainer { | ||
background: #fff; | ||
border: solid #fff 1px; | ||
-moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
border-radius: 5px; | ||
box-shadow: none; | ||
float: left; | ||
margin: 5px; | ||
min-height: 230px; | ||
padding-top: 5px; | ||
position: relative; | ||
} | ||
.sphx-glr-thumbcontainer:hover { | ||
border: solid #6200EE 1px; | ||
box-shadow: 0 0 15px rgba(163, 142, 202, 0.5); | ||
} | ||
.sphx-glr-thumbcontainer a.internal { | ||
bottom: 0; | ||
display: block; | ||
left: 0; | ||
padding: 150px 10px 0; | ||
position: absolute; | ||
right: 0; | ||
top: 0; | ||
} | ||
/* Next one is to avoid Sphinx traditional theme to cover all the | ||
thumbnail with its default link Background color */ | ||
.sphx-glr-thumbcontainer a.internal:hover { | ||
background-color: transparent; | ||
} | ||
|
||
.sphx-glr-thumbcontainer p { | ||
margin: 0 0 .1em 0; | ||
} | ||
.sphx-glr-thumbcontainer .figure { | ||
margin: 10px; | ||
width: 160px; | ||
} | ||
.sphx-glr-thumbcontainer img { | ||
display: inline; | ||
max-height: 112px; | ||
max-width: 160px; | ||
} | ||
.sphx-glr-thumbcontainer[tooltip]:hover:after { | ||
background: rgba(0, 0, 0, 0.8); | ||
-webkit-border-radius: 5px; | ||
-moz-border-radius: 5px; | ||
border-radius: 5px; | ||
color: #fff; | ||
content: attr(tooltip); | ||
left: 95%; | ||
padding: 5px 15px; | ||
position: absolute; | ||
z-index: 98; | ||
width: 220px; | ||
bottom: 52%; | ||
} | ||
.sphx-glr-thumbcontainer[tooltip]:hover:before { | ||
border: solid; | ||
border-color: #333 transparent; | ||
border-width: 18px 0 0 20px; | ||
bottom: 58%; | ||
content: ''; | ||
left: 85%; | ||
position: absolute; | ||
z-index: 99; | ||
} | ||
|
||
.sphx-glr-script-out { | ||
color: #888; | ||
margin: 0; | ||
} | ||
p.sphx-glr-script-out { | ||
padding-top: 0.7em; | ||
} | ||
.sphx-glr-script-out .highlight { | ||
background-color: transparent; | ||
margin-left: 2.5em; | ||
margin-top: -2.1em; | ||
} | ||
.sphx-glr-script-out .highlight pre { | ||
background-color: #fafae2; | ||
border: 0; | ||
max-height: 30em; | ||
overflow: auto; | ||
padding-left: 1ex; | ||
margin: 0px; | ||
word-break: break-word; | ||
} | ||
.sphx-glr-script-out + p { | ||
margin-top: 1.8em; | ||
} | ||
blockquote.sphx-glr-script-out { | ||
margin-left: 0pt; | ||
} | ||
.sphx-glr-script-out.highlight-pytb .highlight pre { | ||
color: #000; | ||
background-color: #ffe4e4; | ||
border: 1px solid #f66; | ||
margin-top: 10px; | ||
padding: 7px; | ||
} | ||
|
||
div.sphx-glr-footer { | ||
text-align: center; | ||
} | ||
|
||
div.sphx-glr-download { | ||
margin: 1em auto; | ||
vertical-align: middle; | ||
} | ||
|
||
div.sphx-glr-download a { | ||
background-color: #ffc; | ||
background-image: linear-gradient(to bottom, #FFC, #d5d57e); | ||
border-radius: 4px; | ||
border: 1px solid #c2c22d; | ||
color: #000; | ||
display: inline-block; | ||
font-weight: bold; | ||
padding: 1ex; | ||
text-align: center; | ||
} | ||
|
||
div.sphx-glr-download code.download { | ||
display: inline-block; | ||
white-space: normal; | ||
word-break: normal; | ||
overflow-wrap: break-word; | ||
/* border and background are given by the enclosing 'a' */ | ||
border: none; | ||
background: none; | ||
} | ||
|
||
div.sphx-glr-download a:hover { | ||
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25); | ||
text-decoration: none; | ||
background-image: none; | ||
background-color: #d5d57e; | ||
} | ||
|
||
.sphx-glr-example-title > :target::before { | ||
display: block; | ||
content: ""; | ||
margin-top: -50px; | ||
height: 50px; | ||
visibility: hidden; | ||
} | ||
|
||
ul.sphx-glr-horizontal { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
ul.sphx-glr-horizontal li { | ||
display: inline; | ||
} | ||
ul.sphx-glr-horizontal img { | ||
height: auto !important; | ||
} | ||
|
||
.sphx-glr-single-img { | ||
margin: auto; | ||
display: block; | ||
max-width: 100%; | ||
} | ||
|
||
.sphx-glr-multi-img { | ||
max-width: 42%; | ||
height: auto; | ||
} | ||
|
||
p.sphx-glr-signature a.reference.external { | ||
-moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
border-radius: 5px; | ||
padding: 3px; | ||
font-size: 75%; | ||
text-align: right; | ||
margin-left: auto; | ||
display: table; | ||
} | ||
|
||
.sphx-glr-clear{ | ||
clear: both; | ||
} | ||
|
||
a.sphx-glr-backref-instance { | ||
text-decoration: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is pandoc used for?