Skip to content

Commit

Permalink
[doc] Add link to reference doc to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Feb 7, 2022
1 parent e815de3 commit 53476b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
itertools is a single-header C++ library that allows, with a simple interface, for the writing of
various types of range-based for loops.

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

## Simple Example

```c++
Expand Down

0 comments on commit 53476b8

Please sign in to comment.