|
1 | 1 | # List of functions in script: help_sys.sh
|
2 | 2 |
|
3 |
| -### [help_sys.sh](/docs/shdoc/bin/shinclude/scripts/help_sys.sh.md) - Help System Functions for Bash Scripts |
| 3 | +### [help_sys.sh](/scripts/help_sys.sh.md) - Help System Functions for Bash Scripts |
4 | 4 |
|
5 |
| -## List of functions in script: [help_sys.sh](docs/shdoc/bin/shinclude/scripts/help_sys.sh.md) |
| 5 | +## List of functions in script: [help_sys.sh](scripts/help_sys.sh.md) |
6 | 6 |
|
7 | 7 | <pre><table>
|
8 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/process_scripts.md">process_scripts</a></td><td>Process scripts in a given directory.</td></tr> |
9 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/init_help_system.md">init_help_system</a></td><td>Initialize the help system by populating function and script documentation.</td></tr> |
10 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/script_description.md">script_description</a></td><td>Get the description of a script.</td></tr> |
11 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/function_description.md">function_description</a></td><td>Get the description of a function.</td></tr> |
12 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_index_header.md">write_index_header</a></td><td>Writes the header section of the README.</td></tr> |
13 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/generate_nbsp_padding.md">generate_nbsp_padding</a></td><td>* [help_sys.sh](/docs/shdoc/bin/shinclude/help_sys_sh.md)</td></tr> |
14 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_readme_entry.md">write_readme_entry</a></td><td>Creates an entry in the README for a script or function.</td></tr> |
15 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_script_index_header.md">write_script_index_header</a></td><td>Write the description of the script and the functions contained in it</td></tr> |
16 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_script_function_entry.md">write_script_function_entry</a></td><td>Write a function entry in the documentation.</td></tr> |
17 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_script_doc.md">write_script_doc</a></td><td>Write the documentation for a script.</td></tr> |
18 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_function_doc.md">write_function_doc</a></td><td>Write the documentation for a function.</td></tr> |
19 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_table_footer.md">write_table_footer</a></td><td>Write the footer section of the README.</td></tr> |
20 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/write_page_footer.md">write_page_footer</a></td><td>Writes a standard footer for any document file</td></tr> |
21 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/generate_markdown.md">generate_markdown</a></td><td>Generate Markdown documentation for all available functions.</td></tr> |
22 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/general_help.md">general_help</a></td><td>Display general help options for the 'help' command.</td></tr> |
23 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/help_scripts.md">help_scripts</a></td><td>List sourced scripts and their purpose.</td></tr> |
24 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/specific_script_help.md">specific_script_help</a></td><td>Provide detailed documentation for a given script.</td></tr> |
25 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/specific_function_help.md">specific_function_help</a></td><td>Provide detailed documentation for a given function.</td></tr> |
26 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/help_functions.md">help_functions</a></td><td>List available functions and how to get their documentation.</td></tr> |
27 |
| -<tr><td><a href="docs/shdoc/bin/shinclude/functions/vhelp.md">vhelp</a></td><td>Main entry point for the help system.</td></tr> |
| 8 | +<tr><td><a href="functions/process_scripts.md">process_scripts</a></td><td>Process scripts in a given directory.</td></tr> |
| 9 | +<tr><td><a href="functions/init_help_system.md">init_help_system</a></td><td>Initialize the help system by populating function and script documentation.</td></tr> |
| 10 | +<tr><td><a href="functions/script_description.md">script_description</a></td><td>Get the description of a script.</td></tr> |
| 11 | +<tr><td><a href="functions/function_description.md">function_description</a></td><td>Get the description of a function.</td></tr> |
| 12 | +<tr><td><a href="functions/write_index_header.md">write_index_header</a></td><td>Writes the header section of the README.</td></tr> |
| 13 | +<tr><td><a href="functions/generate_nbsp_padding.md">generate_nbsp_padding</a></td><td>* [help_sys.sh](/help_sys_sh.md)</td></tr> |
| 14 | +<tr><td><a href="functions/write_readme_entry.md">write_readme_entry</a></td><td>Creates an entry in the README for a script or function.</td></tr> |
| 15 | +<tr><td><a href="functions/write_script_index_header.md">write_script_index_header</a></td><td>Write the description of the script and the functions contained in it</td></tr> |
| 16 | +<tr><td><a href="functions/write_script_function_entry.md">write_script_function_entry</a></td><td>Write a function entry in the documentation.</td></tr> |
| 17 | +<tr><td><a href="functions/write_script_doc.md">write_script_doc</a></td><td>Write the documentation for a script.</td></tr> |
| 18 | +<tr><td><a href="functions/write_function_doc.md">write_function_doc</a></td><td>Write the documentation for a function.</td></tr> |
| 19 | +<tr><td><a href="functions/write_table_footer.md">write_table_footer</a></td><td>Write the footer section of the README.</td></tr> |
| 20 | +<tr><td><a href="functions/write_page_footer.md">write_page_footer</a></td><td>Writes a standard footer for any document file</td></tr> |
| 21 | +<tr><td><a href="functions/generate_markdown.md">generate_markdown</a></td><td>Generate Markdown documentation for all available functions.</td></tr> |
| 22 | +<tr><td><a href="functions/general_help.md">general_help</a></td><td>Display general help options for the 'help' command.</td></tr> |
| 23 | +<tr><td><a href="functions/help_scripts.md">help_scripts</a></td><td>List sourced scripts and their purpose.</td></tr> |
| 24 | +<tr><td><a href="functions/specific_script_help.md">specific_script_help</a></td><td>Provide detailed documentation for a given script.</td></tr> |
| 25 | +<tr><td><a href="functions/specific_function_help.md">specific_function_help</a></td><td>Provide detailed documentation for a given function.</td></tr> |
| 26 | +<tr><td><a href="functions/help_functions.md">help_functions</a></td><td>List available functions and how to get their documentation.</td></tr> |
| 27 | +<tr><td><a href="functions/vhelp.md">vhelp</a></td><td>Main entry point for the help system.</td></tr> |
28 | 28 | </table></pre>
|
29 | 29 |
|
30 | 30 | ---
|
|
0 commit comments