Skip to content

Commit

Permalink
[doc] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Apr 24, 2024
1 parent 300d7c2 commit 9df7089
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

# itertools

itertools is a single-header C++ library that allows, with a simple interface, for the writing of
various types of range-based for loops.
itertools is a C++ library that provides functionality to create and adapt C++ ranges.

A prelimenary reference documentation based on [Doxygen](https://www.doxygen.nl) is provided at [triqs.github.io/itertools](https://triqs.github.io/itertools/latest/).
A reference documentation based on [Doxygen](https://www.doxygen.nl) is provided at [triqs.github.io/itertools](https://triqs.github.io/itertools).

## Simple Example

Expand Down

0 comments on commit 9df7089

Please sign in to comment.