Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Sage Reference Manual
Project: SageManifolds
Views: 717109/*1* basic.css2* ~~~~~~~~~3*4* Sphinx stylesheet -- basic theme.5*6* :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.7* :license: BSD, see LICENSE for details.8*9*/1011/* -- main layout ----------------------------------------------------------- */1213div.clearer {14clear: both;15}1617/* -- relbar ---------------------------------------------------------------- */1819div.related {20width: 100%;21font-size: 90%;22}2324div.related h3 {25display: none;26}2728div.related ul {29margin: 0;30padding: 0 0 0 10px;31list-style: none;32}3334div.related li {35display: inline;36}3738div.related li.right {39float: right;40margin-right: 5px;41}4243/* -- sidebar --------------------------------------------------------------- */4445div.sphinxsidebarwrapper {46padding: 10px 5px 0 10px;47}4849div.sphinxsidebar {50float: left;51width: 230px;52margin-left: -100%;53font-size: 90%;54}5556div.sphinxsidebar ul {57list-style: none;58}5960div.sphinxsidebar ul ul,61div.sphinxsidebar ul.want-points {62margin-left: 20px;63list-style: square;64}6566div.sphinxsidebar ul ul {67margin-top: 0;68margin-bottom: 0;69}7071div.sphinxsidebar form {72margin-top: 10px;73}7475div.sphinxsidebar input {76border: 1px solid #98dbcc;77font-family: sans-serif;78font-size: 1em;79}8081div.sphinxsidebar #searchbox input[type="text"] {82width: 170px;83}8485div.sphinxsidebar #searchbox input[type="submit"] {86width: 30px;87}8889img {90border: 0;91max-width: 100%;92}9394/* -- search page ----------------------------------------------------------- */9596ul.search {97margin: 10px 0 0 20px;98padding: 0;99}100101ul.search li {102padding: 5px 0 5px 20px;103background-image: url(file.png);104background-repeat: no-repeat;105background-position: 0 7px;106}107108ul.search li a {109font-weight: bold;110}111112ul.search li div.context {113color: #888;114margin: 2px 0 0 30px;115text-align: left;116}117118ul.keywordmatches li.goodmatch a {119font-weight: bold;120}121122/* -- index page ------------------------------------------------------------ */123124table.contentstable {125width: 90%;126}127128table.contentstable p.biglink {129line-height: 150%;130}131132a.biglink {133font-size: 1.3em;134}135136span.linkdescr {137font-style: italic;138padding-top: 5px;139font-size: 90%;140}141142/* -- general index --------------------------------------------------------- */143144table.indextable {145width: 100%;146}147148table.indextable td {149text-align: left;150vertical-align: top;151}152153table.indextable dl, table.indextable dd {154margin-top: 0;155margin-bottom: 0;156}157158table.indextable tr.pcap {159height: 10px;160}161162table.indextable tr.cap {163margin-top: 10px;164background-color: #f2f2f2;165}166167img.toggler {168margin-right: 3px;169margin-top: 3px;170cursor: pointer;171}172173div.modindex-jumpbox {174border-top: 1px solid #ddd;175border-bottom: 1px solid #ddd;176margin: 1em 0 1em 0;177padding: 0.4em;178}179180div.genindex-jumpbox {181border-top: 1px solid #ddd;182border-bottom: 1px solid #ddd;183margin: 1em 0 1em 0;184padding: 0.4em;185}186187/* -- general body styles --------------------------------------------------- */188189a.headerlink {190visibility: hidden;191}192193h1:hover > a.headerlink,194h2:hover > a.headerlink,195h3:hover > a.headerlink,196h4:hover > a.headerlink,197h5:hover > a.headerlink,198h6:hover > a.headerlink,199dt:hover > a.headerlink {200visibility: visible;201}202203div.body p.caption {204text-align: inherit;205}206207div.body td {208text-align: left;209}210211.field-list ul {212padding-left: 1em;213}214215.first {216margin-top: 0 !important;217}218219p.rubric {220margin-top: 30px;221font-weight: bold;222}223224img.align-left, .figure.align-left, object.align-left {225clear: left;226float: left;227margin-right: 1em;228}229230img.align-right, .figure.align-right, object.align-right {231clear: right;232float: right;233margin-left: 1em;234}235236img.align-center, .figure.align-center, object.align-center {237display: block;238margin-left: auto;239margin-right: auto;240}241242.align-left {243text-align: left;244}245246.align-center {247text-align: center;248}249250.align-right {251text-align: right;252}253254/* -- sidebars -------------------------------------------------------------- */255256div.sidebar {257margin: 0 0 0.5em 1em;258border: 1px solid #ddb;259padding: 7px 7px 0 7px;260background-color: #ffe;261width: 40%;262float: right;263}264265p.sidebar-title {266font-weight: bold;267}268269/* -- topics ---------------------------------------------------------------- */270271div.topic {272border: 1px solid #ccc;273padding: 7px 7px 0 7px;274margin: 10px 0 10px 0;275}276277p.topic-title {278font-size: 1.1em;279font-weight: bold;280margin-top: 10px;281}282283/* -- admonitions ----------------------------------------------------------- */284285div.admonition {286margin-top: 10px;287margin-bottom: 10px;288padding: 7px;289}290291div.admonition dt {292font-weight: bold;293}294295div.admonition dl {296margin-bottom: 0;297}298299p.admonition-title {300margin: 0px 10px 5px 0px;301font-weight: bold;302}303304div.body p.centered {305text-align: center;306margin-top: 25px;307}308309/* -- tables ---------------------------------------------------------------- */310311table.docutils {312border: 0;313border-collapse: collapse;314}315316table.docutils td, table.docutils th {317padding: 1px 8px 1px 5px;318border-top: 0;319border-left: 0;320border-right: 0;321border-bottom: 1px solid #aaa;322}323324table.field-list td, table.field-list th {325border: 0 !important;326}327328table.footnote td, table.footnote th {329border: 0 !important;330}331332th {333text-align: left;334padding-right: 5px;335}336337table.citation {338border-left: solid 1px gray;339margin-left: 1px;340}341342table.citation td {343border-bottom: none;344}345346/* -- other body styles ----------------------------------------------------- */347348ol.arabic {349list-style: decimal;350}351352ol.loweralpha {353list-style: lower-alpha;354}355356ol.upperalpha {357list-style: upper-alpha;358}359360ol.lowerroman {361list-style: lower-roman;362}363364ol.upperroman {365list-style: upper-roman;366}367368dl {369margin-bottom: 15px;370}371372dd p {373margin-top: 0px;374}375376dd ul, dd table {377margin-bottom: 10px;378}379380dd {381margin-top: 3px;382margin-bottom: 10px;383margin-left: 30px;384}385386dt:target, .highlighted {387background-color: #fbe54e;388}389390dl.glossary dt {391font-weight: bold;392font-size: 1.1em;393}394395.field-list ul {396margin: 0;397padding-left: 1em;398}399400.field-list p {401margin: 0;402}403404.optional {405font-size: 1.3em;406}407408.versionmodified {409font-style: italic;410}411412.system-message {413background-color: #fda;414padding: 5px;415border: 3px solid red;416}417418.footnote:target {419background-color: #ffa;420}421422.line-block {423display: block;424margin-top: 1em;425margin-bottom: 1em;426}427428.line-block .line-block {429margin-top: 0;430margin-bottom: 0;431margin-left: 1.5em;432}433434.guilabel, .menuselection {435font-family: sans-serif;436}437438.accelerator {439text-decoration: underline;440}441442.classifier {443font-style: oblique;444}445446abbr, acronym {447border-bottom: dotted 1px;448cursor: help;449}450451/* -- code displays --------------------------------------------------------- */452453pre {454overflow: auto;455overflow-y: hidden; /* fixes display issues on Chrome browsers */456}457458td.linenos pre {459padding: 5px 0px;460border: 0;461background-color: transparent;462color: #aaa;463}464465table.highlighttable {466margin-left: 0.5em;467}468469table.highlighttable td {470padding: 0 0.5em 0 0.5em;471}472473tt.descname {474background-color: transparent;475font-weight: bold;476font-size: 1.2em;477}478479tt.descclassname {480background-color: transparent;481}482483tt.xref, a tt {484background-color: transparent;485font-weight: bold;486}487488h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {489background-color: transparent;490}491492.viewcode-link {493float: right;494}495496.viewcode-back {497float: right;498font-family: sans-serif;499}500501div.viewcode-block:target {502margin: -1px -10px;503padding: 0 10px;504}505506/* -- math display ---------------------------------------------------------- */507508img.math {509vertical-align: middle;510}511512div.body div.math p {513text-align: center;514}515516span.eqno {517float: right;518}519520/* -- printout stylesheet --------------------------------------------------- */521522@media print {523div.document,524div.documentwrapper,525div.bodywrapper {526margin: 0 !important;527width: 100%;528}529530div.sphinxsidebar,531div.related,532div.footer,533#top-link {534display: none;535}536}537538