diff --git a/doc/_doclib/_inc.bin.app-opt.rst b/doc/_doclib/_inc_bin.cfg-app.rst similarity index 100% rename from doc/_doclib/_inc.bin.app-opt.rst rename to doc/_doclib/_inc_bin.cfg-app.rst diff --git a/doc/_doclib/_inc.bin.daemon-opt.rst b/doc/_doclib/_inc_bin.cfg-daemon.rst similarity index 100% rename from doc/_doclib/_inc.bin.daemon-opt.rst rename to doc/_doclib/_inc_bin.cfg-daemon.rst diff --git a/doc/_doclib/_inc.bin.script-opt.rst b/doc/_doclib/_inc_bin.cfg-script.rst similarity index 100% rename from doc/_doclib/_inc.bin.script-opt.rst rename to doc/_doclib/_inc_bin.cfg-script.rst diff --git a/doc/_doclib/architecture.rst b/doc/_doclib/architecture.rst index 706989615c585b71171bc0db11180ba4879373ed..e388514e5e811f44d3c579b9de8b97f1fcb26ae3 100644 --- a/doc/_doclib/architecture.rst +++ b/doc/_doclib/architecture.rst @@ -34,7 +34,7 @@ Common application options Following configuration options are available for all applications based on :py:mod:`pyzenkit.baseapp`: -.. include:: _inc.bin.app-opt.rst +.. include:: _inc_bin.cfg-app.rst Common script options ```````````````````````````````````````````````````````````````````````````````` @@ -42,7 +42,7 @@ Common script options Following configuration options are available on top of common applicationsoptions for all applications based on :py:mod:`pyzenkit.zenscript`: -.. include:: _inc.bin.script-opt.rst +.. include:: _inc_bin.cfg-script.rst Common daemon options ```````````````````````````````````````````````````````````````````````````````` @@ -50,7 +50,7 @@ Common daemon options Following configuration options are available on top of common applicationsoptions for all applications based on :py:mod:`pyzenkit.zendaemon`: -.. include:: _inc.bin.daemon-opt.rst +.. include:: _inc_bin.cfg-daemon.rst Configuration files and directories