https://github.com/bebo/bebo-sdk-docs
https://github.com/bebo/bebo-sdk-docs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bebo/bebo-sdk-docs
- Owner: bebo
- License: mit
- Created: 2016-09-19T22:47:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T19:33:15.000Z (over 8 years ago)
- Last Synced: 2025-02-16T18:39:46.495Z (3 months ago)
- Size: 31.3 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bebo-sdk-docs
Hosted at http://bebo-sdk.readthedocs.io
To setup:
1. Clone repo
2. `$ cd bebo-sdk-docs`
3. `$ virtualenv env` to make a Python virtual environment (`pip install virtualenv` if you don't have this command)
4. `$ source env/bin/activate` to activate your virtual environment
5. `$ pip install -r requirements.txt` to install required packagesTo edit locally:
1. `$ cd docs`
1. Create/edit any .rst file
2. `$ make html` inside docs to build new HTML files
3. Open newly-built docs/_build/html/ file in a browserTo publish to RTD:
1. Simply commit and RTD will auto-build