Erik Johnson
7e5bab78c5
Fix docs build errors (2017.7 branch)
2018-09-17 22:35:08 -06:00
Erik Johnson
93ee5ee2b0
Fix all Sphinx warnings
...
Well, all but one, which we expect to see
2018-05-31 15:28:25 -05:00
Ch3LL
2a5d855d97
add required arg to dns_check jinja doc example
2018-02-16 10:48:57 -05:00
mvivaldi
d23ac4eabc
Fix for the jinja documentation
2017-12-12 17:35:46 +01:00
mvivaldi
62409d608a
Added Escape Filters and Set Theory Filters in jinja documentation
2017-12-09 09:48:55 +01:00
Nicole Thomas
994d3dc74a
Merge pull request #42454 from terminalmage/jinja-docs-2017.7
...
Document future renaming of new rand_str jinja filter
2017-07-21 12:47:50 -06:00
Erik Johnson
98b661406e
Document future renaming of new rand_str jinja filter
...
The name and the documentation for this filter are entirely inaccurate
for what it actually does. It will be renamed in the Oxygen release.
2017-07-21 09:21:38 -05:00
Nicole Thomas
ba799b2831
Merge pull request #42179 from rallytime/fix-42151
...
Fix some documentation issues found in jinja filters doc topic
2017-07-18 12:01:56 -06:00
rallytime
798d29276e
Add note about "to_bytes" jinja filter issues when using yaml_jinja renderer
2017-07-07 15:14:06 -06:00
rallytime
b8bcc0d599
Add note to various network_hosts docs about long_run for IPv6 networks
2017-07-06 17:36:18 -06:00
rallytime
1bbff572ab
Fix some documentation issues found in jinja filters doc topic
...
These doc issues were all found in issue #42151 . This commit takes
care of all of the issues presented in #42151 except for the last
task.
2017-07-06 11:46:23 -06:00
rallytime
c5b75d030a
Update Nitrogen references to 2017.7.0 in doc/*
2017-06-14 11:36:06 -06:00
Mircea Ulinic
406e582479
Small adjustment
2017-06-06 15:14:47 +00:00
Mircea Ulinic
62cb2a1c7a
More jinja references
2017-06-06 15:05:50 +00:00
Mircea Ulinic
bba8c27873
Restructure the Jinja topic to have refrences
2017-06-06 14:56:21 +00:00
rallytime
caebd5d8cf
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/topics/targeting/nodegroups.rst
- salt/runners/manage.py
2017-03-16 17:23:57 -06:00
rallytime
72d16c9fa9
Update "yaml" code-block references with "jinja" where needed
...
There are many `.. code-block: yaml` definitions that should really
be `.. code-block: jinja` definitions. This commit cleans up some
of those and removes warnings like these from the doc build:
```
WARNING: Could not lex literal_block as "yaml". Highlighting skipped.
```
2017-03-15 10:22:19 -06:00
rallytime
609e6e4b23
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/config/__init__.py
- salt/modules/win_lgpo.py
- salt/utils/aws.py
- tests/unit/utils/schema_test.py
2017-02-09 10:29:40 -07:00
Mike Place
d5d39321c8
Merge pull request #37808 from cloudflare/JINJA-FILTERS
...
Jinja filters
2017-02-07 14:52:23 -07:00
rallytime
2f74dcf685
Various doc updates to fix warnings in doc build
2017-02-06 16:56:58 -07:00
Mircea Ulinic
06c8899e20
do instead of set
2017-02-01 23:11:56 +00:00
Mircea Ulinic
60b6caa502
Jinja topic doc: logs subsection
2017-02-01 23:11:56 +00:00
Mircea Ulinic
c6078a751d
Custom Jinja filters paragraph
2017-01-18 15:01:05 +00:00
Mircea Ulinic
3ccda08439
More doc for Jinja util filters
...
Fix indent
2017-01-18 15:01:05 +00:00
Mircea Ulinic
d743aff755
Document util filters
2017-01-18 15:01:05 +00:00
rallytime
494a06bee2
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/ref/configuration/minion.rst
2016-12-20 10:03:44 -07:00
rallytime
4aafa41d22
Remove ":doc:" references from a bunch of doc/* files
2016-12-15 16:09:27 -07:00
Eric Radman
3f2e13d1fc
Remove repeated words in docs ( #37871 )
...
Found using
find . -name '*.rst' | xargs igor -R -r
2016-11-23 14:53:17 -07:00
David Wittman
9cfdb11fe1
Typo fix in Jinja docs
...
s/again grains/against grains/
2016-10-05 18:14:56 -05:00
Jacob Hammons
a4b67fd1e9
Updated latest release to 2016.3.1
...
Clean up installation instructions
code-block type updates
Add link to jinja tutorial
2016-06-15 11:52:02 -06:00
Jacob Hammons
887a415138
Adds new Understanding Jinja topic, and fixes several Jinja doc issues.
...
Removes the "Full list of builtin ..." from each module reference list, leaving just the module type for scanability.
Refs #12470
Refs #10206
Refs #10480
Refs #23522
Refs #33023
2016-06-13 18:30:42 -06:00