File tree Expand file tree Collapse file tree 4 files changed +90
-3
lines changed
Expand file tree Collapse file tree 4 files changed +90
-3
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Build Status] ( https://github.com/davidamaro/GroupFunctions.jl/actions/workflows/CI.yml/badge.svg?branch=master )] ( https://github.com/davidamaro/GroupFunctions.jl/actions/workflows/CI.yml?query=branch%3Amaster )
12[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://davidamaro.github.io/GroupFunctions.jl/dev )
23# GroupFunctions.jl
34
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ makedocs(sitename="GroupFunctions documentation",
1010 " Documentation" => " documentation.md" ,
1111 " Index" => " docstrings.md" ],
1212 format = Documenter. HTML (
13- assets = [" assets/favicon.ico" ]
13+ assets = [" assets/favicon.ico" ],
14+ sidebar_sitename= false
1415 ),
1516 )
1617deploydocs (
Original file line number Diff line number Diff line change 1+ [ ![ Build Status] ( https://github.com/davidamaro/GroupFunctions.jl/actions/workflows/CI.yml/badge.svg?branch=master )] ( https://github.com/davidamaro/GroupFunctions.jl/actions/workflows/CI.yml?query=branch%3Amaster )
12[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://davidamaro.github.io/GroupFunctions.jl/dev )
23# Getting started
34
@@ -12,9 +13,11 @@ It supports both numerical and symbolical group functions.
1213Alternatively, you can install the package directly from the repository:
1314
1415``` console
15- user@machine:~ $ mkdir new_code && cd new_code
16+ user@machine:~ $ mkdir new_code
17+ user@machine:~ $ cd new_code
1618user@machine:~ $ julia --project=.
17- julia> ] add https://github.com/davidamaro/GroupFunctions.jl
19+ julia> # here you need to press the character `]`; the prompt turns blue
20+ pkg > add https://github.com/davidamaro/GroupFunctions.jl
1821```
1922
2023### Getting Julia
You can’t perform that action at this time.
0 commit comments