Skip to content

Commit

Permalink
more fixes to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed May 3, 2024
1 parent ea845f6 commit 02b4c1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,14 @@ to yomm2.
## Going Further
The Reference is [here](https://jll63.github.io/yomm2/reference). Since version
1.3.0, some of the internals are documented, which make it possible to use the
library without using macros - see [the API tutorial](tutorials/api.md).
The documentation is [here](https://jll63.github.io/yomm2). Since version 1.3.0,
some of the internals are documented, which make it possible to use the library
without using macros - see [the API
tutorial](https://jll63.github.io/yomm2/tutorials/api.html).
YOMM2 has *experimental* support for writing templatized methods and definitions
- see [the templates tutorial](tutorials/templates_tutorial.md).
- see [the templates
tutorial](https://jll63.github.io/yomm2/tutorials/templates_tutorial.html).
The library comes with a series of examples:
Expand Down
10 changes: 6 additions & 4 deletions examples/README.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,14 @@ to yomm2.
## Going Further
The Reference is [here](https://jll63.github.io/yomm2/reference). Since version
1.3.0, some of the internals are documented, which make it possible to use the
library without using macros - see [the API tutorial](tutorials/api.md).
The documentation is [here](https://jll63.github.io/yomm2). Since version 1.3.0,
some of the internals are documented, which make it possible to use the library
without using macros - see [the API
tutorial](https://jll63.github.io/yomm2/tutorials/api.html).
YOMM2 has *experimental* support for writing templatized methods and definitions
- see [the templates tutorial](tutorials/templates_tutorial.md).
- see [the templates
tutorial](https://jll63.github.io/yomm2/tutorials/templates_tutorial.html).
The library comes with a series of examples:
Expand Down

0 comments on commit 02b4c1b

Please sign in to comment.