Skip to content

Commit

Permalink
Format docs name
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Oct 25, 2021
1 parent 46aeac3 commit 3355ec1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 100 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ tspan=collect(0:0.001:5)

And if you plot the result, you can see the result of the fractional differential equation:

![Example](/docs/src/assets/simple_example.png)
![Example](/docs/src/assets/simple_example.png)

## Contributing

If you are interested in Fractional Differential Equations and Julia, welcome to raise an issue or file a Pull Request!!
97 changes: 0 additions & 97 deletions docs/Manifest.toml

This file was deleted.

3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Example" => "example/example.md"
"Example" => "example/example.md",
"FractionalDiffEq APIs" => "APIs.md"
],
)

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion test/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using FractionalDiffEq
using Test



@testset "Test Diethelm algorithms" begin
fun(x, y) = 1-y
result=solve(fun, 0.75, 0, 1, 0.01)
Expand Down

2 comments on commit 3355ec1

@ErikQQY
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/47456

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 3355ec12ea9a9e226bac5a4cd5bef0d6017696a4
git push origin v0.1.0

Please sign in to comment.