Skip to content

Commit

Permalink
Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
intoverflow committed Nov 29, 2021
1 parent 642ad3d commit bebc9fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
19 changes: 18 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -9,8 +9,25 @@ Our goal is to deliver a style guide that is useful to the community.
We can't do that without your help!


# Pull requests
# Hacking on vstyle

## Building

Requires:
* [Sphinx](https://www.sphinx-doc.org)
* [Alectryon](https://github.com/cpitclaudel/alectryon)

```console
$ make -C docs html
```


## Useful references

* [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html)


# Pull requests

## Hosting, builds, & continuous integration

Expand Down
23 changes: 5 additions & 18 deletions README.md
@@ -1,33 +1,20 @@
# vstyle: A style guide for Coq

![GitHub](https://img.shields.io/github/license/appliedfm/vstyle)
[![Contributing](https://img.shields.io/badge/-contribute-success.svg)](https://github.com/appliedfm/vstyle/blob/main/CONTRIBUTING.md)
[![applied.fm](https://img.shields.io/badge/-applied.fm-orchid)](https://applied.fm)

![Website](https://img.shields.io/website?url=https%3A%2F%2Fvstyle.readthedocs.io)
![Documentation Status](https://readthedocs.org/projects/vstyle/badge/?version=latest)

![GitHub](https://img.shields.io/github/license/appliedfm/vstyle)
[![Contributing](https://img.shields.io/badge/-contribute-success.svg)](https://github.com/appliedfm/vstyle/blob/main/CONTRIBUTING.md)

The latest version can be viewed at [vstyle.readthedocs.io](https://vstyle.readthedocs.io).

Published by [applied.fm](https://applied.fm). Hosted by [readthedocs.org](https://readthedocs.org/projects/vstyle/).


## Building
#

[![Coq](https://img.shields.io/badge/-Coq-royalblue)](https://github.com/coq/coq)
[![Alectryon](https://img.shields.io/badge/-Alectryon-orangered)](https://github.com/cpitclaudel/alectryon/)
[![Sphinx](https://img.shields.io/badge/-Sphinx-navy)](https://www.sphinx-doc.org)
[![readthedocs](https://img.shields.io/badge/-readthedocs-slateblue)](https://readthedocs.org)

Requires:
* [Sphinx](https://www.sphinx-doc.org)
* [alectryon](https://github.com/cpitclaudel/alectryon)

```console
$ make -C docs html
```


## References

* [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html)
[![applied.fm](https://img.shields.io/badge/-applied.fm-orchid)](https://applied.fm)

0 comments on commit bebc9fe

Please sign in to comment.