Skip to content

Commit 08e2473

Browse files
committed
craft(gh-pages): update, version "0.11.0"
1 parent bace744 commit 08e2473

Some content is hidden

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

47 files changed

+17599
-27276
lines changed

.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 413237095b21425885fdaf3589732622
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

1.56 MB
Binary file not shown.

.doctrees/index.doctree

207 KB
Binary file not shown.

.nojekyll

Whitespace-only changes.

_modules/index.html

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
2+
<!DOCTYPE html>
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml">
5+
<head>
6+
<meta charset="utf-8" />
7+
<title>Overview: module code &#8212; sentry-python 0.11.0 documentation</title>
8+
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
9+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
10+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
11+
<script type="text/javascript" src="../_static/jquery.js"></script>
12+
<script type="text/javascript" src="../_static/underscore.js"></script>
13+
<script type="text/javascript" src="../_static/doctools.js"></script>
14+
<script type="text/javascript" src="../_static/language_data.js"></script>
15+
<link rel="index" title="Index" href="../genindex.html" />
16+
<link rel="search" title="Search" href="../search.html" />
17+
18+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
19+
20+
21+
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
22+
23+
</head><body>
24+
25+
26+
<div class="document">
27+
<div class="documentwrapper">
28+
<div class="bodywrapper">
29+
30+
31+
<div class="body" role="main">
32+
33+
<h1>All modules for which code is available</h1>
34+
<ul><li><a href="sentry_sdk/api.html">sentry_sdk.api</a></li>
35+
<li><a href="sentry_sdk/client.html">sentry_sdk.client</a></li>
36+
<li><a href="sentry_sdk/hub.html">sentry_sdk.hub</a></li>
37+
<li><a href="sentry_sdk/scope.html">sentry_sdk.scope</a></li>
38+
<li><a href="sentry_sdk/transport.html">sentry_sdk.transport</a></li>
39+
</ul>
40+
41+
</div>
42+
43+
</div>
44+
</div>
45+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
46+
<div class="sphinxsidebarwrapper">
47+
<h1 class="logo"><a href="../index.html">sentry-python</a></h1>
48+
49+
50+
51+
52+
53+
54+
55+
56+
<h3>Navigation</h3>
57+
58+
<div class="relations">
59+
<h3>Related Topics</h3>
60+
<ul>
61+
<li><a href="../index.html">Documentation overview</a><ul>
62+
</ul></li>
63+
</ul>
64+
</div>
65+
<div id="searchbox" style="display: none" role="search">
66+
<h3 id="searchlabel">Quick search</h3>
67+
<div class="searchformwrapper">
68+
<form class="search" action="../search.html" method="get">
69+
<input type="text" name="q" aria-labelledby="searchlabel" />
70+
<input type="submit" value="Go" />
71+
</form>
72+
</div>
73+
</div>
74+
<script type="text/javascript">$('#searchbox').show(0);</script>
75+
76+
77+
78+
79+
80+
81+
82+
83+
</div>
84+
</div>
85+
<div class="clearer"></div>
86+
</div>
87+
<div class="footer">
88+
&copy;2019, Sentry Team and Contributors.
89+
90+
|
91+
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.1.2</a>
92+
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
93+
94+
</div>
95+
96+
97+
98+
99+
</body>
100+
</html>

_modules/sentry_sdk/api.html

+292
Large diffs are not rendered by default.

_modules/sentry_sdk/client.html

+430
Large diffs are not rendered by default.

_modules/sentry_sdk/hub.html

+683
Large diffs are not rendered by default.

_modules/sentry_sdk/scope.html

+414
Large diffs are not rendered by default.

_modules/sentry_sdk/transport.html

+360
Large diffs are not rendered by default.

_sources/index.rst.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=====================================
2+
sentry-python - Sentry SDK for Python
3+
=====================================
4+
5+
This is the API documentation for `Sentry's Python SDK
6+
<https://sentry.io/for/python/>`_. For full documentation and other resources
7+
visit the `GitHub repository <https://github.com/getsentry/sentry-python>`_.
8+
9+
.. inherited-members necessary because of hack for Client and init methods
10+
11+
.. automodule:: sentry_sdk
12+
:members:
13+
:inherited-members:

0 commit comments

Comments
 (0)