From 230196703f4b1357e956786ae700027fb5abfbec Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 19 Jun 2019 08:58:50 -0700 Subject: [PATCH] Minor README updates --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f461ea7..b781cb4 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@
[![Build Status](https://travis-ci.org/checktheroads/hyperglass.svg?branch=master)](https://travis-ci.org/checktheroads/hyperglass) +![GitHub issues](https://img.shields.io/github/issues/checktheroads/hyperglass.svg) ![Pylint](https://raw.githubusercontent.com/checktheroads/hyperglass/master/pylint.svg?sanitize=true) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) -![GitHub issues](https://img.shields.io/github/issues/checktheroads/hyperglass.svg) ## Features @@ -27,13 +27,9 @@ - Query response caching with configurable cache timeout - [Prometheus](https://prometheus.io/) metrics for query statistics tracking -## Documentation +## [Documentation](https://hyperglass.readthedocs.io) -[Documentation can be found here](https://hyperglass.readthedocs.io). - -## Preview - -For screenshots, see [here](https://hyperglass.readthedocs.io/en/latest/screenshots/). +## [Preview](https://hyperglass.readthedocs.io/en/latest/screenshots/) ## Platform Support @@ -50,6 +46,10 @@ Theoretically, any vendor supported by Netmiko can be supported by hyperglass. H - Linux: `linux_ssh` +## Coming Soon + +- [BIRD](https://bird.network.cz/) Support + ## Acknowledgements - This project originally started as a fork of [vraulsan](https://github.com/vraulsan)'s [looking-glass](https://github.com/vraulsan/looking-glass) project. The guts of the Flask components still remain from that project, but almost everything else has been rewritten. Nevertheless, the inspiration for building hyperglass came from here.