L.C. Rees
cc8a921311
- more py3k fixes
2012-06-04 16:40:34 -06:00
Dan Colish
a3507abe49
Skip mod_init when running autodoc, #1282
2012-05-29 16:17:03 -07:00
Seth House
b1bc8ff503
Added mock object for M2Crypto when building the docs
2012-04-25 23:09:48 -06:00
Monty Taylor
3867ffb3ef
Replace M2Crypto RSA with PyCrypto.
...
M2Crypto has been abandonded upstream, has many outstanding bugs,
and doesn't build unpatched on Fedora. Since the only thing M2Crypto
is being used for in the salt codebase is RSA support, using the PyCrypto
RSA module instead is pretty straight forward. Additionally, the RSA
module uses sign/verify terminology around our use of private encrypting
known tokens for verification purposes rather than private_encrypt and
public_descrypt, which makes reading the intent a little clearer.
2012-04-20 09:30:33 -07:00
Seth House
84b5b5ba49
Added a couple yaml mock objects for RTD
2012-03-19 05:43:10 -06:00
Seth House
c03716e470
Revert "Playing with RTD tweak to use Sphinx default theme"
...
This reverts commit c5af26f31a
.
2012-02-18 10:43:59 -07:00
Seth House
c5af26f31a
Playing with RTD tweak to use Sphinx default theme
2012-02-18 10:40:50 -07:00
Bret Palsson
f66738e934
Update copyright date
2012-02-10 10:20:45 -07:00
Seth House
4514368865
Removed site homepage; replaced with docs homepage
2012-02-08 03:20:41 -07:00
Seth House
f7dce9a7ee
Replaced links to installation instructions
2012-02-08 03:20:41 -07:00
Seth House
45da8b9578
Removed custom Sphinx theme
...
Preparing to move all docs to RTD.
2012-02-08 03:20:41 -07:00
Thomas S Hatch
26b0215a2b
Add msgpack top Mock modules
2012-01-20 20:36:16 -07:00
Seth House
4e3aacc813
Slight modifications to docs in preparation for rtfd.org
...
Moved the html customizations into a proper theme and cleaned up the
configs to be useful for the default theme.
2012-01-16 02:46:41 -07:00
Seth House
105ed6d70c
Added pyyaml to the list of mocked imports for the docs
2012-01-16 01:45:30 -07:00
Seth House
b54d4ee573
Added new modules, states, returners docs
2012-01-15 22:54:23 -07:00
Seth House
31354bf15b
Mock various imports req'd for autodoc
2012-01-15 22:38:34 -07:00
Seth House
4edf6da1ed
Put local Salt directory at the front of PYTHONPATH
...
Sphinx's autodoc was seeing the globally installed Salt over the local
copy.
2012-01-10 06:10:34 -07:00
Seth House
08ed1da4cb
Added a custom 404 page for GitHub pages
2011-11-16 19:52:51 -07:00
Seth House
b6ecb49828
Updated URLs for the switch to the saltstack GitHub organization
2011-11-15 23:45:51 -07:00
Seth House
ebf5ce6474
Define sidebars only in conf.py; removed others
2011-11-13 04:53:40 -07:00
Seth House
0639489083
Replace manual & monolithic automodule with individual autosummary
2011-11-13 03:25:34 -07:00
Seth House
871e56007f
Fixed file mode; not sure how I marked these as +x
2011-11-06 22:47:36 -07:00
Seth House
692a0d7ef4
Added ePUB output configuration
2011-11-06 19:47:48 -07:00
Seth House
6fd90568fe
Renamed the contents / toc files to be a bit more logical
2011-11-06 19:47:48 -07:00
Seth House
22997def69
Added real logo and favicon
2011-10-16 23:54:11 -06:00
Seth House
b60e53e529
Added a real homepage; still in need of real content
...
Shamelessly ripping off the Sphinx project layout here...
2011-10-16 00:51:20 -06:00
Seth House
7458f69ac7
Stripped down the Sphinx config file
2011-10-16 00:51:20 -06:00
Thomas S Hatch
1c405cc902
Merge pull request #143 from whiteinge/version-import
...
Moved the version string to the Salt module
2011-09-25 07:46:09 -07:00
Seth House
a336f6c15f
Added shortcuts to hyperlink downloads, source files, and issues
2011-09-25 01:23:16 -06:00
Seth House
7050f09926
Replaced links to the download tarball with a substitution
2011-09-25 01:23:16 -06:00
Seth House
02a3dab489
Moved the version string to the Salt module
...
This move will allow fetching the verison from multiple places such as
setup.py as well as the docs.
2011-09-25 00:30:36 -06:00
Thomas S Hatch
62575c03ec
bump to 0.9.2
2011-09-17 12:51:17 -06:00
Thomas S Hatch
b956e7f7df
bump version to 0.9.1
2011-08-29 18:45:20 -06:00
Thomas S Hatch
4f6182d804
Add salt-call manpage tot he sphinx build
2011-08-27 11:36:12 -06:00
Thomas S Hatch
3ca9c2ba1f
Add syndic manpage ref to config
2011-08-27 11:30:32 -06:00
Thomas S Hatch
95c0866cb7
update sphinx to 0.9.0
2011-08-27 11:15:15 -06:00
Erik Nolte
1d71c9ce19
Move remaining salt-monitor code to the salt-monitor project
2011-08-10 13:54:38 -06:00
Erik Nolte
8918f26a14
Add salt-monitor documentation
2011-07-27 17:54:36 -06:00
Thomas S Hatch
9c39382613
Update shpinx conf to 0.8.9
2011-07-09 17:05:38 -06:00
Thomas S Hatch
6944b783ad
Move around the index to look better as a homepage, changed default
...
theme to agogo
2011-06-26 16:04:52 -06:00
Thomas S Hatch
ed68147885
Add an S to Thomas S. Hatch
2011-05-30 16:31:18 -06:00
Thomas S Hatch
e0143dc342
Merge the rendered spinx man pages into the deployment dir
2011-05-30 16:24:23 -06:00
Seth House
20f18681bd
Added initial Sphinx documentation
...
This commit moves the existing wiki pages on Github into rST with only
minor edits, formatting, and hyperlinking.
2011-05-27 06:27:42 +08:00