Skip to content

Commit d3d5533

Browse files
author
committed
Deployed 8beb2b9 with MkDocs version: 1.6.1
0 parents  commit d3d5533

36 files changed

+6539
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>Carbontracker</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
<link href="/assets/_mkdocstrings.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body class="wy-body-for-nav" role="document">
22+
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search">
27+
<a href="/." class="icon icon-home"> Carbontracker
28+
</a>
29+
</div>
30+
31+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
32+
<ul>
33+
<li class="toctree-l1"><a class="reference internal" href="/.">About</a>
34+
</li>
35+
</ul>
36+
<ul>
37+
<li class="toctree-l1"><a class="reference internal" href="/getting-started/">Getting started</a>
38+
</li>
39+
</ul>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="/parsing/">Aggregating log files</a>
42+
</li>
43+
</ul>
44+
<p class="caption"><span class="caption-text">Documentation</span></p>
45+
<ul>
46+
<li class="toctree-l1"><a class="reference internal" href="/documentation/CLI/">CLI</a>
47+
</li>
48+
<li class="toctree-l1"><a class="reference internal" href="/documentation/CarbonTracker/">CarbonTracker</a>
49+
</li>
50+
<li class="toctree-l1"><a class="reference internal" href="/documentation/Log%20Parsing/">Log Parsing</a>
51+
</li>
52+
</ul>
53+
</div>
54+
</div>
55+
</nav>
56+
57+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
58+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
59+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
60+
<a href="/.">Carbontracker</a>
61+
62+
</nav>
63+
<div class="wy-nav-content">
64+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
65+
<ul class="wy-breadcrumbs">
66+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
67+
<li class="wy-breadcrumbs-aside">
68+
</li>
69+
</ul>
70+
<hr/>
71+
</div>
72+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
73+
<div class="section" itemprop="articleBody">
74+
75+
76+
<h1 id="404-page-not-found">404</h1>
77+
78+
<p><strong>Page not found</strong></p>
79+
80+
81+
</div>
82+
</div><footer>
83+
84+
<hr/>
85+
86+
<div role="contentinfo">
87+
<!-- Copyright etc -->
88+
</div>
89+
90+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
91+
</footer>
92+
93+
</div>
94+
</div>
95+
96+
</section>
97+
98+
</div>
99+
100+
<div class="rst-versions" role="note" aria-label="Versions">
101+
<span class="rst-current-version" data-toggle="rst-current-version">
102+
103+
104+
105+
</span>
106+
</div>
107+
<script src="/js/jquery-3.6.0.min.js"></script>
108+
<script>var base_url = "/";</script>
109+
<script src="/js/theme_extra.js"></script>
110+
<script src="/js/theme.js"></script>
111+
<script>
112+
jQuery(function () {
113+
SphinxRtdTheme.Navigation.enable(true);
114+
});
115+
</script>
116+
117+
</body>
118+
</html>

assets/_mkdocstrings.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
2+
/* Avoid breaking parameters name, etc. in table cells. */
3+
.doc-contents td code {
4+
word-break: normal !important;
5+
}
6+
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
11+
}
12+
13+
/* Avoid breaking code headings. */
14+
.doc-heading code {
15+
white-space: normal;
16+
}
17+
18+
/* Improve rendering of parameters, returns and exceptions. */
19+
.doc-contents .field-name {
20+
min-width: 100px;
21+
}
22+
23+
/* Other curious-spacing fixes. */
24+
.doc-contents .field-name,
25+
.doc-contents .field-body {
26+
border: none !important;
27+
padding: 0 !important;
28+
}
29+
30+
.doc-contents p {
31+
margin: 1em 0 1em;
32+
}
33+
34+
.doc-contents .field-list {
35+
margin: 0 !important;
36+
}
37+
38+
.doc-contents pre {
39+
padding: 0 !important;
40+
}
41+
42+
.doc-contents .wy-table-responsive {
43+
margin-bottom: 0 !important;
44+
}
45+
46+
.doc-contents td.code {
47+
padding: 0 !important;
48+
}
49+
50+
.doc-contents td.linenos {
51+
padding: 0 8px !important;
52+
}
53+
54+
.doc-children,
55+
footer {
56+
margin-top: 20px;
57+
}

css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff

84.3 KB
Binary file not shown.
64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)