Skip to content

Commit 6aa87f4

Browse files
committed
feat: dark logo and other misc improvements to the site.
1 parent bd811d9 commit 6aa87f4

File tree

4 files changed

+90
-3
lines changed

4 files changed

+90
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)
1617
deploydocs(

docs/src/assets/logo-dark.svg

Lines changed: 82 additions & 0 deletions
Loading

docs/src/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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.
1213
Alternatively, 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
1618
user@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

0 commit comments

Comments
 (0)