Skip to content

Commit

Permalink
more rtd test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtford90 committed Jun 22, 2014
1 parent 1535225 commit 710c369
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 8 deletions.
Binary file added docs/_static/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'silk', u'silk Documentation',
[u'Michael Ford'], 1)
[u'Michael Ford'], 1),
('profiling', 'Profiling', u'Profiling',
[u'Michael Ford'], 2),
]

# If true, show URL addresses after external links.
Expand Down
23 changes: 16 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,29 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to silk's documentation!
Silk
================================

Contents:

.. toctree::
:maxdepth: 2

Testing 1, 2, 3
profiling

Indices and tables
==================
Silk is a live profiling and inspection tool for the Django framework. Silk can:

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
- Intercept HTTP requests and responses for further inspection
- Time execution of requests
- Intercept database queries per request
- Profile blocks of code
- Timing
- Database queries

A live demo is available at http://mtford.co.uk/silk/.

Requirements
------------

* Django: 1.5, 1.6
* Python: 2.7, 3.3, 3.4
2 changes: 2 additions & 0 deletions docs/profiling.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Profiling
=========

0 comments on commit 710c369

Please sign in to comment.