Skip to content

Commit

Permalink
Move documentation instructions in root README, delete how to contrib…
Browse files Browse the repository at this point in the history
…ute instructions
  • Loading branch information
VictorLamoine committed Feb 14, 2019
1 parent ca63628 commit de79b5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,21 @@ catkin build
```

# Documentation
Please read [doc/README.md](doc/README.md).
## API documentation

Install rosdoc_lite:
```
sudo apt install ros-$ROS_DISTRO-rosdoc-lite
```

Generate the API documentation:
```bash
catkin_make bezier_doc
```

## Documented classes of Bezier
- [bezier_grinding_surfacing](README_bezier_grinding_surfacing.md)

# Example packages using `bezier`
- [bezier_examples](https://github.com/ros-industrial-consortium/bezier_examples)
- [fanuc_grinding](https://gitlab.com/InstitutMaupertuis/fanuc_grinding)

# How to contribute
- [Report issues](https://github.com/ros-industrial-consortium/bezier/issues)
- Write documentation
- Open [merge request](https://github.com/ros-industrial-consortium/bezier/pulls/) to fix bugs, improve/add functionalities
14 changes: 0 additions & 14 deletions doc/README.md

This file was deleted.

0 comments on commit de79b5b

Please sign in to comment.