stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.59k stars 369 forks source link

Break Manual into Parts #2103

Closed bob-carpenter closed 6 years ago

bob-carpenter commented 7 years ago

Summary:

Split the current manual into multiple documents. This in part mirrors how we're going to split the repos into a Stan language and Stan algorithms repo.

Reference Manual
Function Reference
User's Guide
Stan Software Developer's Guide
Introduction Statistical Inference

Notes

Current Version:

v2.12.0

skanskan commented 7 years ago

I was just going to say the same, the manual may be split into several parts. Or its parts could be reordered. The Modelling language Reference should come first (though some of its content is repeated there).

bob-carpenter commented 7 years ago

If they're separate docs, there's no order. Aki just rearranged the manual in pull request #2102.

bob-carpenter commented 7 years ago

From @betanalpha in #354

Roadmap

Bayesian Inference in Practice

Stan in Practice

The Stan Reference Guide

The Stan Interfaces

The Stan Development Process

skanskan commented 7 years ago

Nice, though maybe you are trying to embrace too much and you should leave most of the theory to any of the already existing books, and just focus on Stan.

bob-carpenter commented 7 years ago

A couple of different pieces of theory are going into separate docs. We're also writing some other introductions to methodology.