Skip to content

Commit

Permalink
Corrected formatting in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwittek committed Aug 28, 2015
1 parent 924f4b0 commit 1f41f03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '1.8'
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.8'
release = '1.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 deletions ncpol2sdpa/solver_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ def solve_sdp(sdpRelaxation, solver=None, solverparameters=None):
SDPA:
- "executable":
- `"executable"`:
Specify the executable for SDPA. E.g.,
"executable":"/usr/local/bin/sdpa", or
"executable":"sdpa_gmp"
- "paramsfile": Specify the parameter file.
`"executable":"/usr/local/bin/sdpa"`, or
`"executable":"sdpa_gmp"`
- `"paramsfile"`: Specify the parameter file.
Mosek:
Refer to the Mosek documentation. All arguments
Expand Down

0 comments on commit 1f41f03

Please sign in to comment.