Skip to content

Commit

Permalink
change links to fully qualified (#48)
Browse files Browse the repository at this point in the history
* change links to fully qualified

* add some badges
  • Loading branch information
mshafer-NI authored Feb 2, 2021
1 parent 8e6f99c commit fd0177f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# NI Python Style Guide

![logo](docs/logo.svg)
![logo](https://raw.githubusercontent.com/ni/python-styleguide/main/docs/logo.svg)

---

<!-- @TODO: We should show you some stinkin' badges -->
[![PyPI version](https://badge.fury.io/py/ni-python-styleguide.svg)](https://badge.fury.io/py/ni-python-styleguide) ![Publish Package](https://github.com/ni/python-styleguide/workflows/Publish%20Package/badge.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


Welcome to NI's internal and external Python conventions and enforcement tooling.

## Written Conventions

Our written conventions can be found at https://ni.github.io/python-styleguide/.

Their source is in [docs/Coding-Conventions.md](docs/Coding-Conventions.md).
Their source is in [docs/Coding-Conventions.md](https://github.com/ni/python-styleguide/tree/main/docs/Coding-Conventions.md).

NOTE: Using the GitHub Pages link is preferable to a GitHub `/blob` link.

Expand Down

0 comments on commit fd0177f

Please sign in to comment.