From 17d2a9dc4c034a04c44923928ff4917a4f5641c3 Mon Sep 17 00:00:00 2001 From: saudzahirr Date: Tue, 18 Aug 2026 13:50:18 +0500 Subject: [PATCH] Drop PyOpt from the catalog and rewrite the issue-tracker copy Remove the PyOpt entry from the project catalog. The projects callout told readers to open an issue on github.com/eggzec "if anything is unclear", which invites issues for personal understanding. Issue trackers are for bugs, incorrect results, documentation defects and feature requests; questions belong in discussions and patches in pull requests. Say that instead. Co-Authored-By: Claude Opus 5 (1M context) --- projects/index.html | 8 +++++--- src/data/site.ts | 6 ------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/projects/index.html b/projects/index.html index 8c26294..074937e 100644 --- a/projects/index.html +++ b/projects/index.html @@ -44,15 +44,17 @@

Something missing, or something wrong?

- Pick a project, read its documentation, and open an issue on + Bugs, incorrect results, broken or unclear documentation, and feature requests + belong in the issue tracker of the project they concern, over on github.com/eggzec - if anything is unclear. + >. Patches are welcome as pull requests against the same repository. For questions + about how a project works, read its documentation first and ask in the repository + discussions rather than opening an issue.

diff --git a/src/data/site.ts b/src/data/site.ts index 360a9bb..23f284a 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -110,12 +110,6 @@ export const PROJECTS: Project[] = [ pypi: 'nlpql', icon: 'nlpql.svg', }, - { - name: 'PyOpt', - tagline: 'Nonlinear constrained optimization behind one interface over several solvers', - category: 'Optimization', - github: gh('PyOpt'), - }, // ---- Numerics --------------------------------------------------------- {