https://github.com/certik/debexpo
https://github.com/certik/debexpo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/certik/debexpo
- Owner: certik
- Created: 2008-12-03T00:02:39.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-02-01T06:34:52.000Z (over 17 years ago)
- Last Synced: 2025-03-27T16:38:09.168Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 648 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Contributing: docs/contributing.rst
Awesome Lists containing this project
README
debexpo documentation
=====================
The debexpo documentation is being stored in restructured text inside the
docs/ directory. You can find the current installation guide at
docs/installing.rst. You should build and view the html docs by executing:
% sudo apt-get install python-sphinx # needed to build the docs
% cd docs/
% make html
% sensible-browser .build/html/index.html