Skip to content

Commit 3ba5f11

Browse files
committed
changes per docs review
1 parent 9a950ef commit 3ba5f11

File tree

5 files changed

+674
-227
lines changed

5 files changed

+674
-227
lines changed

docsrc/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def emit(self, record):
133133

134134
# General information about the project.
135135
project = 'CmdStanPy'
136-
copyright = '2022, Stan Development Team'
136+
copyright = '2023, Stan Development Team'
137137

138138
# The version info for the project you're documenting, acts as replacement for
139139
# |version| and |release|, also used in various other places throughout the
@@ -399,8 +399,10 @@ def emit(self, record):
399399
"DataFrame": "~pandas.DataFrame",
400400
"CmdStanMCMC": "~cmdstanpy.CmdStanMCMC",
401401
"CmdStanMLE": "~cmdstanpy.CmdStanMLE",
402-
"CmdStanMCVB": "~cmdstanpy.CmdStanMCVB",
403-
"CmdStanMCGQ": "~cmdstanpy.CmdStanMCGQ",
402+
"CmdStanVB": "~cmdstanpy.CmdStanVB",
403+
"CmdStanGQ": "~cmdstanpy.CmdStanGQ",
404+
"CmdStanLaplace": "~cmdstanpy.CmdStanLaplace",
405+
"CmdStanPathfinder": "~cmdstanpy.CmdStanPathfinder"
404406
}
405407

406408
nbsphinx_allow_errors = False

docsrc/internal_api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ CmdStanArgs
3636
.. autoclass:: cmdstanpy.cmdstan_args.CmdStanArgs
3737
:members:
3838

39+
3940
SamplerArgs
4041
===========
4142

@@ -48,6 +49,12 @@ OptimizeArgs
4849
.. autoclass:: cmdstanpy.cmdstan_args.OptimizeArgs
4950
:members:
5051

52+
LaplaceArgs
53+
===========
54+
55+
.. autoclass:: cmdstanpy.cmdstan_args.LaplaceArgs
56+
:members:
57+
5158
PathfinderArgs
5259
==============
5360

0 commit comments

Comments
 (0)