Skip to content

Commit

Permalink
Merge pull request xapi-project#60 from jonludlam/docgen
Browse files Browse the repository at this point in the history
Docgen
  • Loading branch information
Jon Ludlam committed Jun 1, 2016
2 parents c7f1f6a + 488d2d7 commit 0b7c1b4
Show file tree
Hide file tree
Showing 130 changed files with 436 additions and 15,883 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ setup.bin
#*
generator/_build
generator/main.native
ocaml/lib/v.ml
ocaml/lib/d.ml
ocaml/lib/p.ml
ocaml/lib/datapath.ml
ocaml/lib/plugin.ml
ocaml/lib/volume.ml
python/xapi/storage/api/datapath.py
python/xapi/storage/api/plugin.py
python/xapi/storage/api/volume.py
ocaml/examples
python/build
python/d.py
python/v.py
python/p.py
*.pyc
*.pyo
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build:
.PHONY: html
html: build
./generator/main.native -html
rsync -av ./doc/static/ ./doc/gen/

.PHONY: install
install:
Expand Down
Loading

0 comments on commit 0b7c1b4

Please # to comment.