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.
This commit is contained in:
parent
43f16094c1
commit
ae0f7a04c5
55 changed files with 3990 additions and 1778 deletions
|
|
@ -1,3 +1,5 @@
|
|||
External links
|
||||
|
||||
External links and resources
|
||||
============================
|
||||
|
||||
|
|
@ -61,19 +63,23 @@ General mud/game development ideas and discussions
|
|||
blog with long and interesting articles (not MUD-specific)
|
||||
- `What Games Are <http://whatgamesare.com/>`_ is a blog about general
|
||||
game design (not MUD-specific)
|
||||
- `The Alexandrian <http://thealexandrian.net/>`_ is a blog about
|
||||
tabletop roleplaying and board games, but with lots of general
|
||||
discussion about rule systems and game balance that could be
|
||||
applicable also for MUDs.
|
||||
|
||||
Frameworks
|
||||
----------
|
||||
|
||||
`Django's homepage <http://www.djangoproject.com/>`_
|
||||
- `Django's homepage <http://www.djangoproject.com/>`_
|
||||
|
||||
- `Documentation <http://docs.djangoproject.com/en>`_
|
||||
- `Code <http://code.djangoproject.com/>`_
|
||||
- `Documentation <http://docs.djangoproject.com/en>`_
|
||||
- `Code <http://code.djangoproject.com/>`_
|
||||
|
||||
`Twisted homepage <http://twistedmatrix.com/>`_
|
||||
- `Twisted homepage <http://twistedmatrix.com/>`_
|
||||
|
||||
- `Documentation <http://twistedmatrix.com/documents/current/core/howto/index.html>`_
|
||||
- `Code <http://twistedmatrix.com/trac/browser>`_
|
||||
- `Documentation <http://twistedmatrix.com/documents/current/core/howto/index.html>`_
|
||||
- `Code <http://twistedmatrix.com/trac/browser>`_
|
||||
|
||||
Tools
|
||||
-----
|
||||
|
|
@ -87,10 +93,11 @@ Tools
|
|||
Python Info
|
||||
-----------
|
||||
|
||||
`Python Website <http://www.python.org/>`_
|
||||
- `Python Website <http://www.python.org/>`_
|
||||
|
||||
- `Documentation <http://www.python.org/doc/>`_
|
||||
- `Tutorial <http://docs.python.org/tut/tut.html>`_
|
||||
- `Library Reference <http://docs.python.org/lib/lib.html>`_
|
||||
- `Language Reference <http://docs.python.org/ref/ref.html>`_
|
||||
|
||||
- `Documentation <http://www.python.org/doc/>`_
|
||||
- `Tutorial <http://docs.python.org/tut/tut.html>`_
|
||||
- `Library Reference <http://docs.python.org/lib/lib.html>`_
|
||||
- `Language Reference <http://docs.python.org/ref/ref.html>`_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue