File tree 2 files changed +5
-2
lines changed
contributing/documentation
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -353,8 +353,8 @@ Then, you need to create a new
353
353
options you want to pass to the command.
354
354
355
355
Eventually, calling the ``run() `` method actually executes the command and
356
- returns the returned code from the command (`` 0 `` if everything went fine, any
357
- other integer otherwise ).
356
+ returns the returned code from the command (return value from command's
357
+ `` execute() `` method ).
358
358
359
359
.. note ::
360
360
Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ Installing the Sphinx extensions
157
157
158
158
# use PHP as the primary domain
159
159
primary_domain = ' php'
160
+
161
+ # set url for API links
162
+ api_url = ' http://api.symfony.com/master/%s '
160
163
161
164
.. _reStructuredText : http://docutils.sf.net/rst.html
162
165
.. _Sphinx : http://sphinx.pocoo.org/
You can’t perform that action at this time.
0 commit comments