Skip to content

Commit

Permalink
fix loading problem [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Nov 25, 2021
1 parent f520b0f commit 0c5c2ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ To test the Package:

For beginners, it is highly recommended to read the [documentation of PhysicalParticles.jl](https://juliaastrosim.github.io/PhysicalParticles.jl/dev/).

## References

- [GeometicalPredicates.jl](https://github.com/JuliaGeometry/GeometricalPredicates.jl)

## Package ecosystem

- Basic data structure: [PhysicalParticles.jl](https://github.com/JuliaAstroSim/PhysicalParticles.jl)
Expand Down
16 changes: 16 additions & 0 deletions docs/src/manual/guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Guide

## Installation

From the Julia REPL, type `]` to enter the Pkg REPL mode and run
```julia
pkg> add PhysicalMeshes
```
or add from git repository
```julia
pkg> add https://github.com/JuliaAstroSim/PhysicalMeshes.jl
```

Test the package by
```julia
pkg> test PhysicalMeshes
```

## Basic Usage

See seperated documentations.
Expand Down
1 change: 0 additions & 1 deletion src/PhysicalMeshes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using LinearAlgebra
using StaticArrays
#using Decimals
using StructArrays
using Polyester

@reexport using PhysicalParticles

Expand Down

0 comments on commit 0c5c2ba

Please sign in to comment.