From 17af0c3573d8658a23676358434da03caf0fc74c Mon Sep 17 00:00:00 2001 From: auphelia Date: Fri, 10 Feb 2023 10:23:07 +0000 Subject: [PATCH] [Docs] Update readme and authors list --- AUTHORS.rst | 4 +++- README.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index d011ce3d7a..861b81924b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -9,7 +9,7 @@ Contributors * Hendrik Borras (@HenniOVP) * Lucian Petrica (@quetric) * Tobias Alonso (@Tobi-Alonso) -* Felix Paul Jentzsch (@felixpj) +* Felix Paul Jentzsch (@fpjentzsch) * Mirza Mrahorovic (@mmrahorovic) * Suranga Mahesh (@surangamh) * Peter Lehnhardt (@pete-lennart) @@ -26,3 +26,5 @@ Contributors * Aziz Bahri (@azizb-xlnx) * Fionn O'Donohoe (@fionnodonohoe-xlnx) * Matthias Gehre (@mgehre-amd) +* Hugo Le Blevec (@hleblevec) +* Patrick Geel (@patrickgeel) diff --git a/README.md b/README.md index 1b8efc8f19..2e1faf8f0c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Please see the [Getting Started](https://finn.readthedocs.io/en/latest/getting_s ## Documentation -You can view the documentation on [readthedocs](https://finn.readthedocs.io) or build them locally using `python setup.py doc` from inside the Docker container. Additionally, there is a series of [Jupyter notebook tutorials](https://github.com/Xilinx/finn/tree/master/notebooks), which we recommend running from inside Docker for a better experience. +You can view the documentation on [readthedocs](https://finn.readthedocs.io) or build them locally using `python setup.py doc` from inside the Docker container. Additionally, there is a series of [Jupyter notebook tutorials](https://github.com/Xilinx/finn/tree/main/notebooks), which we recommend running from inside Docker for a better experience. ## Community @@ -67,4 +67,4 @@ The current implementation of the framework is based on the following publicatio ## Old version We previously released an early-stage prototype of a toolflow that took in Caffe-HWGQ binarized network descriptions and produced dataflow architectures. You can find it in the [v0.1](https://github.com/Xilinx/finn/tree/v0.1) branch in this repository. -Please be aware that this version is deprecated and unsupported, and the master branch does not share history with that branch so it should be treated as a separate repository for all purposes. +Please be aware that this version is deprecated and unsupported, and the main branch does not share history with that branch so it should be treated as a separate repository for all purposes.