Skip to content

Commit

Permalink
chore: remove many Swing-based examples (TimefoldAI#730)
Browse files Browse the repository at this point in the history
The entire chapter of use cases and examples was removed from the docs.
We do not want to advertise Swing-based examples.

Much of the NQueens and Cloud Balancing content was converted to School
Timetabling. A very small portion of content was removed without replacement.

NQueens and Cloud Balancing are still occasionally used in the docs to
explain some concepts. (They are simple enough to show well in
pictures.) Those explanations do not require any code, as they are
mostly concepts and visualizations. We may still decide to change those
pictures eventually.
  • Loading branch information
triceo authored Mar 21, 2024
1 parent b6abd9e commit fcf1e3b
Show file tree
Hide file tree
Showing 468 changed files with 819 additions and 900,826 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config user.name "Timefold Release Bot"
git config user.email "[email protected]"
git checkout -b "v$TIMEFOLD_SOLVER_VERSION"
../timefold-solver/.github/scripts/sprint_initializr_bump_solver.sh
../timefold-solver/.github/scripts/spring_initializr_bump_solver.sh
git add $SPRING_INITIALIZR_YAML_FILE_PATH
git commit -m "Upgrade to Timefold Solver $TIMEFOLD_SOLVER_VERSION"
gh pr create --head $(git branch --show-current) --title "Upgrade to Timefold Solver $TIMEFOLD_SOLVER_VERSION" --body-file .github/workflows/release-pr-spring-body.md
gh pr create --head $(git branch --show-current) --title "Upgrade to Timefold Solver $TIMEFOLD_SOLVER_VERSION" --body-file ../timefold-solver/.github/workflows/release-pr-spring-body.md
31 changes: 0 additions & 31 deletions .github/workflows/turtle.yml

This file was deleted.

Binary file not shown.
Loading

0 comments on commit fcf1e3b

Please sign in to comment.