Skip to content

Commit

Permalink
include docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tawheeler committed Sep 22, 2024
1 parent 06d7d53 commit 23ad631
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,15 @@ intervals = direct(f, a, b, max_iterations=10, min_radius=1e-4)

**Returns:**
- All hyperrectangular intervals maintained by DIRECT.

## Functions and Types

```@docs
DividedRectangles.basis
DividedRectangles.is_ccw
DividedRectangles.DirectRectangle
DividedRectangles.split_interval
DividedRectangles.get_split_intervals
DividedRectangles.direct
DividedRectangles.optimize
```

0 comments on commit 23ad631

Please sign in to comment.