Skip to content

Commit

Permalink
Merge pull request #6 from inventree/docs
Browse files Browse the repository at this point in the history
Add docs
  • Loading branch information
SchrodingersGat authored Nov 18, 2024
2 parents 4baffd3 + 884eafd commit d97b6ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ An [InvenTree](https://inventree.org) plugin for generating and viewing statisti

## Description

... TODO ...
The *Test Statistics* plugin provides a number of tools for generating and viewing statistical test data, which can be displayed dynamically in the user interface, or exported to a file for further processing.

Test statistics can be generated for a particular part, or for a selected build order.

| Context | Screenshot |
| --- | --- |
| Test for a part (including variants) | ![Part Test Statistics](docs/img/stats.png) |

## Installation

### Via User Interface

The simplest way to install this plugin is from the InvenTree plugin interface. Enter the plugin name (`inventree-test-statistics`) and click the `Install` button:

... TODO ...
![Install Plugin](docs/img/install.png)

### Via Pip

Expand All @@ -34,7 +39,7 @@ pip install -U inventree-test-statistics

The plugin can be configured via the InvenTree plugin interface. The following settings are available:

... TODO ...
*TODO: No plugin settings are currently available*

## Contributing

Expand Down
Binary file added docs/img/install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/part_stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test_statistics/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for the inventree-test-statistics plugin."""

PLUGIN_VERSION = "0.1.0"
PLUGIN_VERSION = "0.1.1"

0 comments on commit d97b6ae

Please sign in to comment.