Skip to content

Commit ab643ad

Browse files
author
Uwe Hernandez Acosta
committed
removed picture from README
1 parent 5621416 commit ab643ad

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ lines!(ax, ω_arr ./ EF, dsf_values ./ norm)
7979
display(fig)
8080
```
8181

82-
![example](docs/src/assets/readme_example.png)
83-
8482
## Contributing
8583

8684
Contributions of all kinds are welcome.

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open(readme_path, "r") do readme_in
2121
readme_string = replace(readme_string, "[MIT](LICENSE)" => "[MIT]($(license_path))")
2222
readme_string = replace(readme_string, "(docs/src/90-contributing.md)" => "(90-contributing.md)")
2323
readme_string = replace(readme_string, "(docs/src/90-contributing.md)" => "(90-contributing.md)")
24-
readme_string = replace(readme_string, "(docs/assets/readme_example.png)" => "(assets/readme_example.png)")
24+
#readme_string = replace(readme_string, "![](docs/assets/readme_example.png)" => "")
2525
open(index_path, "w") do readme_out
2626
write(readme_out, readme_string)
2727
end

docs/src/assets/readme_example.png

-70.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)