Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PythonSpring/pyspring-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PythonSpring/pyspring-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/scheduler
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. feat(docs): Add scheduling guide and integrate into navigation

    - Introduced a new guide on the PySpring Scheduler, detailing installation, configuration, and usage of scheduled tasks with decorators.
    - Updated `mkdocs.yml` to include the new Scheduling section in the documentation navigation.
    William-W-Chen committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    6952110 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. fix(docs): Correct import paths in scheduling guide

    - Updated import statements in the scheduling guide to reflect the correct module name `py_spring_scheduler` instead of `pyspring_scheduler` for consistency and accuracy.
    William-W-Chen committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    5d37a56 View commit details
    Browse the repository at this point in the history
  2. docs: Update installation instructions for PySpring Scheduler

    - Changed the installation command to reflect that the package can only be installed directly from the git repository due to active development.
    William-W-Chen committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    059fa19 View commit details
    Browse the repository at this point in the history
Loading