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 25
25
26
26
```shell
27
27
python build_docs.py \
28
- --out_dir =/tmp/neural_structured_learning_api
28
+ --output_dir =/tmp/neural_structured_learning_api
29
29
```
30
30
31
31
Note:
47
47
from tensorflow_docs .api_generator import generate_lib
48
48
from tensorflow_docs .api_generator import public_api
49
49
50
- flags .DEFINE_string ("out_dir " , "/tmp/neural_structured_learning_api" ,
50
+ flags .DEFINE_string ("output_dir " , "/tmp/neural_structured_learning_api" ,
51
51
"Where to output the docs" )
52
52
flags .DEFINE_string (
53
53
"code_url_prefix" ,
@@ -79,7 +79,7 @@ def main(_):
79
79
# documented in the location that defines them, instead of every location
80
80
# that imports them.
81
81
callbacks = [public_api .local_definitions_filter ])
82
- doc_generator .build (output_dir = FLAGS .out_dir )
82
+ doc_generator .build (output_dir = FLAGS .output_dir )
83
83
84
84
85
85
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments