Skip to content

Commit

Permalink
Minor changes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Dec 11, 2024
1 parent 2b259f4 commit c24d214
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ Documentation for `XRootD.jl` public interface.

## Index
```@index
Pages = ["api.md"]
Modules = [XRootD, XRootD.XrdCl]
Modules = [XRootD, XRootD.XrdCl, Base, Base.Filesystem]
Order = [:type]
```
```@index
Pages = ["api.md"]
Modules = [XRootD, XRootD.XrdCl, Base]
Modules = [XRootD, XRootD.XrdCl, Base, Base.Filesystem]
Order = [:function]
```

Expand Down

2 comments on commit c24d214

@peremato
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Patch release 0.2.2. Added walkdir() function to iterate over a directory tree

@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/121202

Tagging

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

Please sign in to comment.