From 079e456ef7e392aa228e091bc283d876b4c9a0b8 Mon Sep 17 00:00:00 2001 From: Nicholas Reinicke Date: Mon, 23 Oct 2023 15:44:09 -0600 Subject: [PATCH] trigger docs build --- .github/workflows/deploy-docs.yaml | 2 +- docs/installation.md | 2 +- docs/intro.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 7061c01..8aaf025 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -8,7 +8,7 @@ on: - docs/** jobs: - deploy-book: + deploy-docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/docs/installation.md b/docs/installation.md index b7befc5..5eb09fd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,6 +1,6 @@ # Installation -## From PyPI +## From PyPI To install the base package for model prediction, we recommend you use `pip`: diff --git a/docs/intro.md b/docs/intro.md index 7a95c67..db719ed 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -26,7 +26,7 @@ links_df = pd.DataFrame( { "distance": [0.1, 0.2, 0.3], # miles "speed": [30, 40, 50], # mph - "grade": [-0.05, 0, 0.05], # decimal + "grade": [-0.05, 0, 0.05], # decimal } )