mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #30548 from jacobhammons/doc-fixes
Added placeholder release notes for 2015.5.10
This commit is contained in:
commit
8e56be7f4c
@ -395,7 +395,7 @@ epub_publisher = epub_author
|
||||
epub_copyright = copyright
|
||||
|
||||
epub_scheme = 'URL'
|
||||
epub_identifier = 'http://saltstack.org/'
|
||||
epub_identifier = 'http://saltstack.com/'
|
||||
|
||||
#epub_tocdepth = 3
|
||||
|
||||
|
5
doc/topics/releases/2015.5.10.rst
Normal file
5
doc/topics/releases/2015.5.10.rst
Normal file
@ -0,0 +1,5 @@
|
||||
==========================================
|
||||
Salt 2015.5.10 Release Notes (In Progress)
|
||||
==========================================
|
||||
|
||||
In progress, not yet released.
|
@ -69,7 +69,7 @@ ensures that the server has the Apache webserver installed.
|
||||
|
||||
.. note::
|
||||
For a complete explanation on Salt States, see the `tutorial
|
||||
<http://docs.saltstack.org/en/latest/topics/tutorials/states_pt1.html>`_.
|
||||
<http://docs.saltstack.com/en/latest/topics/tutorials/states_pt1.html>`_.
|
||||
|
||||
1. Create the ``top.sls`` file:
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -56,7 +56,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -56,7 +56,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -67,7 +67,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -61,7 +61,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -61,7 +61,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -61,7 +61,7 @@
|
||||
|
||||
<documentation>
|
||||
<doc_link name="SaltStack Documentation"
|
||||
uri="http://docs.saltstack.org"/>
|
||||
uri="http://docs.saltstack.com"/>
|
||||
</documentation>
|
||||
</template>
|
||||
</service>
|
||||
|
@ -7,7 +7,7 @@ A flexible renderer that takes a templating engine and a data format
|
||||
:platform: all
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
# See http://docs.saltstack.org/en/latest/ref/renderers/all/salt.renderers.stateconf.html
|
||||
# See http://docs.saltstack.com/en/latest/ref/renderers/all/salt.renderers.stateconf.html
|
||||
# for a guide to using this module.
|
||||
#
|
||||
# FIXME: I really need to review and simplify this renderer, it's getting out of hand!
|
||||
|
@ -107,7 +107,7 @@ class OptionParser(optparse.OptionParser):
|
||||
usage = '%prog'
|
||||
|
||||
epilog = ('You can find additional help about %prog issuing "man %prog" '
|
||||
'or on http://docs.saltstack.org')
|
||||
'or on http://docs.saltstack.com')
|
||||
description = None
|
||||
|
||||
# Private attributes
|
||||
|
Loading…
Reference in New Issue
Block a user