Skip to content

Commit

Permalink
Merge pull request #761 from stan-dev/docs/add-rebuild_cmdstan
Browse files Browse the repository at this point in the history
Add rebuild_cmdstan to API doc
  • Loading branch information
WardBrian authored Jun 5, 2024
2 parents c72acd0 + 4560204 commit ec5cabc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

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

- name: Install CmdStan (Linux, macOS)
if: matrix.os != 'windows-latest'
Expand Down
5 changes: 5 additions & 0 deletions docsrc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ install_cmdstan

.. autofunction:: cmdstanpy.install_cmdstan

rebuild_cmdstan
===============

.. autofunction:: cmdstanpy.rebuild_cmdstan

set_cmdstan_path
================

Expand Down

0 comments on commit ec5cabc

Please sign in to comment.