Skip to content

Commit

Permalink
Merge #915
Browse files Browse the repository at this point in the history
915: Add docline for Transform trait to root. r=michaelkirk a=mishakuzma

- [X] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
- [X] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---

This PR fixes Issue #732 by adding a doc line about the Transform trait to the root index in the recommended place.

Co-authored-by: Mykhaylo (Misha) Ivanovych Kuzma <[email protected]>
  • Loading branch information
bors[bot] and mishakuzma authored Oct 4, 2022
2 parents 86961cc + f8c3984 commit 18a9208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geo/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased

* Added doc for Transform trait to root docs index.
* Fixed an issues where calculating the convex hull of 3 collinear points
would include all 3.
* <https://github.com/georust/geo/pull/907>
Expand Down
1 change: 1 addition & 0 deletions geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
//! - **[`proj`](proj)**: Project geometries with the `proj` crate (requires the `use-proj` feature)
//! - **[`ChaikinSmoothing`](ChaikinSmoothing)**: Smoothen `LineString`, `Polygon`, `MultiLineString` and `MultiPolygon` using Chaikins algorithm.
//! - **[`Densify`](Densify)**: Densify linear geometry components by interpolating points
//! - **[`Transform`](Transform)**: Transform a geometry using Proj.
//!
//! # Features
//!
Expand Down

0 comments on commit 18a9208

Please sign in to comment.