ros-industrial / easy_perception_deployment

A ROS2 package that accelerates the training and deployment of CV models for industries.
Apache License 2.0
54 stars 16 forks source link

Fix #5 #6

Closed cardboardcode closed 3 years ago

cardboardcode commented 3 years ago

This pull request addresses issue #5 by making the following 2 edits.

  1. Removing mention of docs/build/* folder in .gitignore.
  2. Re-uploading contents of docs/build/ folder that contains the missing documentation mentioned in #5.

This fix is a temporary workaround to ensure that documentation on easy_perception_deployment is always accessible, offline and online. The long-term fix is to deploy the documentation using the readthedocs platform for public open-source repositories such as this.