Skip to content

Commit

Permalink
Update sync_runtime_parameter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYen-Chen authored Jul 16, 2024
1 parent 172947b commit fc03b94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tool/wiki/sync_runtime_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ def get_link_name( self, file_dict ):
with open( OUT_MD, 'w' ) as f:
param_str_format = '| %-100s | %15s | %15s | %15s | %s |\n'

f.write( 'This file(page) is automatically generated by the script `tool/wiki/sync_runtime_parameter.py`.\n' )
f.write( '### Please do not edit this file(page) manually since the workflow will overwrite your changes.\n' )
f.write( 'This file(page) is automatically generated by the workflow `Update all parameters wiki page` using the script `tool/wiki/sync_runtime_parameter.py`.\n' )
f.write( '\n' )
f.write( 'The workflow is triggered by push changes to any of `src/Init/Init_Load_Parameter.cpp`, `example/input/Input__Paramter`, and `.github/workflow/sync_runtime_parameter.py`.\n' )
f.write( '\n' )
f.write( '# Index\n' )
f.write( ', '.join( ['[%s](#%s)'%(i, i) for i in auc] ) )
Expand Down

0 comments on commit fc03b94

Please sign in to comment.