File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
neural_structured_learning/tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626```shell
2727python build_docs.py \
28- --out_dir =/tmp/neural_structured_learning_api
28+ --output_dir =/tmp/neural_structured_learning_api
2929```
3030
3131Note:
4747from tensorflow_docs .api_generator import generate_lib
4848from tensorflow_docs .api_generator import public_api
4949
50- flags .DEFINE_string ("out_dir " , "/tmp/neural_structured_learning_api" ,
50+ flags .DEFINE_string ("output_dir " , "/tmp/neural_structured_learning_api" ,
5151 "Where to output the docs" )
5252flags .DEFINE_string (
5353 "code_url_prefix" ,
@@ -79,7 +79,7 @@ def main(_):
7979 # documented in the location that defines them, instead of every location
8080 # that imports them.
8181 callbacks = [public_api .local_definitions_filter ])
82- doc_generator .build (output_dir = FLAGS .out_dir )
82+ doc_generator .build (output_dir = FLAGS .output_dir )
8383
8484
8585if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments