Skip to content

Commit

Permalink
config: renamed a path to better match its contents
Browse files Browse the repository at this point in the history
- the included files contain manually edited comments, there is
  no auto generated text
  • Loading branch information
franku committed May 22, 2019
1 parent 81d3d0e commit 5a34bc3
Show file tree
Hide file tree
Showing 913 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/manuals/scripts/generate-resoure-descriptions.py
Expand Up @@ -390,7 +390,7 @@ def getConvertedResourceDirectives(self, daemon, resourcename):
# overwrites start_version
strings['version']="deprecated"

includefilename = '/config-directive-description/{daemon}-{resource}-{directive}.rst.inc'.format(**strings)
includefilename = '/manually_added_config_directive_descriptions/{daemon}-{resource}-{directive}.rst.inc'.format(**strings)


result += '.. config:option:: {daemon}/{resource}/{directive}\n\n'.format(**strings)
Expand Down
Expand Up @@ -103,15 +103,15 @@ From extern, the URL to access them is

While the automatically generated may contain a short description (if available in the source code),
the description can be extended by creating of modifying
the corresponding file in the :file:`config-directive-description/` subdirectory.
the corresponding file in the :file:`manually_added_config_directive_descriptions/` subdirectory.

* :config:option:`dir/job/AlwaysIncrementalJobRetention`

* :file:`config-directive-description/dir-job-AlwaysIncrementalJobRetention.rst.inc`
* :file:`manually_added_config_directive_descriptions/dir-job-AlwaysIncrementalJobRetention.rst.inc`

* :config:option:`fd/client/AllowBandwidthBursting`

* :file:`config-directive-description/fd-client-AllowBandwidthBursting.rst.inc`
* :file:`manually_added_config_directive_descriptions/fd-client-AllowBandwidthBursting.rst.inc`



Expand Down

0 comments on commit 5a34bc3

Please sign in to comment.