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.
ansible/docs/docsite/rst
Adrian Likins 6d5f2dccb2 Misc docsite fixes (#30290)
* Fix refs for local_facts and various cli :option:
* Fix dev_guide/testing_pep8 refs
* remove ref to non-existing 'developing_test_pr'
* Fix ref to ansible-vault encrypt_string
* Removed hard-to-localize colloquialism.
* Rename '_ansible-pull' in playbooks_intro.

It was conflicting with rst/ansible-pull.rst. Nothing
seems to reference it.

* Add explicit targets for and update refs

Replace some ':doc:' use with ':ref:'.

Replace some :ref: to section names with explicit targets
(:doc:`Dynamic vs. Static` -> :ref:`dynamic_vs_static` etc)

* The 'YAML+Jinja' syntax lex fails here, so just use yaml

Since the yaml+jinja highlight fails, code wasnt highlighted
at all, but 'yaml' works more or less.

* just use no lexer for the < python2.6 examples

py3 will fail highlighting them, and 'python2' throws
a lexer warning, and nothing actually highlights it, so
just disable.

(cherry picked from commit 9cc63326b1)
8 years ago
..
community Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
dev_guide Misc docsite fixes (#30290) 8 years ago
modules consolidated docs 9 years ago
roadmap Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
YAMLSyntax.rst Add some additional value quoting examples (#20464) 9 years ago
become.rst become options dont qualify as new anymore 9 years ago
command_line_tools.rst generate rst doc pages for command line tools (#27530) 8 years ago
committer_guidelines.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
common_return_values.rst fix typos in various modules and docsite (#28747) 8 years ago
community.rst Misc docsite fixes (#30290) 8 years ago
conf.py Misc docs fixes 8 years ago
faq.rst Update places we mention env vars to use :envvar: (#28887) 8 years ago
galaxy.rst Cleaning up use of include: in docs (#30466) 8 years ago
glossary.rst change generated playbooks_keywords.rst to use an rst 'glossary' (#28843) 8 years ago
guide_aws.rst Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 8 years ago
guide_azure.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
guide_cloudstack.rst doc: cloudstack: fix formating issue in guide (#28162) 8 years ago
guide_docker.rst consolidated docs 9 years ago
guide_gce.rst Fix exported SSL_CERT_FILE variable (#28968) 8 years ago
guide_kubernetes.rst Adds k8s_common.py (#22899) 9 years ago
guide_packet.rst Add guide for Packet host (#21346) 9 years ago
guide_rax.rst consolidated docs 9 years ago
guide_rolling_upgrade.rst Imports and includes (#25399) 9 years ago
guide_vagrant.rst consolidated docs 9 years ago
guides.rst Add guide for Packet host (#21346) 9 years ago
index.rst Updated version in index. 8 years ago
intro.rst Some cleanup of the intro and getting started sections. (#25083) 9 years ago
intro_adhoc.rst consolidated docs 9 years ago
intro_bsd.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
intro_configuration.rst Misc docsite fixes (#30290) 8 years ago
intro_dynamic_inventory.rst Update places we mention env vars to use :envvar: (#28887) 8 years ago
intro_getting_started.rst Update places we mention env vars to use :envvar: (#28887) 8 years ago
intro_installation.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
intro_inventory.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
intro_networking.rst Update places we mention env vars to use :envvar: (#28887) 8 years ago
intro_patterns.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
intro_windows.rst update WSL installation docs for current builds (#25237) 9 years ago
modules.rst Doc module meta (#20093) 9 years ago
modules_intro.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
modules_support.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
network_debug_troubleshooting.rst Misc typo corrections 8 years ago
playbook_pathing.rst Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 8 years ago
playbooks.rst Imports and includes (#25399) 9 years ago
playbooks_acceleration.rst Fix small typos and extra whitespace in the docs (#24559) 8 years ago
playbooks_advanced_syntax.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
playbooks_async.rst Cleaning up use of include: in docs (#30466) 8 years ago
playbooks_best_practices.rst Cleaning up use of include: in docs (#30466) 8 years ago
playbooks_blocks.rst Properly format inline code. 8 years ago
playbooks_checkmode.rst Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 8 years ago
playbooks_conditionals.rst Cleaning up use of include: in docs (#30466) 8 years ago
playbooks_debugger.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
playbooks_delegation.rst Minor fix in docs 8 years ago
playbooks_environment.rst Revert "made example not fail" 9 years ago
playbooks_error_handling.rst Add example task succeeding when RC is non-zero (#23698) 9 years ago
playbooks_filters.rst Adds documentation for all the regex filters (#28944) 8 years ago
playbooks_filters_ipaddr.rst Imports and includes (#25399) 9 years ago
playbooks_intro.rst Misc docsite fixes (#30290) 8 years ago
playbooks_lookups.rst Misc docsite fixes (#30290) 8 years ago
playbooks_loops.rst Cleaning up use of include: in docs (#30466) 8 years ago
playbooks_prompts.rst Misc docsite fixes (#30290) 8 years ago
playbooks_python_version.rst Update playbooks_python_version.rst 9 years ago
playbooks_reuse.rst Misc docsite fixes (#30290) 8 years ago
playbooks_reuse_includes.rst Misc docsite fixes (#30290) 8 years ago
playbooks_reuse_roles.rst Misc docsite fixes (#30290) 8 years ago
playbooks_roles.rst Imports and includes (#25399) 9 years ago
playbooks_special_topics.rst moved docs generation and templates to docs/ 9 years ago
playbooks_startnstep.rst consolidated docs 9 years ago
playbooks_strategies.rst Imports and includes (#25399) 9 years ago
playbooks_tags.rst Cleaning up use of include: in docs (#30466) 8 years ago
playbooks_templating.rst Imports and includes (#25399) 9 years ago
playbooks_tests.rst Minor fix for typo - ismount to is_mount 9 years ago
playbooks_variables.rst Imports and includes (#25399) 9 years ago
playbooks_vault.rst Misc docsite fixes (#30290) 8 years ago
porting_guide_2.0.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
porting_guide_2.3.rst Docs porting guides 2.0 & 2.3 (#27632) 9 years ago
porting_guide_2.4.rst added missing feature info (#30560) 8 years ago
porting_guides.rst Docs porting guides 2.0 & 2.3 (#27632) 9 years ago
python_3_support.rst Make python3 testing doc clearer for distro packaging users (#28948) 8 years ago
quickstart.rst consolidated docs 9 years ago
release_and_maintenance.rst Update release status for 2.3 to 2.3.2 8 years ago
test_strategies.rst consolidated docs 9 years ago
tower.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 9 years ago
vault.rst Misc docsite fixes (#30290) 8 years ago