From 2b12a3a01ebc3c5cae25120d1946217714ff5b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20G=C3=A5semyr=20Magnus?= Date: Fri, 26 Apr 2019 13:43:04 +0200 Subject: [PATCH 1/2] skip doc html_static_path --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 4931f2ee09a327f7e7c36c2ba9bef618fb5ce729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20G=C3=A5semyr=20Magnus?= Date: Fri, 26 Apr 2019 13:43:18 +0200 Subject: [PATCH 2/2] WIP readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 ```