-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added simple documentation with mkdocs.
- Loading branch information
1 parent
b5d1a2c
commit 7dc8077
Showing
5 changed files
with
74 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Welcome to LorenzPy | ||
|
||
This site contains the documentation for the `LorenzPy` Python package | ||
that can be used to simulate and measure discrete and continuous chaotic dynamical | ||
systems. | ||
|
||
## Contents: | ||
|
||
1. [Reference](reference.md) The API reference. | ||
|
||
## Project Overview: | ||
::: lorenzpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### LorenzPy package: | ||
::: lorenzpy | ||
|
||
### simulations module: | ||
::: lorenzpy.simulations | ||
|
||
### measures module: | ||
::: lorenzpy.measures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
site_name: LorenzPy Docs | ||
|
||
theme: | ||
name: "material" | ||
|
||
plugins: | ||
- mkdocstrings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters