Skip to content

Commit ec5cabc

Browse files
authored
Merge pull request #761 from stan-dev/docs/add-rebuild_cmdstan
Add rebuild_cmdstan to API doc
2 parents c72acd0 + 4560204 commit ec5cabc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Delete precompiled header (MacOS)
8686
if: matrix.os == 'macos-latest' && steps.cache-cmdstan.outputs.cache-hit == 'true'
87-
run: rm -f ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
87+
run: rm -rf ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
8888

8989
- name: Install CmdStan (Linux, macOS)
9090
if: matrix.os != 'windows-latest'

docsrc/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ install_cmdstan
110110

111111
.. autofunction:: cmdstanpy.install_cmdstan
112112

113+
rebuild_cmdstan
114+
===============
115+
116+
.. autofunction:: cmdstanpy.rebuild_cmdstan
117+
113118
set_cmdstan_path
114119
================
115120

0 commit comments

Comments
 (0)