Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# etw #

[![pypi](https://img.shields.io/pypi/v/etw.svg)](https://pypi.python.org/pypi/etw)
[![travis](https://img.shields.io/travis/Equinor/etw.svg?label=travis)](https://travis-ci.org/Equinor/etw)
[![readthedocs](https://readthedocs.org/projects/etw/badge/?version=latest)](https://etw.readthedocs.io/en/latest/?badge=latest)Edge Time Warp
[![travis](https://img.shields.io/travis/equinor/etw.svg?label=travis)](https://travis-ci.org/equinor/etw)
[![readthedocs](https://readthedocs.org/projects/etw/badge/?version=latest)](https://etw.readthedocs.io/en/latest/?badge=latest)

etw: package generated with cookiecutter-equinor

## Index ##

Expand Down Expand Up @@ -39,8 +41,8 @@ feature requests, and documentation.

## Examples ##

### Hello world ###
### Example 1 ###

```python3
print('Hello world')
pass
```
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down