mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|
7 years ago | |
|---|---|---|
| .. | ||
| api | 7 years ago | |
| community | 7 years ago | |
| dev_guide | 7 years ago | |
| images | 7 years ago | |
| installation_guide | 7 years ago | |
| inventory | 7 years ago | |
| network | 7 years ago | |
| plugins | 7 years ago | |
| porting_guides | 7 years ago | |
| reference_appendices | 7 years ago | |
| roadmap | 7 years ago | |
| scenario_guides | 7 years ago | |
| user_guide | 7 years ago | |
| 404.rst | 7 years ago | |
| collections_tech_preview.rst | 7 years ago | |
| conf.py | 7 years ago | |
| index.rst | 7 years ago | |