Skip to content

Commit

Permalink
Update baseline and unit tests for ansible-community/antsibull-docs-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 23, 2024
1 parent 7b7c692 commit ccd055e
Show file tree
Hide file tree
Showing 182 changed files with 692 additions and 759 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ See :ref:`list_of_callback_plugins` for the list of *all* callback plugins.
ns2.col
-------

* :ansplugin:`ns2.col.foo#callback` -- Foo output \ :ansopt:`ns2.col.foo#callback:bar`\
* :ansplugin:`ns2.col.foo#callback` -- Foo output :ansopt:`ns2.col.foo#callback:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Become Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#become` -- Use foo \ :ansopt:`ns2.col.foo#become:bar`\
* :ansplugin:`ns2.col.foo#become` -- Use foo :ansopt:`ns2.col.foo#become:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Cache Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#cache` -- Foo files \ :ansopt:`ns2.col.foo#cache:bar`\
* :ansplugin:`ns2.col.foo#cache` -- Foo files :ansopt:`ns2.col.foo#cache:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Index of all Callback Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#callback` -- Foo output \ :ansopt:`ns2.col.foo#callback:bar`\
* :ansplugin:`ns2.col.foo#callback` -- Foo output :ansopt:`ns2.col.foo#callback:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Connection Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#connection` -- Foo connection \ :ansopt:`ns2.col.foo#connection:bar`\
* :ansplugin:`ns2.col.foo#connection` -- Foo connection :ansopt:`ns2.col.foo#connection:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ns2.col
-------

* :ansplugin:`ns2.col.bar#filter` -- The bar filter
* :ansplugin:`ns2.col.foo#filter` -- The foo filter \ :ansopt:`ns2.col.foo#filter:bar`\
* :ansplugin:`ns2.col.foo#filter` -- The foo filter :ansopt:`ns2.col.foo#filter:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Inventory Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#inventory` -- The foo inventory \ :ansopt:`ns2.col.foo#inventory:bar`\
* :ansplugin:`ns2.col.foo#inventory` -- The foo inventory :ansopt:`ns2.col.foo#inventory:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Lookup Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#lookup` -- Look up some foo \ :ansopt:`ns2.col.foo#lookup:bar`\
* :ansplugin:`ns2.col.foo#lookup` -- Look up some foo :ansopt:`ns2.col.foo#lookup:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ ns.col2
ns2.col
-------

* :ansplugin:`ns2.col.foo#module` -- Do some foo \ :ansopt:`ns2.col.foo#module:bar`\
* :ansplugin:`ns2.col.foo#module` -- Do some foo :ansopt:`ns2.col.foo#module:bar`
* :ansplugin:`ns2.col.foo2#module` -- Another foo
* :ansplugin:`ns2.col.sub.foo3#module` -- A sub-foo

ns2.flatcol
-----------

* :ansplugin:`ns2.flatcol.foo#module` -- Do some foo \ :ansopt:`ns2.flatcol.foo#module:bar`\
* :ansplugin:`ns2.flatcol.foo#module` -- Do some foo :ansopt:`ns2.flatcol.foo#module:bar`
* :ansplugin:`ns2.flatcol.foo2#module` -- Another foo

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Shell Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#shell` -- Foo shell \ :ansopt:`ns2.col.foo#shell:bar`\
* :ansplugin:`ns2.col.foo#shell` -- Foo shell :ansopt:`ns2.col.foo#shell:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ns2.col
-------

* :ansplugin:`ns2.col.bar#test` -- Is something a bar
* :ansplugin:`ns2.col.foo#test` -- Is something a foo \ :ansopt:`ns2.col.foo#test:bar`\
* :ansplugin:`ns2.col.foo#test` -- Is something a foo :ansopt:`ns2.col.foo#test:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Index of all Vars Plugins
ns2.col
-------

* :ansplugin:`ns2.col.foo#vars` -- Load foo \ :ansopt:`ns2.col.foo#vars:bar`\
* :ansplugin:`ns2.col.foo#vars` -- Load foo :ansopt:`ns2.col.foo#vars:bar`

Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,18 @@ Synopsis
.. Description
- Does some foo on the remote host.
- A broken reference \ :ref:`asdfasdfoobarTHISDOESNOTEXIST <asdfasdfoobarTHISDOESNOTEXIST>`\ .
- The option \ :ansopt:`ns.col2.foo2#module:foo`\ exists, but \ :ansopt:`ns.col2.foo2#module:foobar`\ does not.
- The return value \ :ansretval:`ns.col2.foo2#module:bar`\ exists, but \ :ansretval:`ns.col2.foo2#module:barbaz`\ does not.
- Again existing: \ :ansopt:`ns.col2.foo#module:foo=1`\ , \ :ansretval:`ns.col2.foo#module:bar=2`\
- Again not existing: \ :ansopt:`ns.col2.foo#module:foobar=1`\ , \ :ansretval:`ns.col2.foo#module:barbaz=2`\
- \ :literal:`\ `\ \ :emphasis:`\ `\ \ :strong:`\ `\ \ :literal:`\ `\ \ :ref:`\ <>`\ \ :ansval:`\ `\ \ :ansopt:`ns.col2.foo2#module:`\ \ :ansretval:`ns.col2.foo2#module:`\ \ :ansenvvar:`\ `\
- A broken reference :ref:`asdfasdfoobarTHISDOESNOTEXIST <asdfasdfoobarTHISDOESNOTEXIST>`.
- The option :ansopt:`ns.col2.foo2#module:foo` exists, but :ansopt:`ns.col2.foo2#module:foobar` does not.
- The return value :ansretval:`ns.col2.foo2#module:bar` exists, but :ansretval:`ns.col2.foo2#module:barbaz` does not.
- Again existing: :ansopt:`ns.col2.foo#module:foo=1`\ , :ansretval:`ns.col2.foo#module:bar=2`
- Again not existing: :ansopt:`ns.col2.foo#module:foobar=1`\ , :ansretval:`ns.col2.foo#module:barbaz=2`
- :literal:`\ ` :emphasis:`\ ` :strong:`\ ` :literal:`\ ` :ref:`\ <>` :ansval:`\ ` :ansopt:`ns.col2.foo2#module:`\ :ansretval:`ns.col2.foo2#module:`\ :ansenvvar:`\ `
- Foo bar baz. Bamm - Bar baz
bam bum.
Bumm - Foo bar
baz bam!



.. Aliases
Expand Down Expand Up @@ -126,15 +125,14 @@ Parameters

Bar.

Some \ :ansopt:`ns.col2.foo2#module:broken markup`\ .
Some :ansopt:`ns.col2.foo2#module:broken markup`.

Foo bar baz. Bamm - Bar baz
bam bum.
Bumm - Foo bar
baz bam!



.. raw:: html

</div>
Expand Down Expand Up @@ -288,9 +286,9 @@ Parameters

Whatever.

Also required when \ :emphasis:`subfoo`\ is specified when \ :emphasis:`foo=bar`\ or \ :literal:`baz`\ .
Also required when :emphasis:`subfoo` is specified when :emphasis:`foo=bar` or :literal:`baz`.

\ :ansretval:`ns.col2.foo2#module:foobarbaz`\ does not exist.
:ansretval:`ns.col2.foo2#module:foobarbaz` does not exist.


.. raw:: html
Expand Down Expand Up @@ -401,7 +399,6 @@ Attributes
baz bam!



.. raw:: html

</div>
Expand Down Expand Up @@ -432,17 +429,16 @@ Attributes

:ansible-attribute-support-property:`Platform:` |antsibull-internal-nbsp|:ansible-attribute-support-full:`posix`

The module \ :strong:`ERROR while parsing`\ : While parsing "M(boo)" at index 12: Module name "boo" is not a FQCN\ is not using an FQCN.
The module :strong:`ERROR while parsing`\ : While parsing "M(boo)" at index 12: Module name "boo" is not a FQCN is not using an FQCN.

Sometimes our markup is \ :strong:`ERROR while parsing`\ : While parsing "B(broken." at index 25: Cannot find closing ")" after last parameter\
Sometimes our markup is :strong:`ERROR while parsing`\ : While parsing "B(broken." at index 25: Cannot find closing ")" after last parameter

Foo bar baz. Bamm - Bar baz
bam bum.
Bumm - Foo bar
baz bam!



.. raw:: html

</div>
Expand Down Expand Up @@ -471,7 +467,6 @@ Notes
Bumm - Foo bar
baz bam!


.. Seealso
See Also
Expand Down Expand Up @@ -499,7 +494,6 @@ See Also
Bumm - Foo bar
baz bam!


.. Examples
Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Parameters

Whatever.

Also required when \ :emphasis:`subfoo`\ is specified when \ :emphasis:`foo=bar`\ or \ :literal:`baz`\ .
Also required when :emphasis:`subfoo` is specified when :emphasis:`foo=bar` or :literal:`baz`.


.. raw:: html
Expand Down
Loading

0 comments on commit ccd055e

Please sign in to comment.