Skip to content

Commit

Permalink
Add Windows Installation using conda-forge, and cleanup install docs (#…
Browse files Browse the repository at this point in the history
…214)

Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: John Shepherd <[email protected]>

Co-authored-by: Mabel Zhang <[email protected]>
  • Loading branch information
John Shepherd and mabelzhang authored Jan 21, 2021
1 parent 74b4719 commit 1e7e8d9
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 196 deletions.
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Ignition Transport, a component of [Ignition Robotics](https://ignitionrobotics.

[Usage](#markdown-header-usage)

[Documentation](#markdown-header-documentation)

[Testing](#markdown-header-testing)

[Folder Structure](#markdown-header-folder-structure)

[Code of Conduct](#markdown-header-code-of-conduct)
Expand Down Expand Up @@ -121,36 +117,6 @@ This issue is tracked [here](https://github.com/ignitionrobotics/ign-tools/issue

Visit the [documentation page](https://ignitionrobotics.org/api/transport/8.0/index.html).

## Build documentation

```
cd build
make doc
```

Upload documentation to ignitionrobotics.org.

```
cd build
sh upload.sh
```

If you're creating a new release, then tell ignitionrobotics.org about
the new version. For example:

```
curl -k -X POST -d '{"libName":"transport", "version":"1.0.0", "releaseDate":"2017-10-09T12:10:13+02:00","password":"secret"}' https://api.ignitionrobotics.org/1.0/versions
```

# Testing

Tests can be run by building the `test` target. From your build directory you
can run:

```
$ make test
```

# Folder Structure

```
Expand Down
Loading

0 comments on commit 1e7e8d9

Please sign in to comment.