diff options
| author | Tom Christie | 2012-11-09 13:49:52 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-09 13:49:52 +0000 | 
| commit | 8953a60196cb55ec75902882314da5a42636349c (patch) | |
| tree | 43bf6ea1f69955aeecd83fb9f866d92ea9a5f3df /mkdocs.py | |
| parent | b78872b7dbb55f1aa2d21f15fbb952f0c7156326 (diff) | |
| parent | 9aaeeacdfebc244850e82469e4af45af252cca4d (diff) | |
| download | django-rest-framework-8953a60196cb55ec75902882314da5a42636349c.tar.bz2 | |
Merge with master
Diffstat (limited to 'mkdocs.py')
| -rwxr-xr-x | mkdocs.py | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -17,14 +17,14 @@ if local:      suffix = '.html'      index = 'index.html'  else: -    base_url = 'http://tomchristie.github.com/django-rest-framework' -    suffix = '' +    base_url = 'http://django-rest-framework.org' +    suffix = '.html'      index = ''  main_header = '<li class="main"><a href="#{{ anchor }}">{{ title }}</a></li>'  sub_header = '<li><a href="#{{ anchor }}">{{ title }}</a></li>' -code_label = r'<a class="github" href="https://github.com/tomchristie/django-rest-framework/blob/restframework2/rest_framework/\1"><span class="label label-info">\1</span></a>' +code_label = r'<a class="github" href="https://github.com/tomchristie/django-rest-framework/tree/master/rest_framework/\1"><span class="label label-info">\1</span></a>'  page = open(os.path.join(docs_dir, 'template.html'), 'r').read()  | 
