https://github.com/leo-project/leo_libs_docs
Leo's libraries Documentation
https://github.com/leo-project/leo_libs_docs
Last synced: 2 months ago
JSON representation
Leo's libraries Documentation
- Host: GitHub
- URL: https://github.com/leo-project/leo_libs_docs
- Owner: leo-project
- License: apache-2.0
- Created: 2014-09-04T01:20:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T06:28:27.000Z (about 10 years ago)
- Last Synced: 2024-12-31T03:27:28.298Z (4 months ago)
- Language: CSS
- Size: 715 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
leo's libraries docs
====================Overview
--------*leo_libs_docs* uses [Sphinx](http://sphinx.pocoo.org/) for its documentation.
It can be consulted directly from the [LeoFS website](http://www.leofs.org/docs/leo_libs).The following commands can be used to download the documentation and
generate the HTML files:```text
$ git clone https://github.com/leo-project/leo_libs_docs.git
$ cd leo_libs_docs
$ make html
```