Skip to content

Commit

Permalink
Add new style to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Jun 3, 2024
1 parent 2823979 commit a7e7678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/development/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,16 @@ This allows users to quickly understand the type of data that should be input in
Parameters
----------
param_a: dict
param_a : dict
A dictionary containing the data
param_b: int, default: 5
param_b : int, default: 5
A scaling factor to be applied to the data
param_c: "mean" | "median", default: "mean"
param_c : "mean" | "median", default: "mean"
What to calculate on the data
Returns
-------
great_data: dict
great_data : dict
A dictionary of the processed data
"""
Expand Down

0 comments on commit a7e7678

Please sign in to comment.