Skip to content

Commit

Permalink
index.rst: Bulleted list for params
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Aug 21, 2015
1 parent 8cfe0d9 commit 549031b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/generic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ First, create an environment instance:
my_env = Environment('../static/media', '/media')
As you can see, the environment requires two arguments, the path in which
your media files are located, as well as the url prefix under which the
media directory is available. This prefix will be used when generating
output urls.
As you can see, the environment requires two arguments:

- the path in which your media files are located

- the url prefix under which the media directory is available. This prefix will be used when generating
output urls.

Next, you need to define your assets, in the form of so called *bundles*,
and register them with the environment. The easist way to do it is directly
Expand Down

0 comments on commit 549031b

Please sign in to comment.