Skip to content

Commit

Permalink
changes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoribeiro-2020 committed Feb 23, 2023
1 parent c7bffb0 commit 0675d17
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
Binary file modified docs/documentation.pdf
Binary file not shown.
30 changes: 24 additions & 6 deletions docs/documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
\usepackage{hyperref}

\input{spp}

\pgfplotsset{compat=1.16}


\titleformat{\chapter}[display]
Expand All @@ -29,22 +29,22 @@
\date{\today}
\makeindex


\begin{document}
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.3,keepaspectratio=true]{figures/BerryLogo.png}
% BerryLogo.png: 2310x2310 px, 300dpi, 19.56x19.56 cm, bb=0 0 554 554
\end{center}
\vspace*{2cm}

\begin{Huge}{\bf berry} suite of programs \end{Huge}
\begin{center}
\begin{Huge}{\bf berry} suite of programs\end{Huge}
\vspace*{1cm}

\begin{LARGE}Documentation \end{LARGE}
\begin{LARGE}Documentation\end{LARGE}
\vspace*{1cm}

\begin{Huge}v.1.0\end{Huge}
\vspace*{0.5cm}
\vspace*{12cm}

\today
\end{center}
Expand Down Expand Up @@ -134,6 +134,24 @@ \section{PIP install}
pip install berry-suite
\end{verbatim}

Alternatively, it can be downloaded from the github

(https://ricardoribeiro-2020.github.io/berry/)

extracted to a directory and from that directory run the command:
\begin{verbatim}
pip install -e .
\end{verbatim}

For developers, the developer dependencies can be installed using:
\begin{verbatim}
pip install berry-suite[dev]
\end{verbatim}
or
\begin{verbatim}
pip install -e .[dev]
\end{verbatim}


\section{Requirements}

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
argcomplete==2.0.0
asttokens==2.2.1
backcall==0.2.0
-e git+https://github.com/fabiocfabini/berry.git@9b7db5606145e4256f5f9a0bf9e44074c2ddc816#egg=berry_suite
colorama==0.4.6
contourpy==1.0.6
cycler==0.11.0
Expand Down

0 comments on commit 0675d17

Please sign in to comment.