Skip to content

Commit cdc8b2f

Browse files
authored
Update README.md for clarity and formatting
1 parent 4153a83 commit cdc8b2f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<p align="center"><img src="https://raw.githubusercontent.com/TuringLang/turinglang.github.io/refs/heads/main/assets/logo/turing-logo.svg" alt="Turing.jl logo" width="200" /></p>
2-
<h1 align="center">Turing.jl</h1>
3-
<p align="center"><i>Probabilistic programming and Bayesian inference in Julia</i></p>
1+
<p align="center"><img src="https://turinglang.org/assets/logo/turing-logo-light.svg" alt="Turing.jl logo" width="300" /></p>
2+
<p align="center"><i>Bayesian inference with probabilistic programming</i></p>
43
<p align="center">
54
<a href="https://turinglang.org/"><img src="https://img.shields.io/badge/docs-tutorials-blue.svg" alt="Tutorials" /></a>
65
<a href="https://turinglang.org/Turing.jl/stable"><img src="https://img.shields.io/badge/docs-API-blue.svg" alt="API docs" /></a>
@@ -9,7 +8,7 @@
98
<a href="https://github.com/SciML/ColPrac"><img src="https://img.shields.io/badge/ColPrac-Contributor%27s%20Guide-blueviolet" alt="ColPrac: Contributor's Guide on Collaborative Practices for Community Packages" /></a>
109
</p>
1110

12-
## 🚀 Get started
11+
## Get started
1312

1413
Install Julia (see [the official Julia website](https://julialang.org/install/); you will need at least Julia 1.10 for the latest version of Turing.jl).
1514
Then, launch a Julia REPL and run:
@@ -38,7 +37,7 @@ You can find the main TuringLang documentation at [**https://turinglang.org**](h
3837

3938
API documentation for Turing.jl is specifically available at [**https://turinglang.org/Turing.jl/stable**](https://turinglang.org/Turing.jl/stable/).
4039

41-
## 🛠️ Contributing
40+
## Contributing
4241

4342
### Issues
4443

@@ -55,20 +54,20 @@ Breaking releases (minor version) should target the `breaking` branch.
5554

5655
If you have not received any feedback on an issue or PR for a while, please feel free to ping `@TuringLang/maintainers` in a comment.
5756

58-
## 💬 Other channels
57+
## Other channels
5958

6059
The Turing.jl userbase tends to be most active on the [`#turing` channel of Julia Slack](https://julialang.slack.com/archives/CCYDC34A0).
6160
If you do not have an invitation to Julia's Slack, you can get one from [the official Julia website](https://julialang.org/slack/).
6261

6362
There are also often threads on [Julia Discourse](https://discourse.julialang.org) (you can search using, e.g., [the `turing` tag](https://discourse.julialang.org/tag/turing)).
6463

65-
## 🔄 What's changed recently?
64+
## What's changed recently?
6665

6766
We publish a fortnightly newsletter summarising recent updates in the TuringLang ecosystem, which you can view on [our website](https://turinglang.org/news/), [GitHub](https://github.com/TuringLang/Turing.jl/issues/2498), or [Julia Slack](https://julialang.slack.com/archives/CCYDC34A0).
6867

6968
For Turing.jl specifically, you can see a full changelog in [`HISTORY.md`](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) or [our GitHub releases](https://github.com/TuringLang/Turing.jl/releases).
7069

71-
## 🧩 Where does Turing.jl sit in the TuringLang ecosystem?
70+
## Where does Turing.jl sit in the TuringLang ecosystem?
7271

7372
Turing.jl is the main entry point for users, and seeks to provide a unified, convenient interface to all of the functionality in the TuringLang (and broader Julia) ecosystem.
7473

@@ -125,5 +124,3 @@ month = feb,
125124
```
126125

127126
</details>
128-
129-
You can see the full list of publications that have cited Turing.jl on [Google Scholar](https://scholar.google.com/scholar?cites=11803241473159708991).

0 commit comments

Comments
 (0)