Commit Graph

509 Commits (7d4d2eb9de40c2593a3933b33413e95c2eadb345)

Author SHA1 Message Date
Patrick Totzke 178a68a17f docs: Improve the Mock class
The python import machinery expects __path__ to be a string, so
__getattr__ has to return a mock string instead of a mock object.

__getattr__ now also returns Mock objects instead of the Mock class
and Mock objects are now callable.
2012-01-07 13:14:54 +00:00
Eric Holscher 34d1392e6e Mention tastypie in the api intro. 2011-12-31 17:07:10 -08:00
Eric Holscher 3bb966cec8 CLean up example a lil bit. 2011-12-30 19:46:20 -08:00
Eric Holscher bed785c250 Bah. 2011-12-30 19:37:12 -08:00
Eric Holscher d607f9ae17 Added an example of adding a user to a project via API. 2011-12-30 19:35:44 -08:00
Eric Holscher 724eee3ec3 Added a basic slumber example to the docs. 2011-12-27 19:40:27 -08:00
Eric Holscher 5d70bfc688 Fix support email address 2011-12-09 08:53:48 -08:00
Eric Holscher d497a2221d Fix the Mock() call in the docs. 2011-12-08 11:51:35 -08:00
Dayle Rees 6801a5abb5 Update to docs, fixed typo. 2011-12-05 11:48:49 +00:00
Eric Holscher 099ab59aa6 Document what packages are installed on the build server. 2011-12-04 11:08:12 -08:00
Patrick Totzke b49f2f31de make the proposed Mock wrapper more robust
constructor accepts keyword arguments
2011-12-03 18:42:55 +00:00
Jaimie Murdock e8e21f8082 adding IRC server info to docs. closes #142 2011-11-29 14:31:00 -05:00
Eric Holscher e11e85b14f Merge pull request #121 from ShishKabab/patch-1
Fixed Github/Bitbucket mixup in docs/webhooks.rst
2011-10-12 13:07:40 -07:00
Eric Holscher 0c83542066 Add a FAQ entry about how RTD finds your docs. 2011-10-11 19:19:05 -07:00
ShishKabab 12adec4983 Fixed Github/Bitbucket mixup in docs/webhooks.rst 2011-10-10 17:32:23 +03:00
Eric Holscher 907dd98ea0 Added some basic operations documentation. 2011-10-09 19:33:56 -07:00
Eric Holscher b47e6a894f Say where the profile page is. 2011-10-05 14:38:07 -07:00
Eric Holscher 388089f0f1 Tell people to mail the mailing list instead of me. 2011-10-05 14:11:33 -07:00
Nick Wilson 9c4ded3ffd Fix link to Open Comparison docs 2011-09-24 14:56:34 -07:00
Eric Holscher 1f92adf8ee Added a stub contributing doc. 2011-09-18 19:33:15 -07:00
Eric Holscher 616a5c6796 Add bitbucket to the post-commit hook docs. 2011-09-18 18:36:53 -07:00
Eric Holscher 4fe10ab294 Rejigger docs. 2011-09-17 19:56:23 -07:00
Eric Holscher 381d927166 Add the changing behavior info to the FAQ. 2011-09-17 19:48:20 -07:00
Eric Holscher c2f40a2789 Fix #77. Document how to mock imported modules at the conf.py level. 2011-09-17 19:38:55 -07:00
Eric Holscher 56281d91bb Added a basic faq for now. 2011-09-09 11:05:37 -07:00
Eric Holscher 3d28abb2c0 Add djangocon talk. 2011-09-06 13:35:47 -07:00
Richard Boulton c9f9104a25 Update Caveats section to be a bit more explicit about how the conf.py handling works, and to say that a white list exists. 2011-08-12 09:42:29 +02:00
Eric Holscher e8d90d51e0 Add OSCON Talk. 2011-07-28 14:17:53 -07:00
Eric Holscher 3ae64671cb Remove OSCON so I can demo it tomorrow :) 2011-07-27 22:24:36 -07:00
Eric Holscher b296e18ae0 Add talks link. 2011-06-21 10:30:56 -07:00
Eric Holscher e2a35465d5 Added a talk section to the docs. 2011-06-21 03:23:49 -07:00
Eric Holscher 329baeafba Some docs refactoring. 2011-06-19 22:57:15 -07:00
Eric Holscher 47e7106083 Added the changed property to Backend classes.
This allows the builder to let people know if anything significant has changed, so the builds can short-circuit if not.
2011-06-19 22:40:09 -07:00
Eric Holscher 0c87168ba8 Bit more docs about the build process. 2011-06-19 22:24:40 -07:00
Eric Holscher 0e8137fc8b Actually add the auto-doc bits. 2011-06-19 21:13:29 -07:00
Eric Holscher 43a449bc37 Add a bunch of docstrings to tasks and doc_builder. 2011-06-19 21:11:15 -07:00
Eric Holscher cc284c5f28 Added docs about CI, with a thanks to the Django CMS folks. 2011-06-19 12:07:33 -07:00
Dan Colish 2cfec57e4a small typo in architecture docs 2011-06-18 23:44:07 -07:00
Eric Holscher 0b244440be Use the nature theme for local builds, and fix docs about it. 2011-06-18 20:44:18 -07:00
Eric Holscher 2e3942f69d Add architecture to the index 2011-06-18 13:08:43 -07:00
Eric Holscher 8f41fcb2f1 Add the architecture diagram to the docs. 2011-06-18 13:07:39 -07:00
Eric Holscher 0b969d4ece Added some docs about varying behavior/build process 2011-06-18 11:24:20 -07:00
Eric Holscher 39e37834a2 Fix manpage name so it works on the frontend. 2011-06-15 22:32:11 -07:00
Dan Colish cb08bab8ea fix typo in run test command 2011-06-15 16:30:24 -07:00
Eric Holscher 5a56a273ae Update the fact that we support bze branches. 2011-05-03 22:23:30 -07:00
Eric Holscher 8158f5e34d Autodoc the VCS Support classes. 2011-04-14 22:28:14 -07:00
Eric Holscher 793ad04e06 Rework wording on intersphinx docs. 2011-04-10 11:49:09 -07:00
Eric Holscher f744652583 Added the ability to read the intersphinx files into redis for the projects. Thanks again to Jacob for the ideas and some of the codes. 2011-04-09 18:45:04 -07:00
Eric Holscher 45f477a385 Document intersphinx support. 2011-04-09 15:54:54 -07:00
Eric Holscher 96190d2639 Didn't need that "Contents" 2011-04-05 21:53:20 -07:00
Eric Holscher 85a27d80bf Fix doc foul. 2011-04-02 20:46:00 -07:00
Eric Holscher f34baf12da Add caching as a feature. 2011-04-02 18:22:19 -07:00
Eric Holscher c460a0c4e9 rejigger doc order. 2011-04-02 17:54:39 -07:00
Eric Holscher 39f015e564 Added documentation on the features that RTD has. 2011-04-02 17:49:36 -07:00
Eric Holscher 828c6e3193 Added basic blurb about testing. 2011-04-02 17:30:45 -07:00
Eric Holscher 78fc9bcc71 Added a bit of explanation to the docs. 2011-04-02 17:28:00 -07:00
Eric Holscher b267a68e41 Added a couple of the interesting settings to the documentation. 2011-04-02 15:04:03 -07:00
Eric Holscher ac60874cfb Fix doc confusion. 2011-03-19 16:17:05 -07:00
Eric Holscher 0e9b22a707 Small API updates. 2011-03-15 22:53:38 -07:00
Eric Holscher 6954d981d8 Make dig block look like code. 2011-03-15 02:29:20 -04:00
Eric Holscher 78c61db91c Make CNAME support more explicit. 2011-03-15 02:28:02 -04:00
Eric Holscher 4e8f51a43a Woops. Pip is only up to version .8 :) 2011-03-15 02:24:52 -04:00
Eric Holscher 036b34847f Added API docs to the toctree. 2011-03-15 02:23:38 -04:00
Eric Holscher 26f0818260 Write basic API documentation. 2011-03-15 02:22:29 -04:00
Eric Holscher 8bdcb33300 Fix our docs to actually build. Sucks that we now require virtualenv to build them. Bad documentation citizen! 2011-03-10 10:17:24 -08:00
Eric Holscher 513798d508 Change to our awesome default theme. 2011-03-01 21:02:44 -08:00
Eric Holscher 0f54fba5fc Make install docs update for packagification. 2011-02-22 20:18:46 -08:00
Eric Holscher 02d87eefc4 Make the docs say we're 1.0. 2011-02-08 19:37:16 -08:00
Eric Pierce 18a155e2a0 Github service hooks, references for other RCSes 2011-02-08 17:13:50 -08:00
Eric Holscher 84a2a82afe Update IRC Channel. 2011-02-02 10:47:40 -08:00
Eric Holscher fb8fbd8447 manage.py should use sqlite by default and "just work" 2011-01-30 11:13:34 -08:00
Eric Holscher 3f3d849270 Make migrations work and update docs accordingly. 2011-01-30 11:11:10 -08:00
Eric Holscher d334314320 Continue dogfooding for our docs. 2011-01-29 21:36:18 -08:00
Eric Holscher 5e8c5a167e Remove our custom css. 2011-01-29 20:19:20 -08:00
Eric Holscher c78fc8a5eb Remove our custom theme stuff, since it will be on the site now. 2011-01-29 20:12:04 -08:00
Eric Holscher 8f77742ed9 Update to the new theme. 2011-01-29 13:34:23 -08:00
Eric Holscher 2e92827290 Fix hr style. 2011-01-29 12:32:04 -08:00
Eric Holscher 87b3365f85 Build the docs with the RTD Theme. 2011-01-29 12:30:53 -08:00
Issac Kelly 3a9eb4bb3e Minor documentation changes RE: what it took for me to get started. 2011-01-24 00:42:50 -05:00
Eric Holscher 2f2c60cbd1 Fix the URL I forgot. 2011-01-10 20:38:52 -08:00
Eric Holscher eab7d9b9a4 Added docs about CNAME support/subdomains. 2011-01-10 20:37:24 -08:00
Eric Holscher aa80ca0244 Link post commit hooks from docs. 2011-01-10 20:27:36 -08:00
Eric Pierce 4c971cbd22 Reworked index, added getting_started 2011-01-10 19:12:53 -08:00
Eric Holscher c9a21dcd4f Add github repo link to the docs 2010-09-07 19:24:45 -05:00
Eric Holscher d8510ba152 Fix VCS bits in docs. 2010-09-07 19:20:43 -05:00
Eric Pierce 2f4754d39c Added docstrings to most of the important modules, and included a few more modules in the api .rst files 2010-09-03 16:48:02 -05:00
Eric Pierce 3046452188 Added stub .rst files for most of the API; modified conf.py so Sphinx can setup the Django environment before importing; cleaned up and formatted existing .rst docs a little 2010-09-03 16:47:47 -05:00
Eric Pierce fa840d6298 Rewrote the installation instructions to include the new official repository, and a little more info on prerequisites. 2010-08-31 12:16:54 +08:00
Eric Holscher 1734c700ca Small doc addition 2010-08-23 22:35:03 -05:00
Eric Holscher fe6109e72d Added basic support doc. 2010-08-22 01:42:55 -05:00
Eric Holscher 8f9eae49f8 missed a line :) 2010-08-18 14:19:12 -05:00
Eric Holscher 3fb53e12e6 Added basic webhook docs 2010-08-18 14:10:48 -05:00
Eric Holscher 3f8cba5906 Sample doc update. 2010-08-16 21:24:14 -05:00
Eric Holscher 4da69d28f3 Load project fixtures in install 2010-08-15 23:57:16 -05:00
Eric Holscher 90ae5a3712 Added some caveats 2010-08-15 23:53:07 -05:00
Charles Leifer c97079da5a Fix0r1ng 2010-08-15 23:06:19 -05:00
Charles Leifer 3c74c32268 Removing bubbrubboftime sadly 2010-08-15 23:03:24 -05:00
Charles Leifer d6e263b1ce put on your copy cap 2010-08-15 23:01:49 -05:00
Eric Holscher 6b9c863f54 Make fancy 500 pages and cleanup docs 2010-08-16 03:46:59 +00:00
Eric Holscher 4bc2985a3d Fix install docs 2010-08-15 20:19:44 -05:00
Eric Holscher ea348848f1 More install docs 2010-08-15 16:00:00 -05:00
Eric Holscher d791e13034 Added a basic install doc. 2010-08-15 15:51:37 -05:00
Eric Holscher 7cfb3f38d8 Fix initial data so we can build repos 2010-08-15 15:47:25 -05:00
Eric Holscher 7ca853c929 Doc updates. 2010-08-15 02:09:12 -05:00
Eric Holscher 994a76dab7 Update the docs with a real intro. 2010-08-14 11:45:53 -05:00
Charles Leifer 71367624ca Oprahdick 2010-08-14 03:45:25 -05:00
Eric Holscher 8b2b55bead Testing doc building again. 2010-08-14 03:37:17 -05:00
Eric Holscher 531aed34bc Test doc commit. 2010-08-14 03:32:33 -05:00
Eric Holscher c6f126612b Initial commit of our docs. 2010-08-14 00:07:13 -05:00