Skip to content

Commit

Permalink
update BaseInterfaces docs (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Jul 15, 2024
1 parent 61f3365 commit d36fcdc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
12 changes: 0 additions & 12 deletions docs/src/baseinterfaces.jl

This file was deleted.

21 changes: 17 additions & 4 deletions docs/src/baseinterfaces.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# BaseInterfaces reference

## Docstrings
BaseInterfaces.jl is a work-in-progress package to define
the major base julia interfaces in Interfaces.jl syntax.

```@autodocs
Modules = [BaseInterfaces]
```
As many of these are not actually clarified yet, even in docstrings,
this is a difficult task and can't be 100% reliable.

But at least trying is worthwhile to get the ball rolling.

If you would like this interface to be more useful, and actually
registered, please contribute tests to the interface specs and new
interface we have not yet defined.

## Index

```@index
Modules = [BaseInterfaces]
```

## Docstrings

```@autodocs
Modules = [BaseInterfaces]
```

0 comments on commit d36fcdc

Please sign in to comment.