Commit graph

1141 commits

Author SHA1 Message Date
Griatch
cc12dc36fa Updated the ReST documentation. 2013-05-15 23:49:38 +02:00
Griatch
b15d1fa683 Updated ReST documentation. 2012-10-28 16:39:18 +01:00
Griatch
0397c6ae51 More fiddling sith sphinx docs. 2012-09-30 11:07:00 +02:00
Griatch
8e574960b7 Moved docs/conf.py to the right place, not sure why it ended up where it was. 2012-09-30 10:54:30 +02:00
Griatch
52b72258d2 Some more feedback on rst-building errors (readthedocs) 2012-09-30 10:46:18 +02:00
Griatch
85952f8075 Updated ReST documentation. 2012-09-30 10:32:41 +02:00
Griatch
3c96dc9cc9 Fixed a too-inclusive .hgignore file as well as some other fixes. 2012-09-07 19:31:51 +02:00
Griatch
ae65438c9b docs: Adding missing rest pages to mercurial. 2012-06-26 18:26:59 +02:00
Griatch
f95fac1f51 Adding contents file for an alphabetical index in the reST docs. 2012-06-26 18:19:10 +02:00
Griatch
f2d9b81d09 Changed format of reST conversion slightly. 2012-06-26 18:12:38 +02:00
Griatch
ae0f7a04c5 Updated and cleaned the wiki2rest converter. The ReST documentation should look a lot better now, with less weirdness. Using a python google-code snippet to convert now, so no more need for third-party ruby downloads! This should transfer to readthedocs shortly. 2012-06-26 17:45:12 +02:00
Griatch
a8139feb1a Updated ReST documentation. 2012-05-01 17:37:37 +02:00
Griatch
2eb5c4fc8c Updating ReST docs. 2012-03-15 15:26:07 +01:00
Griatch
c4f2c493d9 Updated ReST docs, fixed some things in Swedish translation. 2012-02-19 10:49:59 +01:00
Griatch
e2b67b0ac4 Updated reST docs. 2011-12-20 18:54:27 +01:00
Griatch
3337c0f787 Updated ReST documentation 2011-11-14 20:17:04 +01:00
Griatch
6ede4e5def Updated ReST documentation 2011-11-13 23:27:02 +01:00
Griatch
4b29114a83 Updated reST documentation. 2011-11-09 00:14:41 +01:00
Griatch
b465bdd7bb Updated reST docs. 2011-10-04 22:29:40 +02:00
Griatch
6ddfdd85f0 Updating ReST docs. 2011-10-04 00:46:50 +02:00
Griatch
5271944f9a docs: updating rest documentationdocs: updating rest documentation.. 2011-10-01 13:21:34 +02:00
Griatch
c3a4063cc3 wiki: fixes. 2011-09-20 13:23:39 +02:00
Griatch
9a719d7fb0 Updated rst files to latest wiki. 2011-09-20 13:21:07 +02:00
Griatch
0af6dff175 Updated rst files to wiki. 2011-09-15 22:45:05 +02:00
Griatch
60e980be67 Updated rst-docs to match online wiki 2011-09-14 21:17:50 +02:00
Griatch
dce64d8bd2 fixes. 2011-09-11 17:09:30 +02:00
Griatch
751e2306ae Fixed link page. 2011-09-11 16:41:33 +02:00
Griatch
2200632739 Tried some variations with reST conversion, but didn't find a satisfactory alternate solution. 2011-09-11 16:19:27 +02:00
Griatch
eae89eabc0 Patched wiki2html to give correct source code snippet output. 2011-09-11 12:17:33 +02:00
Griatch
22b23be095 Fixed things in wiki repo so reST decumentation conversion don't hickup as much. 2011-09-11 03:24:41 +02:00
Griatch
daa327877c Fixed up look of reST documentation index a bit. 2011-09-11 00:38:39 +02:00
Griatch
bd0079a39d Added Sphinx (reST-style) conversion of Evennia documentation to docs/. This is an auto-generated conversion directly from the Wiki, so it's not custom-written in any way (will also make it easy to update). You need Sphinx to compile the sources into fancy pages. Supporting sphinx is to make documentation easier to print and view offline. Currently no sphinx src-code viewing is activated by default, it gives too many spurious errors (the converters are in the repo though if you're interested in experimenting). So for offline autodocs, doxygen is still to recommend. 2011-09-10 23:44:49 +02:00
Greg Taylor
2690e0790e Adding a docs/requirements.txt for our pip/viritualenv users. 2010-11-22 15:33:19 +00:00
Griatch
f83c2bddf8 Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch 2010-08-29 18:46:58 +00:00
Greg Taylor
b53c228257 Add a note about Python 2.6. 2009-04-30 06:20:00 +00:00
Greg Taylor
d03b214f24 Add FollowSymLinks to the media directory by default. 2009-04-30 06:17:51 +00:00
Griatch
54e2564a9f Just adding a few lines of README for those not aware of what to do about the docs/doxygen folder. 2009-04-26 07:55:25 +00:00
Greg Taylor
fb4c50b647 Further elaboration. 2009-01-30 04:19:43 +00:00
Greg Taylor
02bc354b3d Add a note about mod_python not being recommended anymore. 2009-01-30 04:18:29 +00:00
Greg Taylor
4cfe2b6bd9 First draft of example WSGI stuff. 2009-01-30 04:16:17 +00:00
Greg Taylor
01db5700e8 More re-arranging to make things more closely resemble MUX/MUSH directory structure. Reason we're doing this is to begin the emergence of a separation of server code from game-specific stuff (called a driver by some codebases like LPMud).
Ideally game developers don't touch the server code, they just play within the game directory, which will contain all of their script parents and stuff.

NOTE: I may have broken the Linux/Unix start script. I am not able to boot back into Linux at the moment due to some testing going on, so if anyone could take a moment to tell me one way or another, I'd appreciate it.

NOTE: You'll need to move your evennia.db3 file into the game directory if you're using sqlite.
2008-12-15 03:37:30 +00:00