Skip to content

Commit

Permalink
docs(sky): Correct docs in ABNT NBR 15575 skies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jun 5, 2024
1 parent 4aac0a0 commit b3c55c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions honeybee_radiance/cli/sky.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,13 @@ def leed_illuminance(wea, north, folder, name, log_file):
@click.option(
'--north', '-n', type=float, default=0, show_default=True, help='A '
'number between -360 and 360 for the counterclockwise difference between '
'the North and the positive Y-axis in degrees. 90 is West; 270 is East')
'the North and the positive Y-axis in degrees. 90 is West; 270 is East.')
@click.option('--folder', type=click.Path(
exists=False, file_okay=False, dir_okay=True, resolve_path=True), default='.',
help='Output folder for the two generated .sky files.')
@click.option(
'--log-file', help='Optional log file to output the information about the two '
'generated sky files. By default the list will be printed out to stdout',
'--log-file', help='Optional log file to output the information about the '
'four generated sky files. By default the list will be printed out to stdout.',
type=click.File('w'), default='-')
def abnt_nbr_15575(wea, north, folder, log_file):
"""Generate four CIE skies for ABNT NBR 15575.
Expand Down

0 comments on commit b3c55c9

Please sign in to comment.