mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 17:04:02 -07:00
Remove more docs build errors (#45364)
* orphans testing pages to avoid not-in-toctree errors * orphans various pages pending reorg * adds module_utils and special_vars to main TOC * uses a glob for scenario_guide TOC * normalize and Sentence-case headings on community pages, typos * re-orgs community TOC, adds all pages to toctree * removes scenario guides index page * adds style guide to community index * basic update to style guide * fix typo that created a new error * removes not-in-toctree from ignore errors list * leave removing files for future cleanup task
This commit is contained in:
parent
600c7ac108
commit
4264be2b18
32 changed files with 179 additions and 160 deletions
|
@ -3,29 +3,29 @@
|
|||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
====================================
|
||||
*******************
|
||||
Ansible Style Guide
|
||||
====================================
|
||||
*******************
|
||||
|
||||
.. Welcome to Ansible Style Guide's documentation! ===============================================
|
||||
Welcome to the Ansible Style Guide
|
||||
==================================
|
||||
|
||||
Follow these guidelines to create clear, concise, useful community contributions and documentation. This guide helps us make the content on ansible.com consistent.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:numbered:
|
||||
|
||||
self
|
||||
why_use
|
||||
resources
|
||||
basic_rules
|
||||
voice_style
|
||||
trademarks
|
||||
grammar_punctuation
|
||||
spelling_word_choice
|
||||
|
||||
spelling_word_choice
|
||||
resources
|
||||
|
||||
.. Indices and tables
|
||||
.. ==================
|
||||
|
||||
.. * :ref:`genindex`
|
||||
.. * :ref:`modindex`
|
||||
.. Indices and tables
|
||||
.. ==================
|
||||
|
||||
.. * :ref:`genindex`
|
||||
.. * :ref:`modindex`
|
||||
.. * :ref:`search`
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
:orphan:
|
||||
|
||||
Why Use a Style Guide?
|
||||
`````````````````````````````````
|
||||
|
||||
|
@ -15,7 +17,7 @@ This style guide incorporates current Ansible resources and information so that
|
|||
|
||||
"If you don't find it in the index, look very carefully through the entire catalogue."
|
||||
― Sears, Roebuck and Co., 1897 Sears Roebuck & Co. Catalogue
|
||||
|
||||
|
||||
.. raw:: html
|
||||
|
||||
</blockquote>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue