Skip to content

Commit

Permalink
mention package extensions in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Jan 1, 2024
1 parent ec59703 commit 7b6da74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# BioStructures API

On Julia 1.9 and later the `DataFrame` and `MetaGraph` constructors are in package extensions in order to reduce the number of dependencies.
Call `using DataFrames` and `using Graphs, MetaGraphs` respectively to access these functions.

```@index
Order = [:module, :type, :constant, :function, :macro]
```
Expand Down

0 comments on commit 7b6da74

Please sign in to comment.