Skip to content

Commit 3907956

Browse files
ejm714actions-user
authored andcommitted
Add rendered files from build
1 parent ecff2fc commit 3907956

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -140,28 +140,23 @@ Usage: deon [OPTIONS]
140140
141141
Easily create an ethics checklist for your data science project.
142142
143-
The checklist will be printed to standard output by default. Use the
144-
--output option to write to a file instead.
143+
The checklist will be printed to standard output by default. Use the --output
144+
option to write to a file instead.
145145
146146
Options:
147147
-l, --checklist PATH Override default checklist file with a path to a custom
148148
checklist.yml file.
149-
150149
-f, --format TEXT Output format. Default is "markdown". Can be one of
151150
[ascii, html, jupyter, markdown, rmarkdown, rst].
152151
Ignored and file extension used if --output is passed.
153-
154152
-o, --output PATH Output file path. Extension can be one of [.txt, .html,
155153
.ipynb, .md, .rmd, .rst]. The checklist is appended if
156154
the file exists.
157-
158155
-w, --overwrite Overwrite output file if it exists. Default is False,
159156
which will append to existing file.
160-
161157
-m, --multicell For use with Jupyter format only. Write checklist with
162158
multiple cells, one item per cell. Default is False,
163159
which will write the checklist in a single cell.
164-
165160
--help Show this message and exit.
166161
167162
```

docs/docs/index.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -133,28 +133,23 @@ Usage: deon [OPTIONS]
133133
134134
Easily create an ethics checklist for your data science project.
135135
136-
The checklist will be printed to standard output by default. Use the
137-
--output option to write to a file instead.
136+
The checklist will be printed to standard output by default. Use the --output
137+
option to write to a file instead.
138138
139139
Options:
140140
-l, --checklist PATH Override default checklist file with a path to a custom
141141
checklist.yml file.
142-
143142
-f, --format TEXT Output format. Default is "markdown". Can be one of
144143
[ascii, html, jupyter, markdown, rmarkdown, rst].
145144
Ignored and file extension used if --output is passed.
146-
147145
-o, --output PATH Output file path. Extension can be one of [.txt, .html,
148146
.ipynb, .md, .rmd, .rst]. The checklist is appended if
149147
the file exists.
150-
151148
-w, --overwrite Overwrite output file if it exists. Default is False,
152149
which will append to existing file.
153-
154150
-m, --multicell For use with Jupyter format only. Write checklist with
155151
multiple cells, one item per cell. Default is False,
156152
which will write the checklist in a single cell.
157-
158153
--help Show this message and exit.
159154
160155
```

0 commit comments

Comments
 (0)