Skip to content

Commit

Permalink
Correct Sphinx syntax in shipping docs
Browse files Browse the repository at this point in the history
Underscore does not seem to have meaning in Sphinx, was rendered as-is.
  • Loading branch information
maiksprenger committed Apr 10, 2014
1 parent 3e4c2f7 commit cea5e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/howto/how_to_configure_shipping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ How Oscar handles shipping charges
Oscar uses a "repository" class to manage shipping charges. The class is used
in two ways:

* _It provides a list of shipping methods available to the user._ This is used to
* **It provides a list of shipping methods available to the user.** This is used to
generate the content for the shipping methods page of checkout, where the user
can choose a shipping method. The methods available generally depend on the
user, the basket and the shipping address.

* _It allows a shipping method to be retrieved based on a identifying code._ When
* **It allows a shipping method to be retrieved based on a identifying code.** When
a user selects a shipping method during checkout, it is persisted in the
session using a code. This code is used to retrieve the chosen shipping
method when it is required.
Expand Down

0 comments on commit cea5e39

Please sign in to comment.