From 42b744a7141324ddf044f685a76ced10c1fd3570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Sat, 22 Jun 2024 17:41:04 +0200 Subject: [PATCH] Add contributors, creation and update date --- docs/welcome.md | 9 +++++++++ mkdocs.yml | 6 ++++++ requirements-doc.txt | 2 ++ 3 files changed, 17 insertions(+) diff --git a/docs/welcome.md b/docs/welcome.md index abc9d1621..80632aff6 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -140,6 +140,13 @@ functions and calls to other libraries. **Outlines** 〰 is *compatible with every auto-regressive model*. It only interfaces with models via the next-token logits distribution. +## Outlines people + +Outlines would not be what it is today without a community of dedicated developers: + + + + ## Acknowledgements @@ -162,6 +169,8 @@ via the next-token logits distribution. 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). + + [discord]: https://discord.gg/R9DSu34mGd [aesara]: https://github.com/aesara-devs [blackjax]: https://github.com/blackjax-devs/blackjax diff --git a/mkdocs.yml b/mkdocs.yml index 7429ad6a0..2cdbb88a7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -84,6 +84,12 @@ plugins: - social: cards_layout_options: color: #173a58 + - git-committers: + repository: outlines-dev/outlines + branch: main + - git-revision-date-localized: + enable_creation_date: true + type: timeago nav: - Home: index.md diff --git a/requirements-doc.txt b/requirements-doc.txt index ec55b01f5..b7bd2efbb 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -3,3 +3,5 @@ mkdocs-material mkdocs-material[imaging] mkdocs-section-index mkdocstrings[python] +mkdocs-git-committers-plugin-2 +mkdocs-git-revision-date-localized-plugin