Skip to content

Commit

Permalink
Merge pull request #880 from null-a/doc-tweaks
Browse files Browse the repository at this point in the history
Minor doc fixes.
  • Loading branch information
stuhlmueller committed Aug 31, 2017
2 parents fd46677 + 3cefb61 commit 0ed18d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/functions/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ Other
.. js:function:: forward(model)

Evaluates function of zero arguments ``model``, ignoring any
:ref:`factor <factor>` statements.
:ref:`conditioning <conditioning>`.

Also see: :ref:`Forward Sampling <forward_sampling>`

.. js:function:: forwardGuide(model)

Evaluates function of zero arguments ``model``, ignoring any
``factor`` statements, and sampling from the :ref:`guide <guides>`
at each random choice.
:ref:`conditioning <conditioning>`, and sampling from the
:ref:`guide <guides>` at each random choice.

Also see: :ref:`Forward Sampling <forward_sampling>`

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ WebPPL Documentation
sample
distributions
inference/index
conditioning
optimization/index
functions/index
globalstore
Expand Down
Empty file.

0 comments on commit 0ed18d2

Please sign in to comment.