Skip to content

Commit c43f861

Browse files
authored
🐛 Fix book summary (#1)
1 parent 1729a0c commit c43f861

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

book/src/introduction.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Introduction
1+
# cppXplorers : Explorations in C++ for applied sciences
22

3-
```admonish info
4-
A beautifully styled message.
5-
```
3+
`cppXplorers` is a collection of experiments and examples in modern C++, with a focus on applied sciences and engineering. The project is organized as a mono-repository, where each crate is independent and self-contained.
4+
5+
The purpose of this repository is to provide a space for exploring numerical methods, algorithms, and patterns in C++ in a practical and modular way. It is not intended as a tutorial or comprehensive learning resource, but rather as a set of working examples and references.
6+
7+
Contributions are welcome. If you spot an issue, find an area that could be improved, or want to add your own example, feel free to open an issue or submit a pull request.
File renamed without changes.

0 commit comments

Comments
 (0)