Skip to content

Commit e589e75

Browse files
doc update
1 parent 2bf5ff8 commit e589e75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright Collab 2015.
2+
# Copyright Collab 2015-2016.
33
#
44
# django-require-license documentation build configuration file.
55
#

doc/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ The main require.js application in ``static/js/app/main.js`` contains:
4747
'loglevel'
4848
], function($, log)
4949
{
50-
50+
5151
log.enableAll();
5252
log.debug("Hello world!");
53-
53+
5454
});
5555
5656
So we import the loglevel_ library as ``log``, enable logging on all
@@ -239,4 +239,4 @@ compressed ``app.min.js`` with license header.
239239
.. _django-require: https://github.com/etianen/django-require
240240
.. _r.js docs: http://requirejs.org/docs/optimization.html#options
241241
.. _loglevel: https://github.com/pimterry/loglevel
242-
.. _collect and optimize: https://github.com/etianen/django-require#running-the-rjs-optmizer
242+
.. _collect and optimize: https://github.com/etianen/django-require#running-the-rjs-optimizer

0 commit comments

Comments
 (0)