Skip to content

Commit

Permalink
Merge pull request #4840 from ampproject/add/optimizer-readme-diagram
Browse files Browse the repository at this point in the history
Add Optimizer conceptual diagram to README.md file
  • Loading branch information
westonruter authored Jun 12, 2020
2 parents 7fc9330 + 3a89be0 commit c20c088
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The AMP Optimizer is a `AmpProject\Optimizer\TransformationEngine` object that s

During the process, errors might occur that make parts of the optimization impossible. These are collected within an `AmpProject\Optimizer\ErrorCollection` object that you can then iterate over to find out more and provide feedback as needed.

![Diagram showing the conceptual parts of the AMP Optimizer](https://via.placeholder.com/1200x400.png?text=Conceptual overview diagram)
![Diagram showing the conceptual parts of the AMP Optimizer](conceptual-diagram.svg)

## Installation

Expand Down
Loading

0 comments on commit c20c088

Please sign in to comment.