Skip to content

Commit

Permalink
Merge sphinx-conversion-4500-3: Convert Lore to Sphinx documentation.
Browse files Browse the repository at this point in the history
Author: glyph, khorn, dreid, Alex
Reviewer: dstufft
Fixes: twisted#4500

This change is the big conversion that moves all documentation in the
repository to Sphinx and removes all Lore documentation sources.

This is not perfect, but should be a big improvement.  Further fixes
should happen in subsequent branches, on the ReST sources.

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@41261 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
glyph committed Jan 16, 2014
1 parent 06ec4bf commit 2fc481e
Show file tree
Hide file tree
Showing 720 changed files with 37,194 additions and 25,029 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
_trial_temp*/
build/
dropin.cache
doc/
4 changes: 2 additions & 2 deletions bin/admin/build-docs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ except ImportError:
sys.exc_clear()
sys.path.remove(extra)

from twisted.python._release import BuildDocsScript
from twisted.python._release import SphinxBuilder

BuildDocsScript().main(sys.argv[1:])
SphinxBuilder().main(sys.argv[1:])
36 changes: 0 additions & 36 deletions doc/conch/examples/index.xhtml

This file was deleted.

385 changes: 0 additions & 385 deletions doc/conch/howto/conch_client.xhtml

This file was deleted.

21 changes: 0 additions & 21 deletions doc/conch/howto/index.xhtml

This file was deleted.

17 changes: 0 additions & 17 deletions doc/conch/index.xhtml

This file was deleted.

17 changes: 0 additions & 17 deletions doc/core/development/index.xhtml

This file was deleted.

33 changes: 0 additions & 33 deletions doc/core/development/naming.xhtml

This file was deleted.

53 changes: 0 additions & 53 deletions doc/core/development/philosophy.xhtml

This file was deleted.

Loading

0 comments on commit 2fc481e

Please sign in to comment.