You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* How-to -> Tutorials; Learn -> Resources (URL is the same)
* Reorder navbar, change of names
Details
-------
Quickstart = API quickstart (no navbar link, linked big blue button + tutorials)
Learn -> Books+Videos
Quickstart(old) -> About PyMC3
* Added syntax highlighting to landing page code snippet
* Added see also section at the end of About PyMC3
* Classified Tutorials into Basic and How-Tos
* Incorporate @junpenglao 's comments
* Final tweaks to doc restructure
Backwards compatible `make serve`, no dangling "Other", "intro.rst" -> "history"
Copy file name to clipboardExpand all lines: docs/source/history.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,3 +143,9 @@ This example will generate 1000 posterior samples on each of two cores using the
143
143
The sample is returned as arrays inside of a ``MultiTrace`` object, which is then passed to a plotting function. The resulting graphic shows a forest plot of the random variables in the model, along with a convergence diagnostic (R-hat) that indicates our model has converged.
0 commit comments