ansible/docs/docsite/rst/community
Toshio Kuratomi 019d078a5a
Move common build code from _build_helpers (#55986)
We have some common code used by several docs scripts.  Migrate that
into the build-only shared code repository.

* Move lib/ansible/utils/_build_helpers.py to the directory for common
  build code
* Migrate docs/bin/dump_config.py to a build-ansible subcommand
* Migrate dump_keywords to the build-ansible framework
  * Make the script more maintainable by using functions and good
    variable names
  * Port to Python3 idioms
  * Fix bug so that private attributes will be undocumented
* Move generate_man to a build-ansible subcommand
* Port plugin_formatter to a build-ansible subcommand
* Rework command_plugins so that docs scripts can target Python-3.4+ and
  releng-only subcommands can use more recent versions of Python.
  The architecture is now that command_plugins/* need to be importable
  on Python-3.4.  The init_parsers() method needs to run on Python-3.4.
  But the main() method can utilize features of more recent Python as
  long as it fits within those parameters.
* Update docs build requirements

Port the plugin_formatter to build-ansible framework
2019-07-16 12:19:01 -07:00
..
code_of_conduct.rst
committer_guidelines.rst Add myself to committer list. (#56363) 2019-05-13 19:22:02 +02:00
communication.rst Adjust assorted terminology and wording around product offerings. (#57242) 2019-05-31 14:24:44 -05:00
community.rst
contributor_license_agreement.rst Restore license agreement (#45809) 2018-09-18 14:47:22 -05:00
development_process.rst Fix an RST link to the changelog config in docs 2019-06-05 15:08:09 +02:00
documentation_contributions.rst Move common build code from _build_helpers (#55986) 2019-07-16 12:19:01 -07:00
github_admins.rst Docs reorg /community/index & /dev_guide/index (#48734) 2018-11-26 13:00:26 -06:00
how_can_I_help.rst Docs reorg /community/index & /dev_guide/index (#48734) 2018-11-26 13:00:26 -06:00
index.rst Making changes to the Community Guide index (#49670) 2018-12-12 13:49:00 -06:00
maintainers.rst removes last :doc: links in other sections of the docs (#58432) 2019-06-27 12:18:17 -04:00
other_tools_and_programs.rst Adjust assorted terminology and wording around product offerings. (#57242) 2019-05-31 14:24:44 -05:00
release_managers.rst Making changes to the Community Guide index (#49670) 2018-12-12 13:49:00 -06:00
reporting_bugs_and_features.rst Docs reorg /community/index & /dev_guide/index (#48734) 2018-11-26 13:00:26 -06:00
triage_process.rst