Skip to content

Commit

Permalink
fix default python settings in docs, add docs README badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jan 12, 2022
1 parent 42a36b2 commit 6500ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
</h1>

[![Build Status](https://github.com/cvxgrp/scs/actions/workflows/build.yml/badge.svg)](https://github.com/cvxgrp/scs/actions/workflows/build.yml)
[![Documentation](https://img.shields.io/badge/docs-online-brightgreen?logo=read-the-docs&style=flat)](https://www.cvxgrp.org/scs/)
[![Coverage Status](https://coveralls.io/repos/github/cvxgrp/scs/badge.svg?branch=master)](https://coveralls.io/github/cvxgrp/scs?branch=master)


Expand Down
6 changes: 3 additions & 3 deletions docs/src/api/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ This module provides a single function solve with the following call signature:
eps_rel=1e-4,
eps_infeas=1e-7,
alpha=1.5,
rho_x=1e-3,
acceleration_lookback=0,
acceleration_interval=1,
rho_x=1e-6,
acceleration_lookback=10,
acceleration_interval=10,
time_limit_secs=0,
write_data_filename=None,
log_csv_filename=None)
Expand Down

0 comments on commit 6500ff8

Please sign in to comment.