Skip to content

Commit

Permalink
New doc format, maketest.g is now automatically generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasguts committed Mar 5, 2014
1 parent a1b3902 commit fd2ca82
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ doc/AutoDocMainFile.xml
doc/D-ModulesForHomalg.xml
doc/title.xml
*.DS_Store
maketest.g
14 changes: 0 additions & 14 deletions ListOfDocFiles.g

This file was deleted.

2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Subtitle := "A homalg based package for D-modules",
## See '?Extending: Version Numbers' in GAP help for an explanation
## of valid version numbers. For an automatic package distribution update
## you must provide a new version number even after small changes.
Version := "2014.02.04",
Version := "2014.03.05",
## Please adjust also the VERSION file in the package directory when
## changing this.

Expand Down
5 changes: 5 additions & 0 deletions makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ AutoDoc(
gapdoc := rec(
main := "D-ModulesForHomalg",
),
maketest := rec(
commands := [ "LoadPackage( \"D-Modules\" );",
"LoadPackage( \"IO_ForHomalg\" );",
"HOMALG_IO.show_banners := false;",
"HOMALG_IO.use_common_stream := true;" ] )
)
);

Expand Down
12 changes: 0 additions & 12 deletions maketest.g

This file was deleted.

0 comments on commit fd2ca82

Please sign in to comment.