how to get offline doc in pdf
Hello Team,
Could somebody help me in understanding how I can get a pdf file format from the docs which are now in RST format?
First time here? Check out the FAQ!
Hello Team,
Could somebody help me in understanding how I can get a pdf file format from the docs which are now in RST format?
I hope the Below steps would be useful for others. Packages required for the same are (in Centos 6.7): ++++++++++++++++++++++++++++++++++++++
python-sphinx
texlive-latex
Procedure:- ++++++++++++++++++++++++++++++++++++++
1) Move to the parent directory of respective project:
ex:- cd openstack-manuals/doc/admin-guide
2) Use sphinx-build to create latex files
sphinx-build -b latex -c source/ source/ build/ # Files will be generated in build folder
3) Use pdflatex to convert these to single pdf file
ex:- pdflatex -interaction=nonstopmode ArchGuideRst.tex # -interaction=nonstopmode is
# required so as to continue processing even incase of warnings/errors
The pdf appears to be readable.
I have created epub version of documentation for offline reading on tablets. You can find them here: https://www.dropbox.com/sh/q33itv02wx1cquf/AACM5n8raGgfI2xgdtoqu-XMa?dl=0
Asked: 2016-05-18 01:22:51 -0600
Seen: 322 times
Last updated: Oct 11 '16
Why openstack moved to rst documentation
Help with public networking (instance) communication issue
openstack instance can not access internet
How is the history release document are managed?
How can I download the full queens documentation as pdf?
Is there any document to add additional functionality to nova service
PDF file -- installation guide