From f646bf1f1d968e925a544f2cfc9b8eeb48dc70ac Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 23 Apr 2021 22:08:59 +0200 Subject: [PATCH] added readthedocs badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6368510..23ccfa6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RiscEmu - RISC-V (userspace) emulator in python +[![Documentation Status](https://readthedocs.org/projects/riscemu/badge/?version=latest)](https://riscemu.readthedocs.io/en/latest/?badge=latest) + Implementing a basic RISC-V emulator, aimed at being easily extendable. Check out the docs at [readthedocs](https://riscemu.readthedocs.io/en/latest/index.html) or [riscemu.datenvorr.at](https://riscemu.datenvorr.at/index.html).