Skip to content

Commit

Permalink
doc: fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 22, 2021
1 parent 9c41ff7 commit 900f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ There are three methods determining how to convert `AFI` to array index:
* [`FunctionIndices.to_function`](@ref): this function is called in default method `to_index` and convert the given `AFI` to a function.
* [`FunctionIndices.indextype`](@ref): this function is called in `to_indices` and returns a type as the `Type` argument of `to_index`. The `indextype` accepts two arguments, the type of array and type of a `AFI`.

## [Example to define "Not"](@ref intro-define)
## [Example to define "Not"](@id intro-define)

If you don't like the default behavior of `not`, creating a new "Not" index type is easy:

Expand Down

2 comments on commit 900f4b1

@wangl-cc
Copy link
Owner 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/47279

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>" 900f4b1aed4476d237cf4981efc0df7ad26c183f
git push origin v0.1.0

Please sign in to comment.