https://github.com/elcorto/elcorto.github.io
https://github.com/elcorto/elcorto.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/elcorto/elcorto.github.io
- Owner: elcorto
- Created: 2016-02-05T15:34:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T21:12:50.000Z (about 3 years ago)
- Last Synced: 2025-01-26T14:53:14.535Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repository for sphinx-generated html docs of various projects
(manually written docs and auto-generated API docs from doc strings (see also
[sphinx-autodoc](https://github.com/elcorto/sphinx-autodoc))) for projects not
using gh-pages. At the moment this is only
[imagecluster](https://github.com/elcorto/imagecluster).This repo is not meant to be used publicly and relies on a certain directory
layout such as```
/path/to/project1
/path/to/project2
/path/to/this_ptoject
```The workflow is something like
```sh
$ make -C ../project1/docs html
$ some-browser ../project1/docs/build/html/index.html
$ ./update-and-push.sh project1
```