Skip to content

Commit

Permalink
Merge pull request #19 from Point72/tkp/docs2
Browse files Browse the repository at this point in the history
Small copypasta fixes for docs
  • Loading branch information
timkpaine authored Oct 30, 2024
2 parents 5e4e626 + 94236dc commit 3e581dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/Build-from-Source.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`csp-adapter-symphony` is written in Python and Javascript. While prebuilt wheels are provided for end users, it is also straightforward to build `csp-adapter-symphony` from either the Python [source distribution](https://packaging.python.org/en/latest/specifications/source-distribution-format/) or the GitHub repository.
`csp-adapter-symphony` is written in Python. While prebuilt wheels are provided for end users, it is also straightforward to build `csp-adapter-symphony` from either the Python [source distribution](https://packaging.python.org/en/latest/specifications/source-distribution-format/) or the GitHub repository.

## Table of Contents

Expand Down Expand Up @@ -93,7 +93,7 @@ make fix-docs

## Testing

`csp-adapter-symphony` has both Python and JavaScript tests. The bulk of the functionality is tested in Python, which can be run via `pytest`. First, install the Python development dependencies with
`csp-adapter-symphony` has extensive Python tests. The tests can be run via `pytest`. First, install the Python development dependencies with

```bash
make develop
Expand Down

0 comments on commit 3e581dd

Please sign in to comment.