Skip to content

Commit

Permalink
added logo and VSCode file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Nov 25, 2021
1 parent d849ab7 commit 2fbfec8
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![daglib](media/logo.png)
============

### Overview

![Build Status](https://github.com/jacobwilliams/daglib/actions/workflows/CI.yml/badge.svg)
Expand Down Expand Up @@ -76,7 +79,7 @@ and the image file:

### Documentation

* The API documentation for the current ```master``` branch can be found [here](https://jacobwilliams.github.io/daglib/). This is generated by processing the source files with [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
* The API documentation for the current ```master``` branch can be found [here](https://jacobwilliams.github.io/daglib/). This is generated by processing the source files with [FORD](https://github.com/Fortran-FOSS-Programmers/ford).

### License

Expand Down
13 changes: 13 additions & 0 deletions daglib.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true
}
}
Binary file added media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
306 changes: 306 additions & 0 deletions media/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fbfec8

Please sign in to comment.