diff options
Diffstat (limited to 'tutorial.html')
-rw-r--r-- | tutorial.html | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/tutorial.html b/tutorial.html index 7714e92..0708408 100644 --- a/tutorial.html +++ b/tutorial.html @@ -1,22 +1,7 @@ <!DOCTYPE html> -<!-- - Webpage of Maneage: a framework for managing data lineage +<!-- Copyright notes are just below the head and before body --> - Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me> - Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org> - - This file is part of Maneage. Maneage is free software: you can - redistribute it and/or modify it under the terms of the GNU General - Public License as published by the Free Software Foundation, either - version 3 of the License, or (at your option) any later version. - - Maneage is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. See - <http://www.gnu.org/licenses/>. --> - - <html lang="en-US"> +<html lang="en-US"> <!-- HTML Header --> <head> @@ -42,8 +27,22 @@ <link rel="stylesheet" href="css/base.css" /> </head> + <!-- + Webpage of Maneage: a framework for managing data lineage + Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me> + Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org> + This file is part of Maneage. Maneage is free software: you can + redistribute it and/or modify it under the terms of the GNU General + Public License as published by the Free Software Foundation, either + version 3 of the License, or (at your option) any later version. + + Maneage is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. See + <http://www.gnu.org/licenses/>. --> <!-- Start the main body. --> <body> @@ -133,7 +132,7 @@ top-level-python = astropy matplotlib</code></pre> <pre><code>./project configure -e ./project prepare ./project make</code></pre> - + <p>Open 'paper.pdf' and see if everything is fine. Note that now, <code>Matplotlib</code> is appearing in the software appendix at the end of the document.</p> |