Skip to content

Commit

Permalink
Add Project file to docs (#47)
Browse files Browse the repository at this point in the history
* Update the docs and add a Project.toml file

* Version 0.6.4

Co-authored-by: Johnny Chen <[email protected]>
  • Loading branch information
timholy and johnnychen94 authored Feb 12, 2020
1 parent e178884 commit e75e34c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ImageAxes"
uuid = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
version = "0.6.3"
version = "0.6.4"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
7 changes: 7 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Documenter = "~0.24"
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ As described in more detail in the [AxisArrays documentation](https://github.com

```@example 1
sl = img[Axis{:z}(2)]
sl = img[z=2] # with AxisArrays 0.4.2 or higher
```

You can also give units to the axes:
Expand Down

2 comments on commit e75e34c

@johnnychen94
Copy link
Member

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/9374

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.6.4 -m "<description of version>" e75e34c9d79ee81ea9f5cf8dff48ffac4be3f519
git push origin v0.6.4

Please sign in to comment.