-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
5 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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
--- | ||
title: API Reference | ||
title: Spock API Reference | ||
sidebar_position: 1 | ||
--- | ||
|
||
Landing page | ||
`spock` is a framework that helps manage complex parameter configurations during research and development of Python | ||
applications. `spock` lets you focus on the code you need to write instead of re-implementing boilerplate code like | ||
creating ArgParsers, reading configuration files, implementing traceability etc. | ||
|
||
|
||
These pages contain the Python API reference of `spock` including both public and private methods/classes, etc. Please | ||
refer to [Quick Start](Quick-Start.md) for getting started with `spock`. |
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
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