Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpf committed Dec 19, 2019
1 parent 3f98caa commit 569e20f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
web/eqs
web/*.html
*~

docs/site
.DS_Store
4 changes: 2 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPGL1: A solver for sparse optimization
# SPGL1: A solver for sparse least squares

SPGL1 is an open-source Matlab solver for sparse least-squares. It is designed to solve any one of these three problem formulations:

Expand Down Expand Up @@ -28,7 +28,7 @@ $$\mathop{\mathrm{minimize}}_{x}\quad \Vert x\Vert_p\quad \mathrm{subject\ to}\q

We are glad to hear from you if you find SPGL1 useful, or if you have any suggestions, contributions, or bug reports. Please send these to the SPGL1 authors

* Ewout van den Berg (Email ``[email protected]>``)
* Ewout van den Berg (Email ``<[email protected]>``)
* [Michael P. Friedlander](https://friedlander.io) (Email: ``<[email protected]>``)

## Credits
Expand Down
10 changes: 5 additions & 5 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
site_name: SPGL1
site_name: SPGL1 - Sparse Least Squares
nav:
- Introduction: index.md
- Installation: install.md
- Instal & Download: install.md
- Usage: usage.md
- Options: options.md
- Information structure: infostruct.md
- Theory: pareto.md
- Information Structure: infostruct.md
- Exit Conditions: exits.md
- Regularization: regularization.md
- Exit conditions: exits.md
- Theory: pareto.md
- Citing: cite.md

copyright: 'Copyright &copy; 2008 - 2019 Ewout van den Berg and Michael Friedlander'
Expand Down

0 comments on commit 569e20f

Please sign in to comment.