Skip to content

Commit

Permalink
feat: improve consistency across compute policies (#11)
Browse files Browse the repository at this point in the history
* add figure for doc explanation

* add explanation in the ComputeMethod doc entry

* add svg copy to doc script

* rename ComputeMethod::Rectangle to RectangleLeft

* add RectangleRight variant to ComputeMethod

* add RectangleRight implementation

* add tests for the RectangleRight method
  • Loading branch information
imrn99 authored May 12, 2024
1 parent 7451f03 commit 14da0d1
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 17 deletions.
3 changes: 2 additions & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cp docs/index.html target/doc
cp docs/index.css target/doc
cp docs/index.css target/doc
cp docs/compute_methods.svg target/doc
Loading

0 comments on commit 14da0d1

Please sign in to comment.