Skip to content

Commit 94a447d

Browse files
committed
Merge branch 'develop' of https://github.com/stan-dev/cmdstanpy into develop
2 parents dba7b51 + 3c8de4c commit 94a447d

File tree

107 files changed

+25387
-2
lines changed

Some content is hidden

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

107 files changed

+25387
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to compile and run a Stan program.
2323

2424
### Docs
2525

26-
See https://cmdstanpy.readthedocs.io/en/latest/index.html
26+
See https://cmdstanpy.readthedocs.io/
2727

2828
### Source Repository
2929

docs/.nojekyll

Whitespace-only changes.

docs/_modules/cmdstanpy/model.html

Lines changed: 1318 additions & 0 deletions
Large diffs are not rendered by default.

docs/_modules/cmdstanpy/stanfit.html

Lines changed: 1277 additions & 0 deletions
Large diffs are not rendered by default.

docs/_modules/index.html

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
2+
3+
<!DOCTYPE html>
4+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
11+
<title>Overview: module code &mdash; CmdStanPy 0.9.66 documentation</title>
12+
13+
14+
15+
16+
17+
18+
19+
20+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
21+
22+
23+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
24+
<script type="text/javascript" src="../_static/jquery.js"></script>
25+
<script type="text/javascript" src="../_static/underscore.js"></script>
26+
<script type="text/javascript" src="../_static/doctools.js"></script>
27+
<script type="text/javascript" src="../_static/language_data.js"></script>
28+
<script type="text/javascript" src="../_static/js/copybutton.js"></script>
29+
30+
<script type="text/javascript" src="../_static/js/theme.js"></script>
31+
32+
33+
34+
35+
<link rel="stylesheet" href="../_static/css/project-template.css" type="text/css" />
36+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
37+
<link rel="index" title="Index" href="../genindex.html" />
38+
<link rel="search" title="Search" href="../search.html" />
39+
</head>
40+
41+
<body class="wy-body-for-nav">
42+
43+
44+
<div class="wy-grid-for-nav">
45+
46+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
47+
<div class="wy-side-scroll">
48+
<div class="wy-side-nav-search" >
49+
50+
51+
52+
<a href="../index.html" class="icon icon-home"> CmdStanPy
53+
54+
55+
56+
</a>
57+
58+
59+
60+
61+
<div class="version">
62+
0.9.66
63+
</div>
64+
65+
66+
67+
68+
<div role="search">
69+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
70+
<input type="text" name="q" placeholder="Search docs" />
71+
<input type="hidden" name="check_keywords" value="yes" />
72+
<input type="hidden" name="area" value="default" />
73+
</form>
74+
</div>
75+
76+
77+
</div>
78+
79+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
80+
81+
82+
83+
84+
85+
86+
<p class="caption"><span class="caption-text">Contents:</span></p>
87+
<ul>
88+
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li>
89+
<li class="toctree-l1"><a class="reference internal" href="../stan_models.html">Stan Models in CmdStanPy</a></li>
90+
<li class="toctree-l1"><a class="reference internal" href="../sample.html">MCMC Sampling</a></li>
91+
<li class="toctree-l1"><a class="reference internal" href="../generate_quantities.html">Run Generated Quantities</a></li>
92+
<li class="toctree-l1"><a class="reference internal" href="../optimize.html">Maximum Likelihood Estimation</a></li>
93+
<li class="toctree-l1"><a class="reference internal" href="../variational_bayes.html">Variational Inference</a></li>
94+
<li class="toctree-l1"><a class="reference internal" href="../under_the_hood.html">Under the Hood</a></li>
95+
<li class="toctree-l1"><a class="reference internal" href="../api.html">API Reference</a></li>
96+
</ul>
97+
98+
99+
100+
</div>
101+
</div>
102+
</nav>
103+
104+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
105+
106+
107+
<nav class="wy-nav-top" aria-label="top navigation">
108+
109+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
110+
<a href="../index.html">CmdStanPy</a>
111+
112+
</nav>
113+
114+
115+
<div class="wy-nav-content">
116+
117+
<div class="rst-content">
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
<div role="navigation" aria-label="breadcrumbs navigation">
136+
137+
<ul class="wy-breadcrumbs">
138+
139+
<li><a href="../index.html">Docs</a> &raquo;</li>
140+
141+
<li>Overview: module code</li>
142+
143+
144+
<li class="wy-breadcrumbs-aside">
145+
146+
</li>
147+
148+
</ul>
149+
150+
151+
<hr/>
152+
</div>
153+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
154+
<div itemprop="articleBody">
155+
156+
<h1>All modules for which code is available</h1>
157+
<ul><li><a href="cmdstanpy/model.html">cmdstanpy.model</a></li>
158+
<li><a href="cmdstanpy/stanfit.html">cmdstanpy.stanfit</a></li>
159+
</ul>
160+
161+
</div>
162+
163+
</div>
164+
<footer>
165+
166+
167+
<hr/>
168+
169+
<div role="contentinfo">
170+
<p>
171+
&copy; Copyright 2019, Stan Development Team
172+
173+
</p>
174+
</div>
175+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
176+
177+
</footer>
178+
179+
</div>
180+
</div>
181+
182+
</section>
183+
184+
</div>
185+
186+
187+
188+
<script type="text/javascript">
189+
jQuery(function () {
190+
SphinxRtdTheme.Navigation.enable(true);
191+
});
192+
</script>
193+
194+
195+
196+
197+
198+
199+
</body>
200+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)