Skip to content

Commit 858803d

Browse files
authored
Fix minor doc typos
Two documentation changes: - remove period from middle of sentence - make link formatting consistent More specifically, the documentation for every Stan inference algorithm on this page, follows the form of "Stan's <some algorithm>", with a link to the algorithm itself. However, the optimization algorithm is the only type of inference algorithm that includes the word "Stan" as part of the link. No other inference algorithm does this.
1 parent 435927c commit 858803d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/users-guide/workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ An example of each is provided in the `next section <examples.rst>`__.
145145

146146
It returns a :class:`CmdStanVB` object which contains an approximation the posterior distribution.
147147

148-
* The :meth:`~CmdStanModel.optimize` runs one of
149-
`Stan's optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__.
148+
* The :meth:`~CmdStanModel.optimize` runs one of Stan's
149+
`optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__
150150
to find a mode of the density specified by the Stan program.
151151

152152
It returns a :class:`CmdStanMLE` object.

0 commit comments

Comments
 (0)