[tor-commits] [stem/master] Basic stem website

atagar at torproject.org atagar at torproject.org
Mon Oct 15 16:17:05 UTC 2012


commit f717e8801374939ea969ef4c73a556f15db02dab
Merge: 2a9d3c8 f996e24
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Oct 15 09:14:57 2012 -0700

    Basic stem website
    
    Making a front page and pages for our three most important sections...
    
    * Tutorial
    * API
    * Download
    
    All three are pretty minimal, but definitely better than what we had.

 docs/_static/buttons/api.png                |  Bin 0 -> 11189 bytes
 docs/_static/buttons/download.png           |  Bin 0 -> 13702 bytes
 docs/_static/buttons/resources/api.xcf      |  Bin 0 -> 30814 bytes
 docs/_static/buttons/resources/download.xcf |  Bin 0 -> 36033 bytes
 docs/_static/buttons/resources/tutorial.xcf |  Bin 0 -> 36318 bytes
 docs/_static/buttons/tutorial.png           |  Bin 0 -> 14530 bytes
 docs/_static/label/debian.png               |  Bin 0 -> 1339 bytes
 docs/_static/label/git.png                  |  Bin 0 -> 790 bytes
 docs/_static/label/resources/debian.xcf     |  Bin 0 -> 3137 bytes
 docs/_static/label/resources/git.xcf        |  Bin 0 -> 2071 bytes
 docs/_static/section/debian.png             |  Bin 0 -> 5646 bytes
 docs/_static/section/git.png                |  Bin 0 -> 4749 bytes
 docs/api.rst                                |   46 ++++++++
 docs/download.rst                           |   23 ++++
 docs/index.rst                              |  168 ++-------------------------
 docs/tutorial.rst                           |  129 ++++++++++++++++++++
 run_tests.py                                |    2 +
 test/__init__.py                            |    1 +
 test/integ/control/controller.py            |   25 ----
 test/integ/descriptor/server_descriptor.py  |   29 -----
 test/mocking.py                             |   38 ++++++-
 test/unit/tutorial.py                       |   80 +++++++++++++
 22 files changed, 328 insertions(+), 213 deletions(-)



More information about the tor-commits mailing list