Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kailaix/ADCME.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kailaix committed Feb 29, 2020
2 parents d2c5f7c + d07a8f5 commit f1cf7cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ Start building your forward and inverse modeling using ADCME today!

| Documentation | Tutorial | Research |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://kailaix.github.io/ADCME.jl/dev) | [![https://img.shields.io/badge/tutorial-Inverse%20Modeling-brightgreen](https://img.shields.io/badge/tutorials-Inverse Modeling-brightgreen)](https://kailaix.github.io/ADCME.jl/dev/tutorial/) | [![](https://img.shields.io/badge/-Applications-orange)](https://kailaix.github.io/ADCME.jl/dev/apps) |

https://kailaix.github.io/ADCME.jl/dev/apps
| [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://kailaix.github.io/ADCME.jl/dev) | [![](https://img.shields.io/badge/tutorials-Inverse%20Modeling-brightgreen)](https://kailaix.github.io/ADCME.jl/dev/tutorial/) | [![](https://img.shields.io/badge/-Applications-orange)](https://kailaix.github.io/ADCME.jl/dev/apps) |

# Installation

Expand Down Expand Up @@ -59,7 +57,7 @@ Pkg.build("ADCME")

# Tutorial

Consider solving the following problem
For a detailed tutorial, click [here](https://kailaix.github.io/ADCME.jl/dev/tutorial/). Consider solving the following problem

-bu''(x)+u(x) = f(x), x∈[0,1], u(0)=u(1)=0

Expand Down

2 comments on commit f1cf7cf

@kailaix
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/10328

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.4 -m "<description of version>" f1cf7cfde9f75311f6e7f6e726e25500467ed5b7
git push origin v0.4.4

Please sign in to comment.