changes to documentation

This commit is contained in:
2018-02-27 12:09:36 +01:00
parent 64c18469bd
commit 12e4530702
7 changed files with 36 additions and 10 deletions

View File

@ -34,7 +34,8 @@ $(HTMLS): $(TEXS) $(MAINTEXS)
$(shell test -d $(DESTDIR)/html/$@ && rm -fr $(DESTDIR)/html/$@)
echo "***************************** $@"
latex $@.tex
latex2html -split 16 -no_navigation -info "" -address "" -long_titles 5 -link 0 $@.tex
latex2html -split 16 -no_navigation -info "" -address "" -long_titles 5 -link 0 $@.tex
#-show_section_numbers $@.tex
# -local_icons
mv $@ $(DESTDIR)/html

View File

@ -23,8 +23,8 @@
\section{The Software Package}
\section{The Software Package}
The SLS detectors software is intended to control the detectors developed by
the SLS Detectors group. The detectors currently supported are:
@ -80,9 +80,15 @@ This section is useful only if one wants to download only the binaries for
specific distribution and use the package via command line. Please refer later
sections to download source code and compile them.\bigskip
\noindent One can download and install Miniconda via
\url{https://conda.io/miniconda.html} \bigskip
\noindent The conda package uses Travis CI for continuous integration with
automatic deployment to Anaconda Cloud. One can download only the package or the
package including the python interface.
package including the python interface. \bigskip
\noindent After the installation, the binaries will be available in your path.
\begin{itemize}
@ -118,6 +124,7 @@ conda install sls_detector=SL6_3.0.1
\end{verbatim}
\end{itemize}
\clearpage
\section{Install via Source Code}
This section is useful if one wants to use the API and embed it in their