Skip to content

Commit

Permalink
Add API docs pages for Fokker-Planck collision operator modules
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Dec 1, 2023
1 parent 87459f0 commit ad2fb16
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/zz_fokker_planck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
`fokker_planck`
===============

```@autodocs
Modules = [moment_kinetics.fokker_planck]
```
6 changes: 6 additions & 0 deletions docs/src/zz_fokker_planck_calculus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
`fokker_planck_calculus`
========================

```@autodocs
Modules = [moment_kinetics.fokker_planck_calculus]
```
6 changes: 6 additions & 0 deletions docs/src/zz_fokker_planck_test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
`fokker_planck_test`
====================

```@autodocs
Modules = [moment_kinetics.fokker_planck_test]
```

0 comments on commit ad2fb16

Please sign in to comment.