Skip to content

Commit

Permalink
Merge pull request #132 from BoostGSoC21/develop
Browse files Browse the repository at this point in the history
[GSoC'21] Creating documentation using AsciiDoctor
  • Loading branch information
bassoy authored Sep 5, 2021
2 parents db29cdf + 76a6b7a commit 669a1d5
Show file tree
Hide file tree
Showing 129 changed files with 13,357 additions and 19,343 deletions.
2 changes: 2 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/html/
/pdf/
30 changes: 30 additions & 0 deletions doc/Jamfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 2021 Shikhar Vashistha
#
# Distributed under the Boost Software License, Version 1.0.
# (http://www.boost.org/LICENSE_1_0.txt)
# Copyright 2021 Shikhar Vashistha
#
# Distributed under the Boost Software License, Version 1.0.
# (http://www.boost.org/LICENSE_1_0.txt)

import asciidoctor ;

html ublas.html : ublas.adoc ;

install html_ : ublas.html : <location>html ;

pdf ublas.pdf : ublas.adoc ;

explicit ublas.pdf ;

install pdf_ : ublas.pdf : <location>pdf ;

explicit pdf_ ;

alias boostdoc ;

explicit boostdoc ;

alias boostrelease : html_ ;

explicit boostrelease ;
Loading

0 comments on commit 669a1d5

Please sign in to comment.