diff --git a/README.md b/README.md index a82ea0d..fa1592a 100644 --- a/README.md +++ b/README.md @@ -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 ## @@ -39,8 +41,8 @@ feature requests, and documentation. ## Examples ## -### Hello world ### +### Example 1 ### ```python3 - print('Hello world') + pass ``` diff --git a/docs/conf.py b/docs/conf.py index 8311804..87d2940 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.