From e1ae56f6d3c5d7bea19f319ecfa3d95922147e8f Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 7 Oct 2014 08:50:51 -0700 Subject: [PATCH] Update README.rst Markup and spelling corrections --- README.rst | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index e69db4368..5748b408f 100644 --- a/README.rst +++ b/README.rst @@ -75,28 +75,28 @@ be found in the ``_build/html`` subdirectory. PDFs can be build with the The openSUSE way ~~~~~~~~~~~~~~~~ - sudo zypper in pyhton-Sphinx - sudo zypper in pyhton-rst2pdf - sudo zypper in pdfjam # pull in latexpdf and all of texlive - sudo zypper in texlive-threeparttable - sudo zypper in texlive-wrapfig - sudo zypper in texlive-multirow - cd user_manual - make latexpdf - okular _build/latex/ownCloudUserManual.pdf +* sudo zypper in pyhton-Sphinx +* sudo zypper in pyhton-rst2pdf +* sudo zypper in pdfjam # pull in latexpdf and all of texlive +* sudo zypper in texlive-threeparttable +* sudo zypper in texlive-wrapfig +* sudo zypper in texlive-multirow +* cd user_manual +* make latexpdf +* okular _build/latex/ownCloudUserManual.pdf The Debian/Ubuntu way ~~~~~~~~~~~~~~~~~~~~~ - sudo apt-get install python-pil - sudo apt-get install python-sphinx - sudo apt-get install python-sphinxcontrib.phpdomain - sudo apt-get install rst2pdf - sudo apt-get install texlive-fonts-recommended - sudo apt-get install texlive-latex-extra - sudo apt-get install texlive-latex-recommended - cd user_manual - make latexpdf - evince _build/latex/ownCloudUserManual.pdf +* sudo apt-get install python-pil +* sudo apt-get install python-sphinx +* sudo apt-get install python-sphinxcontrib.phpdomain +* sudo apt-get install rst2pdf +* sudo apt-get install texlive-fonts-recommended +* sudo apt-get install texlive-latex-extra +* sudo apt-get install texlive-latex-recommended +* cd user_manual +* make latexpdf +* evince _build/latex/ownCloudUserManual.pdf Windows ^^^^^^^ @@ -114,7 +114,7 @@ Importing Word and OpenDocument files Sometimes, existing documentation might be in Word or LibreOffice documents. To make it part of this documentation collection, follow these steps: -Prerequisits +Prerequisites ^^^^^^^^^^^^ 1. Install Python 2.x