Commit Graph

152 Commits

Author SHA1 Message Date
Thomas S Hatch
9ca915fcbe Add brew module to docs 2012-05-26 08:33:35 -06:00
Thomas S Hatch
f990ecfdf3 Add aliases to doc index 2012-05-26 08:31:38 -06:00
L.C. Rees
3315dad9e7 documentation updates 2012-05-22 22:43:12 -06:00
Baiju Muthukadan
67fb6bff79 simplify example (__init__ can only return None) 2012-05-14 03:15:42 +05:30
Baiju Muthukadan
8b743099c4 Use reStructuredText syntax in example docstring 2012-05-14 03:15:42 +05:30
Baiju Muthukadan
f0e5b30614 Fix file name typo. s/djando/django 2012-05-11 05:12:49 +05:30
Thomas S Hatch
b70f21988e Add django module rst 2012-05-01 23:34:40 -06:00
Thomas S Hatch
a3822280f2 Add django to index list 2012-05-01 23:33:12 -06:00
Seth House
815b197b9b Updated docs for rh_network module rename to rh_ip 2012-04-25 23:09:11 -06:00
Jeff Hutchins
63393e98ef Merge branch '0.9.8' of git://github.com/saltstack/salt into networkstate
Conflicts:
	doc/ref/modules/all/index.rst
2012-04-03 10:25:30 -06:00
Seth House
9fdc5a6917 Silence autosummary warnings about the virtual modules
This change also explicitly shows which modules are virtual.
2012-03-19 05:59:20 -06:00
Seth House
65fbc41242 Fixed a couple headline underlines 2012-03-19 05:43:10 -06:00
Jeff Schroeder
260f976d73 More doc updates 2012-03-18 17:41:21 -07:00
Jeff Schroeder
6839e8a7fe Adding new windows modules to the docs 2012-03-18 17:41:21 -07:00
David Bishop
544f5bafc6 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2012-03-17 21:50:22 -04:00
David Bishop
93be588ebb add sentence pointing to _modules dir for custom modules 2012-03-17 21:50:16 -04:00
Jeff Schroeder
fabe5ba471 Add docs for the new ruby states and update the cmd one 2012-03-17 18:05:37 -07:00
Jeff Schroeder
f834459c41 Add rst doc files for a bunch of modules 2012-03-17 18:05:08 -07:00
Jeff Schroeder
2fe1aa57ee Add zypper to the virtual pkg module list 2012-03-17 17:57:56 -07:00
Jeff Schroeder
7cf08ed8d2 Rename the debconf salt module to fix conflicts
>>> import debconf
>>> debconf.__file__
'/usr/lib/python2.6/dist-packages/debconf.py'
2012-03-17 16:51:08 -07:00
Jeff Schroeder
565ef6b164 Add some new module docs and update release notes 2012-03-17 16:45:32 -07:00
Jeff Schroeder
40a4edecf4 s/cmd/cmdmod/ in all modules docs 2012-03-17 15:24:38 -07:00
Jeff Schroeder
4eed2d0135 Add rvm and gem modules to the all modules doc index 2012-03-17 15:21:40 -07:00
Jeff Schroeder
1fbde66303 Add upstart to the list of all modules 2012-03-17 15:12:43 -07:00
Gordon McAllister
72c2014767 War on typos
Also cleanup whitespace and break some long lines
2012-03-14 17:09:19 -07:00
Seth House
d5e4b4a94b Moved some of new sys module documentation into the existing doc 2012-02-17 14:44:49 -07:00
Thomas S Hatch
454d9156f3 add module doc for the sys module 2012-02-17 13:08:31 -07:00
Seth House
b5efb163c3 Merge branch 'doc-sys' into develop 2012-02-12 04:36:54 -07:00
Seth House
c98db04b9a Added doc on the `sys` pseudo-module 2012-02-12 04:36:44 -07:00
Seth House
3a5b7a4f02 Added a doc for the pkg virtual module 2012-02-12 04:13:34 -07:00
Bret Palsson
14e9f44c50 Apparently I forgot how git works... Second attempt
- Add modules.rh_network and states.network to documentation
- Add modules.rh_network and states.network to documentation index
- Update copyright year in documentation
- Minor changes to the rh_network module
2012-02-10 00:29:49 -07:00
Bret Palsson
f795c36c3a - Add network states file
- Add modules.rh_network and states.network to documentation
- Add modules.rh_network and states.network to documentation index
- Update copyright year in documentation
- Began work on the network states
- Minor changes to the rh_network module
2012-02-10 00:21:04 -07:00
Seth House
b54d4ee573 Added new modules, states, returners docs 2012-01-15 22:54:23 -07:00
Seth House
98c3e75e8e Added a few missing modules to the module index 2011-11-27 10:43:17 -07:00
Seth House
c55c94aafe Added docs for the yumpkg module to the module list
Added a versionadded directive.
2011-11-26 01:45:36 -07:00
Eric Poelke
9f2cd50a04 Renamed yum.py to yumcmd.py to avoid namespace conflict with the real yum module. Updated list_pkgs to handle any number of packages to be passed in for filtering purposes. Added clean_metadata function to keep options similar to the actual yum cli tool. More enhancements to available_version, now will return the version regardless of the package being an update to existing package or the version of a currently not installed package. 2011-11-22 17:15:45 -08:00
Seth House
dd0c07b7e8 Updated references to modules & returners 2011-11-13 03:25:34 -07:00
Seth House
9cc2c166ac Added all current autosummary-generated stub documentation 2011-11-13 03:25:34 -07:00
Seth House
0639489083 Replace manual & monolithic automodule with individual autosummary 2011-11-13 03:25:34 -07:00
Seth House
ebc777dcd7 Removed local TOC from modules page (redundant with sidebar TOC) 2011-11-12 22:47:36 -07:00
Seth House
f496d8d81a Fixed some rST syntax, links, and other last-minute tweaks 2011-11-06 18:56:41 -07:00
Seth House
39159303c6 Fixed invalid rst syntax 2011-10-30 13:20:31 -06:00
Seth House
a912520cf8 Reorganized and reworded the contents page for better focus
Also moved the TOC to its own doc to provide a complete and
comprehensive overview. Removed some extra and unecessary toctree calls.
2011-10-30 12:41:14 -06:00
Seth House
4f76b47b8c Added a bunch of missing modules 2011-10-16 01:33:48 -06:00
Seth House
a336f6c15f Added shortcuts to hyperlink downloads, source files, and issues 2011-09-25 01:23:16 -06:00
Wieland Hoffmann
cab6bbf223 Fix a typo in /doc/ref/modules/index.rst 2011-07-17 16:13:32 -07:00
Thomas S Hatch
9259c9a59e Add outputter docs 2011-07-09 14:24:54 -06:00
Seth House
5d167c2b7b Customized the default table of contents to show more information
Brought a little more organization to the list of modules and returners
pages.
2011-06-25 01:44:57 -06:00
Thomas S Hatch
a30b1dcf24 Remove modules that don't exist 2011-06-22 20:49:29 -06:00
Thomas S Hatch
552118da8c Add documentation on writing documentation and the __virtual__ function 2011-06-21 22:44:10 -06:00
Thomas S Hatch
3186d38f98 Add module cross calling docs 2011-06-21 21:29:51 -06:00
Seth House
4df7ebd8dd Added placeholder docs for modules/returners/grains/renderers/states 2011-05-27 06:27:52 +08:00