Skip to content

Commit 92f3566

Browse files
committed
Update contributing page
1 parent 48495f4 commit 92f3566

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ callouts:
1818

1919
warning:
2020
color: red
21+
22+
gh_edit_link: true
23+
gh_edit_link_text: "Edit this page on GitHub"
24+
gh_edit_repository: "https://github.com/sdpa-python/sdpa-python.github.io"
25+
gh_edit_branch: "main"
26+
gh_edit_view_mode: "tree"

docs/contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Below is a non-exhaustive list of opportunities for contributing to the developm
1111

1212
### Small scope projects
1313

14-
1. Implement multi-level output logging. CVXPY would ideally require SDPA to produce no output in non verbose mode, but SDPA still prints some output even when `display` is set to `no` in solver options.
15-
2. Contribute build instructions for Intel MKL, AMD AOCL and Nvidia cuBLAS to this documentation.
14+
1. Improving this documentation.
15+
2. Writing unit tests/benchmarks.
1616

1717
### Medium scope projects
1818

0 commit comments

Comments
 (0)