Skip to content

Commit f0459e2

Browse files
Merge pull request #228 from marvin-hansen/main
Updated Readme
2 parents d8a7f22 + d693c78 commit f0459e2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ resolver = "2"
33
members = [
44
"dcl_data_structures",
55
"deep_causality",
6-
"examples/*",
6+
"examples/csm",
7+
"examples/smoking",
8+
"examples/starter",
79
"deep_causality_macros",
810
"ultragraph",
911
]

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
[hyperlink]: https://deepcausality.com
4848

49-
[image]: /img/logo_color.png (DeepCausality Logo)
49+
[image]: https://github.com/deepcausality-rs/deep_causality/blob/main/img/logo_color.png (DeepCausality Logo)
5050

5151

5252
<div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center;">
@@ -77,6 +77,12 @@ suitable for real-time applications without additional acceleration hardware. De
7777
* [Changelog](CHANGELOG.md)
7878
* [Slides](docs/slides/LF_2023/DeepCausality.pdf)
7979

80+
## 🌎 Community
81+
82+
* [Discord](https://discord.gg/sTue79Sx)
83+
* [GH Discussions](https://github.com/orgs/deepcausality-rs/discussions)
84+
* [LF Email Lists](https://deepcausality.com/community/)
85+
8086
## 🚀 Getting Started
8187

8288
In your project folder, just run in a terminal:
@@ -163,13 +169,6 @@ After all dependencies have been installed, the following commands are ready to
163169

164170
The scripts called by each make command are located in the [script folder.](scripts)
165171

166-
## 👩‍👩‍👧‍👦 Community
167-
168-
* [Discord](https://discord.gg/sTue79Sx)
169-
* [GH Discussions](https://github.com/orgs/deepcausality-rs/discussions)
170-
* [Email Lists](https://deepcausality.com/community/)
171-
172-
173172
## 👨‍💻👩‍💻 Contribution
174173

175174
Contributions are welcomed especially related to documentation, example code, and fixes.

0 commit comments

Comments
 (0)