5
5
< head >
6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
- < title > cmdstanpy.cmdstan_args — CmdStanPy 1.0.0 documentation</ title >
8
+ < title > cmdstanpy.cmdstan_args — CmdStanPy 1.0.1 documentation</ title >
9
9
10
- < link href ="../../_static/css /theme.css " rel ="stylesheet ">
11
- < link href ="../../_static/css/index.ff1ffe594081f20da1ef19478df9384b. css " rel ="stylesheet ">
12
-
10
+ < link href ="../../_static/styles /theme.css?digest=1999514e3f237ded88cf " rel ="stylesheet ">
11
+ < link href ="../../_static/styles/pydata-sphinx-theme. css?digest=1999514e3f237ded88cf " rel ="stylesheet ">
12
+
13
13
14
- < link rel ="stylesheet "
15
- href ="../../_static/vendor/fontawesome/5.13.0/css/all.min.css ">
16
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin
17
- href ="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2 ">
18
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin
19
- href ="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2 ">
20
-
14
+ < link rel ="stylesheet "
15
+ href ="../../_static/vendor/fontawesome/5.13.0/css/all.min.css ">
16
+ < link rel ="preload " as ="font " type ="font/woff2 " crossorigin
17
+ href ="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2 ">
18
+ < link rel ="preload " as ="font " type ="font/woff2 " crossorigin
19
+ href ="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2 ">
20
+
21
21
22
22
23
-
23
+
24
24
25
25
< link rel ="stylesheet " type ="text/css " href ="../../_static/pygments.css " />
26
26
< link rel ="stylesheet " type ="text/css " href ="../../_static/css/project-template.css " />
27
27
< link rel ="stylesheet " type ="text/css " href ="../../_static/copybutton.css " />
28
28
29
- < link rel ="preload " as ="script " href ="../../_static/js/index.be7d3bbb2ef33a8344ce.js ">
30
-
29
+ < link rel ="preload " as ="script " href ="../../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf ">
30
+
31
31
< script data-url_root ="../../ " id ="documentation_options " src ="../../_static/documentation_options.js "> </ script >
32
32
< script src ="../../_static/jquery.js "> </ script >
33
33
< script src ="../../_static/underscore.js "> </ script >
58
58
< div id ="navbar-start ">
59
59
60
60
<!-- This will display the version of the docs -->
61
- < a class ='navbar-brand ' href ='index.html '> CmdStanPy 1.0.0 </ a >
61
+ < a class ='navbar-brand ' href ='index.html '> CmdStanPy 1.0.1 </ a >
62
62
63
63
</ div >
64
64
119
119
< div class ="navbar-end-item ">
120
120
< ul id ="navbar-icon-links " class ="navbar-nav " aria-label ="Icon Links ">
121
121
< li class ="nav-item ">
122
- < a class ="nav-link " href ="https://twitter.com/mcmc_stan " rel ="noopener " target ="_blank " title ="Twitter ">
123
- < span > < i class ="fab fa-twitter "> </ i > </ span >
124
- < label class ="sr-only "> Twitter</ label >
125
- </ a >
122
+ < a class ="nav-link " href ="https://twitter.com/mcmc_stan " rel ="noopener " target ="_blank " title ="Twitter "> < span > < i class ="fab fa-twitter "> </ i > </ span >
123
+ < label class ="sr-only "> Twitter</ label > </ a >
126
124
</ li >
127
125
< li class ="nav-item ">
128
- < a class ="nav-link " href ="https://github.com/stan-dev/cmdstanpy " rel ="noopener " target ="_blank " title ="GitHub ">
129
- < span > < i class ="fab fa-github "> </ i > </ span >
130
- < label class ="sr-only "> GitHub</ label >
131
- </ a >
126
+ < a class ="nav-link " href ="https://github.com/stan-dev/cmdstanpy " rel ="noopener " target ="_blank " title ="GitHub "> < span > < i class ="fab fa-github "> </ i > </ span >
127
+ < label class ="sr-only "> GitHub</ label > </ a >
132
128
</ li >
133
129
< li class ="nav-item ">
134
- < a class ="nav-link " href ="https://discourse.mc-stan.org/ " rel ="noopener " target ="_blank " title ="Forums ">
135
- < span > < i class ="fas fa-users "> </ i > </ span >
136
- < label class ="sr-only "> Forums</ label >
137
- </ a >
130
+ < a class ="nav-link " href ="https://discourse.mc-stan.org/ " rel ="noopener " target ="_blank " title ="Forums "> < span > < i class ="fas fa-users "> </ i > </ span >
131
+ < label class ="sr-only "> Forums</ label > </ a >
138
132
</ li >
139
133
</ ul >
140
134
</ div >
@@ -372,10 +366,7 @@ <h1>Source code for cmdstanpy.cmdstan_args</h1><div class="highlight"><pre>
372
366
< span class ="k "> if</ span > < span class ="nb "> all</ span > < span class ="p "> (</ span > < span class ="nb "> isinstance</ span > < span class ="p "> (</ span > < span class ="n "> elem</ span > < span class ="p "> ,</ span > < span class ="nb "> dict</ span > < span class ="p "> )</ span > < span class ="k "> for</ span > < span class ="n "> elem</ span > < span class ="ow "> in</ span > < span class ="bp "> self</ span > < span class ="o "> .</ span > < span class ="n "> metric</ span > < span class ="p "> ):</ span >
373
367
< span class ="n "> metric_files</ span > < span class ="p "> :</ span > < span class ="n "> List</ span > < span class ="p "> [</ span > < span class ="nb "> str</ span > < span class ="p "> ]</ span > < span class ="o "> =</ span > < span class ="p "> []</ span >
374
368
< span class ="k "> for</ span > < span class ="n "> i</ span > < span class ="p "> ,</ span > < span class ="n "> metric</ span > < span class ="ow "> in</ span > < span class ="nb "> enumerate</ span > < span class ="p "> (</ span > < span class ="bp "> self</ span > < span class ="o "> .</ span > < span class ="n "> metric</ span > < span class ="p "> ):</ span >
375
- < span class ="k "> assert</ span > < span class ="nb "> isinstance</ span > < span class ="p "> (</ span >
376
- < span class ="n "> metric</ span > < span class ="p "> ,</ span > < span class ="nb "> dict</ span >
377
- < span class ="p "> )</ span > < span class ="c1 "> # make the typechecker happy</ span >
378
- < span class ="n "> metric_dict</ span > < span class ="p "> :</ span > < span class ="n "> Dict</ span > < span class ="p "> [</ span > < span class ="nb "> str</ span > < span class ="p "> ,</ span > < span class ="n "> Any</ span > < span class ="p "> ]</ span > < span class ="o "> =</ span > < span class ="n "> metric</ span >
369
+ < span class ="n "> metric_dict</ span > < span class ="p "> :</ span > < span class ="n "> Dict</ span > < span class ="p "> [</ span > < span class ="nb "> str</ span > < span class ="p "> ,</ span > < span class ="n "> Any</ span > < span class ="p "> ]</ span > < span class ="o "> =</ span > < span class ="n "> metric</ span > < span class ="c1 "> # type: ignore</ span >
379
370
< span class ="k "> if</ span > < span class ="s1 "> 'inv_metric'</ span > < span class ="ow "> not</ span > < span class ="ow "> in</ span > < span class ="n "> metric_dict</ span > < span class ="p "> :</ span >
380
371
< span class ="k "> raise</ span > < span class ="ne "> ValueError</ span > < span class ="p "> (</ span >
381
372
< span class ="s1 "> 'Entry "inv_metric" not found in metric dict '</ span >
@@ -1131,8 +1122,8 @@ <h1>Source code for cmdstanpy.cmdstan_args</h1><div class="highlight"><pre>
1131
1122
</ div >
1132
1123
</ div >
1133
1124
1134
- < script src ="../../_static/js/index.be7d3bbb2ef33a8344ce.js "> </ script >
1135
- < footer class ="footer mt-5 mt-md-0 ">
1125
+ < script src ="../../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf "> </ script >
1126
+ < footer class ="footer mt-5 mt-md-0 ">
1136
1127
< div class ="container ">
1137
1128
1138
1129
< div class ="footer-item ">
@@ -1143,7 +1134,7 @@ <h1>Source code for cmdstanpy.cmdstan_args</h1><div class="highlight"><pre>
1143
1134
1144
1135
< div class ="footer-item ">
1145
1136
< p class ="sphinx-version ">
1146
- Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 4.3.1 .< br >
1137
+ Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 4.4.0 .< br >
1147
1138
</ p >
1148
1139
</ div >
1149
1140
0 commit comments