some corrections to the building the manual documentation

This commit is contained in:
Axel Kohlmeyer 2020-03-04 14:14:12 -05:00
parent 3ca93f10b3
commit e9544218e6
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 11 additions and 5 deletions

View File

@ -1,22 +1,28 @@
Building the LAMMPS manual Building the LAMMPS manual
************************** **************************
Depending on how you obtained LAMMPS, the doc directory has 2 or 3 Depending on how you obtained LAMMPS, the doc directory has up
sub-directories and optionally 2 PDF files and 2 e-book format files: to 6 sub-directories, 2 Nroff files, and optionally 2 PDF files
plus 2 e-book format files:
.. parsed-literal:: .. parsed-literal::
src # content files for LAMMPS documentation src # content files for LAMMPS documentation
html # HTML version of the LAMMPS manual (see html/Manual.html) html # HTML version of the LAMMPS manual (see html/Manual.html)
tools # tools and settings for building the documentation utils # tools and settings for building the documentation
docenv # virtualenv for processing the manual sources
doctrees # temporary data from processing the manual
mathjax # code and fonts for rendering math in html
Manual.pdf # large PDF version of entire manual Manual.pdf # large PDF version of entire manual
Developer.pdf # small PDF with info about how LAMMPS is structured Developer.pdf # small PDF with info about how LAMMPS is structured
LAMMPS.epub # Manual in ePUB e-book format LAMMPS.epub # Manual in ePUB e-book format
LAMMPS.mobi # Manual in MOBI e-book format LAMMPS.mobi # Manual in MOBI e-book format
lammps.1 # man page for the lammps command
msi2lmp.1 # man page for the msi2lmp command
If you downloaded LAMMPS as a tarball from the web site, all these If you downloaded LAMMPS as a tarball from the web site, the html folder
directories and files should be included. and the PDF files should be included.
If you downloaded LAMMPS from the public git repository, then the HTML If you downloaded LAMMPS from the public git repository, then the HTML
and PDF files are not included. Instead you need to create them, in one and PDF files are not included. Instead you need to create them, in one