Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ <h1 class="page-header__title" data-reveal data-reveal-delay="60">
<strong>Something missing, or something wrong?</strong>
</p>
<p style="color: var(--ink-muted)">
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
<a
href="https://github.com/eggzec"
target="_blank"
rel="noopener"
style="color: var(--accent-text)"
>github.com/eggzec</a
>
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.
</p>
</div>
</div>
Expand Down
6 changes: 0 additions & 6 deletions src/data/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------
{
Expand Down