Split Akka PDF into a Java and Scala version. See #3400
This commit is contained in:
parent
9d2677a4cf
commit
5ba40a19e8
5 changed files with 9 additions and 4 deletions
|
|
@ -61,7 +61,8 @@
|
|||
<div class="main">
|
||||
<div class="container">
|
||||
<div class="page-title">{{ title }}</div>
|
||||
<div class="pdf-link"><a href="{{ pathto('Akka.pdf', 1) }}"><img src="{{ pathto('_static/pdf-icon.png', 1) }}" style="height: 40px;" /></a></div>
|
||||
<div class="pdf-link"><a href="{{ pathto('AkkaScala.pdf', 1) }}" title="Akka Scala Documentation"><img src="{{ pathto('_static/pdf-scala-icon.png', 1) }}" style="height: 40px;" /></a></div>
|
||||
<div class="pdf-link"><a href="{{ pathto('AkkaJava.pdf', 1) }}" title="Akka Java Documentation"><img src="{{ pathto('_static/pdf-java-icon.png', 1) }}" style="height: 40px;" /></a></div>
|
||||
</div>
|
||||
<div class="main-container">
|
||||
<div class="container">
|
||||
|
|
|
|||
BIN
akka-docs/_sphinx/themes/akka/static/pdf-java-icon.png
Normal file
BIN
akka-docs/_sphinx/themes/akka/static/pdf-java-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
akka-docs/_sphinx/themes/akka/static/pdf-scala-icon.png
Normal file
BIN
akka-docs/_sphinx/themes/akka/static/pdf-scala-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -16,7 +16,7 @@ master_doc = 'index'
|
|||
exclude_patterns = ['_build', 'pending', 'disabled']
|
||||
|
||||
project = u'Akka'
|
||||
copyright = u'2011, Typesafe Inc'
|
||||
copyright = u'2011-2013, Typesafe Inc'
|
||||
version = '@version@'
|
||||
release = '@version@'
|
||||
|
||||
|
|
@ -71,7 +71,9 @@ latex_paper_size = 'a4'
|
|||
latex_font_size = '10pt'
|
||||
|
||||
latex_documents = [
|
||||
('index', 'Akka.tex', u' Akka Documentation',
|
||||
('java', 'AkkaJava.tex', u' Akka Java Documentation',
|
||||
u'Typesafe Inc', 'manual'),
|
||||
('scala', 'AkkaScala.tex', u' Akka Scala Documentation',
|
||||
u'Typesafe Inc', 'manual'),
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,9 @@ For the pdf version of the docs::
|
|||
|
||||
sbt sphinx:generate-pdf
|
||||
|
||||
open <project-dir>/akka-docs/target/sphinx/latex/Akka.pdf
|
||||
open <project-dir>/akka-docs/target/sphinx/latex/AkkaJava.pdf
|
||||
or
|
||||
open <project-dir>/akka-docs/target/sphinx/latex/AkkaScala.pdf
|
||||
|
||||
Installing Sphinx on OS X
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue