comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
112 stars 29 forks source link

Present code examples on the official webpage #92

Closed antonysigma closed 8 months ago

antonysigma commented 11 months ago

Uncomment the hyperlink to the ProxImaL code examples in the Sphinx table of contents (TOC). Remove automatic API documentation for the time being. Remove Travis CI button.

Present the problem formulation of some basic examples: TV denoise, TV regularized image deconvolution.

Expected output:

image

antonysigma commented 11 months ago

Hi @SteveDiamond , this is a PR to add the "Examples" page to the doc/ folder, which may impact your official page at https://proximal-lang.org. So, I wish to ask for your approval before merging.

I will add more real-world examples later.

-Antony