Skip to content

Commit 7934b31

Browse files
committed
Add contributors, creation and update date
1 parent 8dcd24e commit 7934b31

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/welcome.md

+9
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ functions and calls to other libraries.
140140
**Outlines** 〰 is *compatible with every auto-regressive model*. It only interfaces with models
141141
via the next-token logits distribution.
142142

143+
## Outlines people
144+
145+
Outlines would not be what it is today without a community of dedicated developers:
146+
147+
<a href="https://github.com/outlines-dev/outlines/graphs/contributors">
148+
<img src="https://contrib.rocks/image?repo=outlines-dev/outlines" />
149+
</a>
143150

144151
## Acknowledgements
145152

@@ -162,6 +169,8 @@ via the next-token logits distribution.
162169

163170
Outlines was originally developed at [@NormalComputing](https://twitter.com/NormalComputing) by [@remilouf](https://twitter.com/remilouf) and [@BrandonTWillard](https://twitter.com/BrandonTWillard). It is now maintained by [.txt](https://dottxt.co).
164171

172+
173+
165174
[discord]: https://discord.gg/R9DSu34mGd
166175
[aesara]: https://github.com/aesara-devs
167176
[blackjax]: https://github.com/blackjax-devs/blackjax

mkdocs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ plugins:
8484
- social:
8585
cards_layout_options:
8686
color: #173a58
87+
- git-committers:
88+
repository: outlines-dev/outlines
89+
branch: main
90+
- git-revision-date-localized:
91+
enable_creation_date: true
92+
type: timeago
8793

8894
nav:
8995
- Home: index.md

requirements-doc.txt

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ mkdocs-material
33
mkdocs-material[imaging]
44
mkdocs-section-index
55
mkdocstrings[python]
6+
mkdocs-git-committers-plugin-2
7+
mkdocs-git-revision-date-localized-plugin

0 commit comments

Comments
 (0)