From 9e44e806b9dd936cd23f4fedc2bfc9bc74b553e7 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Tue, 18 Sep 2018 15:20:19 +1000 Subject: [PATCH] Fix image links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486e1e0..47366b8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Dataframes are also accepted, and specific units can be specified for the values >>> df_model.plot() ``` -![](doc/model.png#0) +![](doc/model.png) ```python >>> # Convert to prototype dimensions, with length scale=25 @@ -59,7 +59,7 @@ df_proto = froude.model_to_proto( df_proto.columns = ['$\eta$ (m)'] df_proto.plot() ``` -![](doc/proto.png#0) +![](doc/proto.png) `scaling` uses `pint` for unit and dimension conversions. `pint` is able to interpret a wide range of different input units.