From 26506ebcc87bc8fa21257191aa29a5a4c4c989dc Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:01:46 +0100 Subject: [PATCH 01/46] compiling.rst: change in title name --- Documentation/gh-pages/source/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/compiling.rst b/Documentation/gh-pages/source/compiling.rst index 68a56f2e9..91c9fa9bd 100644 --- a/Documentation/gh-pages/source/compiling.rst +++ b/Documentation/gh-pages/source/compiling.rst @@ -1,4 +1,4 @@ -Getting starting with Kassiopiea +Getting started with Kassiopiea ********************************** .. contents:: On this page From 8c8510461f80cbc2b7f4be45f4d20535100f9ca6 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:18:35 +0100 Subject: [PATCH 02/46] Documentation: Add section for discussion & help This adds the Discussion & Getting Help section from the README to the documentation --- Documentation/gh-pages/source/discussion.rst | 25 ++++++++++++++++++++ Documentation/gh-pages/source/index.rst | 1 + 2 files changed, 26 insertions(+) create mode 100644 Documentation/gh-pages/source/discussion.rst diff --git a/Documentation/gh-pages/source/discussion.rst b/Documentation/gh-pages/source/discussion.rst new file mode 100644 index 000000000..ec14728f4 --- /dev/null +++ b/Documentation/gh-pages/source/discussion.rst @@ -0,0 +1,25 @@ + +Discussion & Getting Help +************************* + +Join the Kassiopeia community on Gitter: https://gitter.im/kassiopeia-simulation/community + +You can `contribute changes `_, `report issues `_ and `join discussions `_ on Github. + +Regular Meeting +=============== + + +We also organize a regular meeting via Zoom. + +Kassiopeia **users as well as developers** can join, ask questions, raise issues and discuss development topics. +It does not matter whether you are already an expert or a complete beginner. **Everyone is welcome!** + +The meeting is announced via email. +Please register for the `mailing list `_ if you are interested. + +Primary email contacts: + +* Kasper development list: katrin-kasper@lists.kit.edu +* Richard Salomon: richardsalomon@uni-muenster.de +* Benedikt Bieringer: benedikt.b@uni-muenster.de diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index b6a2dc17a..062021d4b 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -51,6 +51,7 @@ Welcome to Kassiopeia's documentation! Additional Simulation Tools Visualization Techniques XML Bindings + Discussion and Getting Help License Authors From f29e76bc195c1b1b7fe0f38134eb8127e178c42d Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:26:28 +0100 Subject: [PATCH 03/46] Documentation: README.md shortened & small change to getting help page This shortens the README.md, replacing most contents with links to the GH documentation. Small meeting and getting help fix --- Documentation/gh-pages/source/discussion.rst | 2 +- Documentation/gh-pages/source/index.rst | 2 +- README.md | 184 +------------------ 3 files changed, 11 insertions(+), 177 deletions(-) diff --git a/Documentation/gh-pages/source/discussion.rst b/Documentation/gh-pages/source/discussion.rst index ec14728f4..7039aaac2 100644 --- a/Documentation/gh-pages/source/discussion.rst +++ b/Documentation/gh-pages/source/discussion.rst @@ -1,5 +1,5 @@ -Discussion & Getting Help +Meeting and Getting Help ************************* Join the Kassiopeia community on Gitter: https://gitter.im/kassiopeia-simulation/community diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 062021d4b..26c8457b4 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -51,7 +51,7 @@ Welcome to Kassiopeia's documentation! Additional Simulation Tools Visualization Techniques XML Bindings - Discussion and Getting Help + Meeting and Getting Help License Authors diff --git a/README.md b/README.md index a1bc6312d..ccea84df6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ This simulation package by [the KATRIN collaboration](https://katrin.kit.edu) allows to run highly customizable particle tracking simulations along with calculations of electric and magnetic fields. -**Full user guide:** http://katrin-experiment.github.io/Kassiopeia/index.html - **Quick start:** [**Try it out online**](https://mybinder.org/v2/gh/KATRIN-Experiment/KassiopeiaBinder/HEAD) in an interactive Binder session. Open a "VNC (Desktop)" tab and a terminal tab and run @@ -31,159 +29,15 @@ to run your first simulation! *Note: A VTK error indicates that the "VNC (Deskto D. Furse et al. (2017) New J. Phys. 19 053012: “Kassiopeia: A Modern, Extensible C++ Particle Tracking Package” (doi:10.1088/1367-2630/aa6950) ``` - Docker images --------------- - -**All images:** https://github.com/orgs/KATRIN-Experiment/packages - -The `kassiopeia/full` image comes with a JupyterLab installation, can run on Kubernetes based JupyterHubs and is also used for the "try it out online" link above. - -**More information:** [Docker README](Docker/README.md) - - System requirements: ----------------------- - -NOTE: Kasper requires Linux/MacOS. Windows+cygwin should work too, but has not been tested. - -Some dependencies are only required if certain module are compiled in. - -Dependencies: -* CMake (https://www.cmake.org) version 3.14 or higher -* G++ (https://gcc.gnu.org) version 6.1 or higher (if compiling with GCC) -* Clang++ (https://clang.llvm.org) version 3.4 or higher (if compiling with clang) -* Boost (https://www.boost.org) version 1.65 or higher -* GSL (https://www.gnu.org/software/gsl) -* ROOT (https://www.cern.ch/root) version 6.16 or higher - + --enable-minuit2 (if you want to use KaFit) - + --enable-fftw3 (if you want to use KEMField) - -Optional Dependencies: -* FFTW (https://fftw.org) version 3.3.4 or higher -* HDF5 (https://support.hdfgroup.org/HDF5/) -* Log4CXX (https://logging.apache.org/log4cxx) -* MPI (https://www.open-mpi.org or mpich.org) -* OpenCL (https://www.khronos.org/opencl), installation details depend on your system -* PETSc (https://mcs.anl.gov/petsc) -* VTK (https://www.vtk.org) version 6.1 or higher -* pdflatex (for making the documentation; minimum version not known) -* doxygen (for making the documentation; minimum version not known) - -### Ubuntu Linux 18.04 LTS (bionic) - -* Make sure to update CMake to version 3.13 or newer. See www.cmake.org or use this - [direct link](https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-Linux-x86_64.tar.gz). -* Download ROOT libraries from cern.root.ch or use this - [direct link](https://root.cern/download/root_v6.18.04.Linux-ubuntu18-x86_64-gcc7.4.tar.gz). - Another option is to build your own version from the source files. -* To install all build dependencies: - ``` - > apt-get update -y && apt-get install -y \ - build-essential cmake cmake-curses-gui \ - libqt4-dev libx11-dev libxext-dev libxft-dev libxpm-dev \ - libboost-all-dev libfftw3-dev libgsl0-dev libhdf5-dev liblog4cxx-dev libomp-dev libopenmpi-dev \ - libpcl-dev libsqlite3-dev libssl-dev libvtk6-dev libxml2-dev ocl-icd-opencl-dev zlib1g-dev - ``` - -### Fedora Linux 31 - -* The ROOT libraries can be installed easily with the package manager. -* To install all build dependencies: - ``` - > dnf install -y \ - @development-tools cmake cmake-gui \ - root-core root-io-xmlparser root-minuit2 root-spectrum \ - vtk vtk-qt vtk-java \ - boost-devel fftw-devel gsl-devel hdf5-devel libomp-devel libxml2-devel log4cxx-devel \ - ocl-icd-devel openmpi-devel openssl-devel pcl-devel sqlite-devel vtk-devel zlib-devel - ``` - - Installation --------------- - -1. Make a separate directory for the build tree, and enter that directory: - ``` - > mkdir build - > cd build - ``` - - * Consider setting important environmental variables now. - Selecting a specific compiler to be configured by CMake is done for example by - ``` - > export CXX=clang++ - > export CC=clang - ``` - to use the Clang/LLVM compiler, or - ``` - > export CXX=g++ - > export CC=gcc - ``` - to use the GNU compiler (GCC). - -2. Run cmake (or ccmake, or cmake-gui, if you prefer): - ``` - > cmake .. - > ccmake .. - ``` - - * If applicable, make any changes you need to the configuration, and - (re)generate the makefiles. e.g. You may want to change the install - prefix. (NOTE: Most users will probably want to do this.) - - The default is `/install`. If you're not doing - a general install for your system, or if you just want to use a - different location, you should change `CMAKE_INSTALL_PREFIX` to - your desired location. Also note the `CMAKE_BUILD_TYPE`. If you - do not plan to debug Kasper applications, 'Release' will give you - the best execution performance. - - If you use one of the GUI variants (ccmake or cmake-gui), you can - just go through a list of all the available build options. Most - options also have a short description. Note that some variables - have dependencies (e.g. `BUILD_KASSIOPEIA` will also enable - `BUILD_KEMFIELD`). - -3. Then type - ``` - > make - ``` - to start the build process. This can take some time, depending on the - modules you activated in CMake. If you have more than one CPU core on - your system, you can build several files in parallel: - ``` - > make -j2 - ``` - Make sure to keep the number passed to 'make' smaller than the number - of actual CPU cores. Instead of 'make' you could also use 'ninja' - or any other build tool that works with CMake. - -4. Install the executables and libraries with - ``` - > make install - ``` - Executables are installed in the `bin/` directory, and libraries are - installed in the `lib/` directory (or `lib64/` on some systems.) - -5. Include `kasperenv.sh` in your `~/.bashrc` (or similar, depending on - your shell) with - ``` - > source /path/to/Kasper/install/bin/kasperenv.sh - ``` - This script adds the `bin/` directory to your `$PATH` so you can call - any Kasper executables directly from the commandline. Furthermore this - sets the `$KASPERSYS` environment variable to the install directory. - - - Documentation ---------------- - -1. Documentation distributed with Kasper - 1. This `README.md` file - 2. The Kassiopeia documentation is an HTML page hosted on GitHub - that will guide you through the installation process and - explains how to get started with your first simulation: - http://katrin-experiment.github.io/Kassiopeia/index.html - - Open Source +**[Documentation](http://katrin-experiment.github.io/Kassiopeia/index.html)** +============================================================================================= + +* **[System requirements & installation](https://katrin-experiment.github.io/Kassiopeia/compiling.html)** +* **[Docker images](https://github.com/orgs/KATRIN-Experiment/packages), [more information](Docker/README.md)** +* **[Meeting & Getting help](https://katrin-experiment.github.io/Kassiopeia/discussion.html)** + + +Open source ------------- This software is distributed "as-is" under an open source license @@ -196,24 +50,4 @@ Kassiopeia includes the following open-source libraries: * stl_reader (https://github.com/sreiter/stl_reader) - Getting help --------------- - -Join the Kassiopeia community on Gitter: https://gitter.im/kassiopeia-simulation/community - -You can [contribute changes](https://github.com/KATRIN-Experiment/Kassiopeia/compare), [report issues](https://github.com/KATRIN-Experiment/Kassiopeia/issues/new) and [join discussions](https://github.com/KATRIN-Experiment/Kassiopeia/discussions) on Github. - -### Regular Meeting - -We also organize a regular meeting via Zoom. - -Kassiopeia **users as well as developers** can join, ask questions, raise issues and discuss development topics. -It does not matter whether you are already an expert or a complete beginner. **Everyone is welcome!** - -The meeting is announced via email. -Please register for the [mailing list](https://www.lists.kit.edu/sympa/subscribe/kassiopeia-user) if you are interested. -Primary email contacts: -* Kasper development list: katrin-kasper@lists.kit.edu -* Richard Salomon: richardsalomon@uni-muenster.de -* Benedikt Bieringer: benedikt.b@uni-muenster.de From a6dfe461beeec2d9bfb39921f46f2483bf74c317 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:07:39 +0100 Subject: [PATCH 04/46] Documentation: Combined Getting Help & Contact sections This adds back the email contacts to the README.md and combines the newly added Getting help section with Contacts/References --- .../source/{discussion.rst => contact.rst} | 41 ++++++++++++++----- .../source/external_documentation.rst | 29 ------------- Documentation/gh-pages/source/index.rst | 10 +++-- README.md | 11 +++++ 4 files changed, 48 insertions(+), 43 deletions(-) rename Documentation/gh-pages/source/{discussion.rst => contact.rst} (50%) delete mode 100644 Documentation/gh-pages/source/external_documentation.rst diff --git a/Documentation/gh-pages/source/discussion.rst b/Documentation/gh-pages/source/contact.rst similarity index 50% rename from Documentation/gh-pages/source/discussion.rst rename to Documentation/gh-pages/source/contact.rst index 7039aaac2..8417f0834 100644 --- a/Documentation/gh-pages/source/discussion.rst +++ b/Documentation/gh-pages/source/contact.rst @@ -1,15 +1,23 @@ -Meeting and Getting Help -************************* - -Join the Kassiopeia community on Gitter: https://gitter.im/kassiopeia-simulation/community +Contact, Meeting and References +********************************* You can `contribute changes `_, `report issues `_ and `join discussions `_ on Github. -Regular Meeting -=============== +Join the Kassiopeia community on `Gitter `_. + +Contact +======= + +* Kasper development list: katrin-kasper@lists.kit.edu +* Richard Salomon: richardsalomon@uni-muenster.de +* Benedikt Bieringer: benedikt.b@uni-muenster.de + +Regular Meeting +======= + We also organize a regular meeting via Zoom. Kassiopeia **users as well as developers** can join, ask questions, raise issues and discuss development topics. @@ -18,8 +26,21 @@ It does not matter whether you are already an expert or a complete beginner. **E The meeting is announced via email. Please register for the `mailing list `_ if you are interested. -Primary email contacts: -* Kasper development list: katrin-kasper@lists.kit.edu -* Richard Salomon: richardsalomon@uni-muenster.de -* Benedikt Bieringer: benedikt.b@uni-muenster.de +References and Citation +========== + +**Cite** |our paper|_\ **:** + +.. |our paper| replace:: **our paper** +.. _our paper: https://iopscience.iop.org/article/10.1088/1367-2630/aa6950 + +.. code-block:: bash + + D. Furse et al. (2017) New J. Phys. 19 053012: “Kassiopeia: A Modern, Extensible C++ Particle Tracking Package” (doi:10.1088/1367-2630/aa6950) + + +In addition to this user guide, *Kassiopeia* and its associated libraries have been documented extensively in several +PhD theses. Many of these can be found under the list of KATRIN publications_. + +.. _publications: https://www.katrin.kit.edu/375.php \ No newline at end of file diff --git a/Documentation/gh-pages/source/external_documentation.rst b/Documentation/gh-pages/source/external_documentation.rst deleted file mode 100644 index abbb22fa3..000000000 --- a/Documentation/gh-pages/source/external_documentation.rst +++ /dev/null @@ -1,29 +0,0 @@ -References, Citation and Contact -******************************** - -.. contents:: On this page - :local: - :depth: 2 - -External references -=================== - -To cite the use of and/or data produced with the assistance of *Kassiopeia* or its associated libraries (*KGeoBag*, -*KEMField*, or *Kommon*). Please refer to the paper: - - D. Furse *et al.* (2017) New J. Phys. **19** 053012: - "Kassiopeia: A Modern, Extensible C++ Particle Tracking Package" - (`doi:10.1088/1367-2630/aa6950 `_) - -In addition to this user guide, *Kassiopeia* and its associated libraries have been documented extensively in several -PhD theses. Many of these can be found under the list of KATRIN publications_. - -Developer contact -================= - -To make bug reports, propose additional features and/or patches, please use the pull-request and issue tracker available -on the *Kassiopeia* GitHub repository here_. Additional unrelated inquiries may be directed towards: katrin-kasper (at) -lists (dot) kit (dot) edu. - -.. _publications: https://www.katrin.kit.edu/375.php -.. _here: https://github.com/KATRIN-Experiment/Kassiopeia diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 26c8457b4..b9bd668ca 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -40,8 +40,8 @@ Welcome to Kassiopeia's documentation! .. toctree:: :maxdepth: 4 - Introduction - References, Citation and Contact + Contact, Meeting and References + Introduction Getting Started Examples and Tests Configuring Your Own Simulation @@ -51,7 +51,6 @@ Welcome to Kassiopeia's documentation! Additional Simulation Tools Visualization Techniques XML Bindings - Meeting and Getting Help License Authors @@ -95,6 +94,9 @@ to run your first simulation! *Note: A VTK error indicates that the "VNC (Deskto D. Furse et al. (2017) New J. Phys. 19 053012: “Kassiopeia: A Modern, Extensible C++ Particle Tracking Package” (doi:10.1088/1367-2630/aa6950) +In addition to this user guide, *Kassiopeia* and its associated libraries have been documented extensively in several +PhD theses. Many of these can be found under the list of KATRIN publications_. + **Docker images** -------------- @@ -107,6 +109,6 @@ The `kassiopeia/full` image comes with a JupyterLab installation, can run on Kub .. |More information| replace:: **More information** .. _More information: https://github.com/KATRIN-Experiment/Kassiopeia/blob/main/Docker/README.md - +.. _publications: https://www.katrin.kit.edu/375.php diff --git a/README.md b/README.md index ccea84df6..75f873b9a 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,15 @@ Kassiopeia includes the following open-source libraries: * stl_reader (https://github.com/sreiter/stl_reader) +Contact +----------------------- + +* Kasper development list: katrin-kasper@lists.kit.edu +* Richard Salomon: richardsalomon@uni-muenster.de +* Benedikt Bieringer: benedikt.b@uni-muenster.de + + + + + From 2c01165e0dd1a61d286cc7ca4258205eb0574e84 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:09:27 +0100 Subject: [PATCH 05/46] Doc lic test 2 --- Documentation/gh-pages/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index b9bd668ca..52dd89584 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -52,6 +52,8 @@ Welcome to Kassiopeia's documentation! Visualization Techniques XML Bindings License + testLicense + testLicense2 Authors From ad0dbb6f7be018793a126ee53fa9c862882847c0 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:15:15 +0100 Subject: [PATCH 06/46] doc lic test 3 --- Documentation/gh-pages/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 52dd89584..4533bd7f1 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -54,6 +54,7 @@ Welcome to Kassiopeia's documentation! License testLicense testLicense2 + License2 Authors From 5ecec81c6f6b26ae120181ee3507a954f1adc63c Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:28:12 +0100 Subject: [PATCH 07/46] doc test lic link --- Documentation/gh-pages/source/index.rst | 4 +--- Documentation/gh-pages/source/linktolicense.rst | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 Documentation/gh-pages/source/linktolicense.rst diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 4533bd7f1..0430c8a6c 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -52,9 +52,7 @@ Welcome to Kassiopeia's documentation! Visualization Techniques XML Bindings License - testLicense - testLicense2 - License2 + testLicense Authors diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst new file mode 100644 index 000000000..15b239efa --- /dev/null +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -0,0 +1 @@ +.. include:: Kassiopeia/LICENSE.md \ No newline at end of file From 2404961cf8fc2ebbbbb55f3995ca3f3759839511 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:34:16 +0100 Subject: [PATCH 08/46] test --- Documentation/gh-pages/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 0430c8a6c..ca1fd6f21 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -61,7 +61,7 @@ Welcome to Kassiopeia's documentation! - +testestest This simulation package by `the KATRIN collaboration`_ allows to run highly customizable particle tracking simulations along with calculations of electric and magnetic fields. From 53c77fa7480afb254130307f340dcf777e37a38b Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:36:32 +0100 Subject: [PATCH 09/46] test2 --- Documentation/gh-pages/source/index.rst | 1 - Documentation/gh-pages/source/linktolicense.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index ca1fd6f21..6785efd6d 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -61,7 +61,6 @@ Welcome to Kassiopeia's documentation! -testestest This simulation package by `the KATRIN collaboration`_ allows to run highly customizable particle tracking simulations along with calculations of electric and magnetic fields. diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 15b239efa..d9ff0dcf4 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1 +1 @@ -.. include:: Kassiopeia/LICENSE.md \ No newline at end of file +.. include:: Gon-na/Kassiopeia/LICENSE.md \ No newline at end of file From 684a184d9eb354142c4b5dff0837e25252bce916 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:42:08 +0100 Subject: [PATCH 10/46] license.rst test --- .../gh-pages/source/linktolicense.rst | 3 +- LICENSEtest.rst | 32 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 LICENSEtest.rst diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index d9ff0dcf4..de8390f3c 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1 +1,2 @@ -.. include:: Gon-na/Kassiopeia/LICENSE.md \ No newline at end of file +.. include:: Gon-na/Kassiopeia/LICENSE.md +.. include:: Gon-na/kassiopeia/LICENSEtest.rst \ No newline at end of file diff --git a/LICENSEtest.rst b/LICENSEtest.rst new file mode 100644 index 000000000..19d21e8dd --- /dev/null +++ b/LICENSEtest.rst @@ -0,0 +1,32 @@ +License +======= + +Copyright (c) the Copyright Holders of Kassiopeia and the institutions of the KATRIN (Karlsruhe Tritium Neutrino Experiment) Collaboration, 2015-2022. +See the [author list](https://katrin-experiment.github.io/Kassiopeia/authors.html) for details on the Copyright Holders. +All rights not expressly granted under this license are reserved. + +Installation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted on a non-exclusive basis. Any exercise of rights by you under this license is subject to the following conditions: + +1. Redistributions of this software, in whole or in part, with or without modification, shall reproduce the above copyright notice and these license conditions in this software, the user documentation and any other materials provided with the redistributed software. By using, copying, modifying or distributing the software (or any work based on the software) you agree to acknowledge its use in resulting scientific publications. + +2. The user documentation, if any, included with a redistribution and derivatives, must include the following notice:: + + This product includes software developed by Members of the KATRIN Collaboration ( http://www.katrin.kit.edu ) + +If that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the modified version of this software itself. + +3. The names `KATRIN`, `Kassiopeia`, `KEMField`, and `KGeoBag` may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by the Copyright Holders. If this software is redistributed in modified form, the name and reference of the modified version must be clearly distinguishable from that of this software. + +4. You are under no obligation to provide anyone with any modifications of this software that you may develop, including but not limited to bug fixes, patches, upgrades or other enhancements or derivatives of the features, functionality or performance of this software. However, if you publish or distribute your modifications without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted all of the Copyright Holders a license to your modifications, including modifications protected by any patent owned by you, under the conditions of this license. + +5. You may not include this software in whole or in part in any patent or patent application in respect of any modification of this software developed by you. + +6. DISCLAIMER + +THIS SOFTWARE IS PROVIDED BY THE MEMBERS AND COPYRIGHT HOLDERS OF KASSIOPEIA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE COPYRIGHT HOLDERS MAKE NO REPRESENTATION THAT THE SOFTWARE AND MODIFICATIONS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT. + +7. LIMITATION OF LIABILITY + +THE COPYRIGHT HOLDERS SHALL HAVE NO LIABILITY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +8. This license shall terminate with immediate effect and without notice if you fail to comply with any of the terms of this license, or if you institute litigation against any Copyright Holders or Members of the KATRIN Collaboration with regard to this software. From 0c5a2bb230962de0de3cdf78426c3b11c08d3230 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:44:09 +0100 Subject: [PATCH 11/46] license.rst fix --- Documentation/gh-pages/source/linktolicense.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index de8390f3c..1f6e89d5d 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,2 +1,2 @@ .. include:: Gon-na/Kassiopeia/LICENSE.md -.. include:: Gon-na/kassiopeia/LICENSEtest.rst \ No newline at end of file +.. include:: Gon-na/Kassiopeia/LICENSEtest.rst \ No newline at end of file From 2a4a0bad097ecafcfb4db80a91db2023ffc5463c Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:46:40 +0100 Subject: [PATCH 12/46] fix2 --- Documentation/gh-pages/source/linktolicense.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 1f6e89d5d..942d0e984 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,2 +1 @@ -.. include:: Gon-na/Kassiopeia/LICENSE.md .. include:: Gon-na/Kassiopeia/LICENSEtest.rst \ No newline at end of file From 0d99f175fbabf49e404857f40be67b1b4ea0bc8a Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:55:56 +0100 Subject: [PATCH 13/46] test 3 --- Documentation/gh-pages/source/index.rst | 1 + Documentation/gh-pages/source/linktolicense.rst | 3 +++ Documentation/gh-pages/source/testfile.rst | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 Documentation/gh-pages/source/testfile.rst diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 6785efd6d..232518900 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -54,6 +54,7 @@ Welcome to Kassiopeia's documentation! License testLicense Authors + testfile diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 942d0e984..13f4ae23a 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1 +1,4 @@ +License +********************************* + .. include:: Gon-na/Kassiopeia/LICENSEtest.rst \ No newline at end of file diff --git a/Documentation/gh-pages/source/testfile.rst b/Documentation/gh-pages/source/testfile.rst new file mode 100644 index 000000000..aa53fdd37 --- /dev/null +++ b/Documentation/gh-pages/source/testfile.rst @@ -0,0 +1,2 @@ +Test +********************************* \ No newline at end of file From dff0d1802aee240d01070dd09ec3b6adad76d6a7 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:00:29 +0100 Subject: [PATCH 14/46] marker test --- Documentation/gh-pages/source/index.rst | 2 +- Documentation/gh-pages/source/linktolicense.rst | 3 ++- Documentation/gh-pages/source/testfile.rst | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 Documentation/gh-pages/source/testfile.rst diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 232518900..ded6ad900 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -54,7 +54,7 @@ Welcome to Kassiopeia's documentation! License testLicense Authors - testfile + diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 13f4ae23a..e69f18aae 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,4 +1,5 @@ License ********************************* -.. include:: Gon-na/Kassiopeia/LICENSEtest.rst \ No newline at end of file +.. include:: Gon-na/Kassiopeia/LICENSEtest.rst + :start-after: Copyright \ No newline at end of file diff --git a/Documentation/gh-pages/source/testfile.rst b/Documentation/gh-pages/source/testfile.rst deleted file mode 100644 index aa53fdd37..000000000 --- a/Documentation/gh-pages/source/testfile.rst +++ /dev/null @@ -1,2 +0,0 @@ -Test -********************************* \ No newline at end of file From b6994e142a4e7592c4d1bbfa8016bd0d3915d7b7 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:04:43 +0100 Subject: [PATCH 15/46] lic test --- .../gh-pages/source/linktolicense.rst | 3 +- LICENSEtest.rst | 36 +++---------------- LICENSEtest.txt | 31 ++++++++++++++++ 3 files changed, 38 insertions(+), 32 deletions(-) create mode 100644 LICENSEtest.txt diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index e69f18aae..2261afefd 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -2,4 +2,5 @@ License ********************************* .. include:: Gon-na/Kassiopeia/LICENSEtest.rst - :start-after: Copyright \ No newline at end of file + +.. include:: Gon-na/Kassiopeia/LICENSEtest.txt \ No newline at end of file diff --git a/LICENSEtest.rst b/LICENSEtest.rst index 19d21e8dd..8294b6c13 100644 --- a/LICENSEtest.rst +++ b/LICENSEtest.rst @@ -1,32 +1,6 @@ -License -======= +testlicense file +no content HOWEVER -Copyright (c) the Copyright Holders of Kassiopeia and the institutions of the KATRIN (Karlsruhe Tritium Neutrino Experiment) Collaboration, 2015-2022. -See the [author list](https://katrin-experiment.github.io/Kassiopeia/authors.html) for details on the Copyright Holders. -All rights not expressly granted under this license are reserved. - -Installation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted on a non-exclusive basis. Any exercise of rights by you under this license is subject to the following conditions: - -1. Redistributions of this software, in whole or in part, with or without modification, shall reproduce the above copyright notice and these license conditions in this software, the user documentation and any other materials provided with the redistributed software. By using, copying, modifying or distributing the software (or any work based on the software) you agree to acknowledge its use in resulting scientific publications. - -2. The user documentation, if any, included with a redistribution and derivatives, must include the following notice:: - - This product includes software developed by Members of the KATRIN Collaboration ( http://www.katrin.kit.edu ) - -If that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the modified version of this software itself. - -3. The names `KATRIN`, `Kassiopeia`, `KEMField`, and `KGeoBag` may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by the Copyright Holders. If this software is redistributed in modified form, the name and reference of the modified version must be clearly distinguishable from that of this software. - -4. You are under no obligation to provide anyone with any modifications of this software that you may develop, including but not limited to bug fixes, patches, upgrades or other enhancements or derivatives of the features, functionality or performance of this software. However, if you publish or distribute your modifications without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted all of the Copyright Holders a license to your modifications, including modifications protected by any patent owned by you, under the conditions of this license. - -5. You may not include this software in whole or in part in any patent or patent application in respect of any modification of this software developed by you. - -6. DISCLAIMER - -THIS SOFTWARE IS PROVIDED BY THE MEMBERS AND COPYRIGHT HOLDERS OF KASSIOPEIA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE COPYRIGHT HOLDERS MAKE NO REPRESENTATION THAT THE SOFTWARE AND MODIFICATIONS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT. - -7. LIMITATION OF LIABILITY - -THE COPYRIGHT HOLDERS SHALL HAVE NO LIABILITY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -8. This license shall terminate with immediate effect and without notice if you fail to comply with any of the terms of this license, or if you institute litigation against any Copyright Holders or Members of the KATRIN Collaboration with regard to this software. +fieldsd +fieldsf +fields \ No newline at end of file diff --git a/LICENSEtest.txt b/LICENSEtest.txt new file mode 100644 index 000000000..9030552e1 --- /dev/null +++ b/LICENSEtest.txt @@ -0,0 +1,31 @@ + + +Copyright (c) the Copyright Holders of Kassiopeia and the institutions of the KATRIN (Karlsruhe Tritium Neutrino Experiment) Collaboration, 2015-2022. +See the [author list](https://katrin-experiment.github.io/Kassiopeia/authors.html) for details on the Copyright Holders. +All rights not expressly granted under this license are reserved. + +Installation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted on a non-exclusive basis. Any exercise of rights by you under this license is subject to the following conditions: + +1. Redistributions of this software, in whole or in part, with or without modification, shall reproduce the above copyright notice and these license conditions in this software, the user documentation and any other materials provided with the redistributed software. By using, copying, modifying or distributing the software (or any work based on the software) you agree to acknowledge its use in resulting scientific publications. + +2. The user documentation, if any, included with a redistribution and derivatives, must include the following notice:: + + This product includes software developed by Members of the KATRIN Collaboration ( http://www.katrin.kit.edu ) + +If that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the modified version of this software itself. + +3. The names `KATRIN`, `Kassiopeia`, `KEMField`, and `KGeoBag` may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by the Copyright Holders. If this software is redistributed in modified form, the name and reference of the modified version must be clearly distinguishable from that of this software. + +4. You are under no obligation to provide anyone with any modifications of this software that you may develop, including but not limited to bug fixes, patches, upgrades or other enhancements or derivatives of the features, functionality or performance of this software. However, if you publish or distribute your modifications without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted all of the Copyright Holders a license to your modifications, including modifications protected by any patent owned by you, under the conditions of this license. + +5. You may not include this software in whole or in part in any patent or patent application in respect of any modification of this software developed by you. + +6. DISCLAIMER + +THIS SOFTWARE IS PROVIDED BY THE MEMBERS AND COPYRIGHT HOLDERS OF KASSIOPEIA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE COPYRIGHT HOLDERS MAKE NO REPRESENTATION THAT THE SOFTWARE AND MODIFICATIONS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT. + +7. LIMITATION OF LIABILITY + +THE COPYRIGHT HOLDERS SHALL HAVE NO LIABILITY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +8. This license shall terminate with immediate effect and without notice if you fail to comply with any of the terms of this license, or if you institute litigation against any Copyright Holders or Members of the KATRIN Collaboration with regard to this software. From faaf3fc7c8b19a962f0ecba12cd23c39f52fd9a6 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:08:04 +0100 Subject: [PATCH 16/46] next test --- Documentation/gh-pages/source/linktolicense.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 2261afefd..95a899801 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,6 +1,4 @@ License ********************************* -.. include:: Gon-na/Kassiopeia/LICENSEtest.rst - .. include:: Gon-na/Kassiopeia/LICENSEtest.txt \ No newline at end of file From cd03b74d52043d7989539175a116ab9c6a740013 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:17:28 +0100 Subject: [PATCH 17/46] next test --- .../gh-pages/source/linktolicense.rst | 4 ++- LICENSEtest.txt | 35 +++---------------- 2 files changed, 8 insertions(+), 31 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 95a899801..b74b50f60 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,4 +1,6 @@ License ********************************* -.. include:: Gon-na/Kassiopeia/LICENSEtest.txt \ No newline at end of file +.. include:: Gon-na/Kassiopeia/LICENSEtest.txt + +.. include:: Gon-na/Kassiopeia/LICENSEtest.rst \ No newline at end of file diff --git a/LICENSEtest.txt b/LICENSEtest.txt index 9030552e1..8294b6c13 100644 --- a/LICENSEtest.txt +++ b/LICENSEtest.txt @@ -1,31 +1,6 @@ +testlicense file +no content HOWEVER - -Copyright (c) the Copyright Holders of Kassiopeia and the institutions of the KATRIN (Karlsruhe Tritium Neutrino Experiment) Collaboration, 2015-2022. -See the [author list](https://katrin-experiment.github.io/Kassiopeia/authors.html) for details on the Copyright Holders. -All rights not expressly granted under this license are reserved. - -Installation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted on a non-exclusive basis. Any exercise of rights by you under this license is subject to the following conditions: - -1. Redistributions of this software, in whole or in part, with or without modification, shall reproduce the above copyright notice and these license conditions in this software, the user documentation and any other materials provided with the redistributed software. By using, copying, modifying or distributing the software (or any work based on the software) you agree to acknowledge its use in resulting scientific publications. - -2. The user documentation, if any, included with a redistribution and derivatives, must include the following notice:: - - This product includes software developed by Members of the KATRIN Collaboration ( http://www.katrin.kit.edu ) - -If that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the modified version of this software itself. - -3. The names `KATRIN`, `Kassiopeia`, `KEMField`, and `KGeoBag` may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by the Copyright Holders. If this software is redistributed in modified form, the name and reference of the modified version must be clearly distinguishable from that of this software. - -4. You are under no obligation to provide anyone with any modifications of this software that you may develop, including but not limited to bug fixes, patches, upgrades or other enhancements or derivatives of the features, functionality or performance of this software. However, if you publish or distribute your modifications without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted all of the Copyright Holders a license to your modifications, including modifications protected by any patent owned by you, under the conditions of this license. - -5. You may not include this software in whole or in part in any patent or patent application in respect of any modification of this software developed by you. - -6. DISCLAIMER - -THIS SOFTWARE IS PROVIDED BY THE MEMBERS AND COPYRIGHT HOLDERS OF KASSIOPEIA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE COPYRIGHT HOLDERS MAKE NO REPRESENTATION THAT THE SOFTWARE AND MODIFICATIONS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT. - -7. LIMITATION OF LIABILITY - -THE COPYRIGHT HOLDERS SHALL HAVE NO LIABILITY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -8. This license shall terminate with immediate effect and without notice if you fail to comply with any of the terms of this license, or if you institute litigation against any Copyright Holders or Members of the KATRIN Collaboration with regard to this software. +fieldsd +fieldsf +fields \ No newline at end of file From ec8c2f569e1ea693ab4d05e03c8cc93bc6e58687 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:25:26 +0100 Subject: [PATCH 18/46] test --- Documentation/gh-pages/source/linktolicense.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index b74b50f60..169433db5 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -3,4 +3,6 @@ License .. include:: Gon-na/Kassiopeia/LICENSEtest.txt -.. include:: Gon-na/Kassiopeia/LICENSEtest.rst \ No newline at end of file +.. include:: Gon-na/Kassiopeia/LICENSEtest.rst + +.. include:: license.rst \ No newline at end of file From 00b3885120d4e83212061fe1c66fcead3b31bc12 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:27:18 +0100 Subject: [PATCH 19/46] test --- Documentation/gh-pages/source/conf.py | 6 +++++- Documentation/gh-pages/source/linktolicense.rst | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index 65d280f85..98626e12b 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -11,7 +11,11 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # import os -# import sys + +import sys + +sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) + # sys.path.insert(0, os.path.abspath('.')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 169433db5..625360ee4 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -3,6 +3,10 @@ License .. include:: Gon-na/Kassiopeia/LICENSEtest.txt -.. include:: Gon-na/Kassiopeia/LICENSEtest.rst +.. include:: Gon-na/Kassiopeia/LICENSEtest.md + + +BREAKER + .. include:: license.rst \ No newline at end of file From 1eeb7276ff98267e7c8fc270b4fba2be72c16979 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:32:20 +0100 Subject: [PATCH 20/46] blobmain --- Documentation/gh-pages/source/linktolicense.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 625360ee4..6ee4030d4 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -3,9 +3,9 @@ License .. include:: Gon-na/Kassiopeia/LICENSEtest.txt -.. include:: Gon-na/Kassiopeia/LICENSEtest.md +.. include:: Gon-na/Kassiopeia/blob/main/LICENSEtest.md + - BREAKER From d8e7c4d89e4c81c9cb080afd3a3a1e5785ca7ec8 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:42:24 +0100 Subject: [PATCH 21/46] os test --- Documentation/gh-pages/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index 98626e12b..c255cb897 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,7 +14,7 @@ import sys -sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) +os.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) # sys.path.insert(0, os.path.abspath('.')) From 73e788703e88b9ec3fe9aa737a71367ac2da071c Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:44:46 +0100 Subject: [PATCH 22/46] sys --- Documentation/gh-pages/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index c255cb897..98626e12b 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,7 +14,7 @@ import sys -os.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) +sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) # sys.path.insert(0, os.path.abspath('.')) From 7a634ab84e280661531f89741974f838a48d9bcc Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:18:31 +0100 Subject: [PATCH 23/46] test without header --- Documentation/gh-pages/source/LICENSEtest.md | 6 ++++++ Documentation/gh-pages/source/linktolicense.rst | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Documentation/gh-pages/source/LICENSEtest.md diff --git a/Documentation/gh-pages/source/LICENSEtest.md b/Documentation/gh-pages/source/LICENSEtest.md new file mode 100644 index 000000000..8294b6c13 --- /dev/null +++ b/Documentation/gh-pages/source/LICENSEtest.md @@ -0,0 +1,6 @@ +testlicense file +no content HOWEVER + +fieldsd +fieldsf +fields \ No newline at end of file diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 6ee4030d4..dd0654072 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,10 +1,10 @@ -License -********************************* + .. include:: Gon-na/Kassiopeia/LICENSEtest.txt .. include:: Gon-na/Kassiopeia/blob/main/LICENSEtest.md +.. include:: LICENSEtest.md BREAKER From 350bcbb285b87c4ca016d46981f5321a7590fb17 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:24:10 +0100 Subject: [PATCH 24/46] Header test --- Documentation/gh-pages/source/linktolicense.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index dd0654072..339cc40ca 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,4 +1,5 @@ - +License +******** .. include:: Gon-na/Kassiopeia/LICENSEtest.txt From 23e20ae5aacffeecbe4a7182c3621e8ab5fe8482 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:33:37 +0100 Subject: [PATCH 25/46] home runner work test --- Documentation/gh-pages/source/conf.py | 2 ++ Documentation/gh-pages/source/linktolicense.rst | 7 ++++++- LICENSEtest.txt | 6 ------ 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 LICENSEtest.txt diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index 98626e12b..a93c59b6b 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -16,6 +16,8 @@ sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) + # sys.path.insert(0, os.path.abspath('.')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 339cc40ca..87eb724cc 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -3,7 +3,12 @@ License .. include:: Gon-na/Kassiopeia/LICENSEtest.txt -.. include:: Gon-na/Kassiopeia/blob/main/LICENSEtest.md +.. include:: Gon-na/Kassiopeia/blob/main/LICENSE.md + + +.. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst + +.. include:: /home/runner/work/Kassiopeia/LICENSEtest.md .. include:: LICENSEtest.md diff --git a/LICENSEtest.txt b/LICENSEtest.txt deleted file mode 100644 index 8294b6c13..000000000 --- a/LICENSEtest.txt +++ /dev/null @@ -1,6 +0,0 @@ -testlicense file -no content HOWEVER - -fieldsd -fieldsf -fields \ No newline at end of file From edd875722f158dab8fcb9acbdbae1a92f75bbca0 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:35:02 +0100 Subject: [PATCH 26/46] home runner work w/o .md --- Documentation/gh-pages/source/linktolicense.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 87eb724cc..25c5e9727 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -3,14 +3,11 @@ License .. include:: Gon-na/Kassiopeia/LICENSEtest.txt -.. include:: Gon-na/Kassiopeia/blob/main/LICENSE.md +.. include:: Gon-na/Kassiopeia/blob/main/LICENSE.rst .. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst -.. include:: /home/runner/work/Kassiopeia/LICENSEtest.md - -.. include:: LICENSEtest.md BREAKER From 087203e9328532101728b7a170c9135a988ecbeb Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:36:45 +0100 Subject: [PATCH 27/46] # --- Documentation/gh-pages/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index a93c59b6b..13bd337b2 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,7 +14,7 @@ import sys -sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) +#sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) From 23ad2a38afaa2b2a5eb239ad4f6c338f261bdc14 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:37:34 +0100 Subject: [PATCH 28/46] #2 --- Documentation/gh-pages/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index 13bd337b2..cd55e5877 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,9 +14,9 @@ import sys -#sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) +sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) -sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) +#sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) # sys.path.insert(0, os.path.abspath('.')) From 9234d3b65fc0a9f5cdff929d39474fd855827dc9 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:39:20 +0100 Subject: [PATCH 29/46] error in linktolicense? --- Documentation/gh-pages/source/conf.py | 2 +- Documentation/gh-pages/source/linktolicense.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index cd55e5877..a93c59b6b 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -16,7 +16,7 @@ sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) -#sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) # sys.path.insert(0, os.path.abspath('.')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 25c5e9727..b84478def 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -6,7 +6,7 @@ License .. include:: Gon-na/Kassiopeia/blob/main/LICENSE.rst -.. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst +.. .. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst BREAKER From f1f02da22ccb3f2ef6ee20c8eb6a6d01c01855db Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:45:55 +0100 Subject: [PATCH 30/46] deleted licensetest.md in gh pages --- Documentation/gh-pages/source/LICENSEtest.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Documentation/gh-pages/source/LICENSEtest.md diff --git a/Documentation/gh-pages/source/LICENSEtest.md b/Documentation/gh-pages/source/LICENSEtest.md deleted file mode 100644 index 8294b6c13..000000000 --- a/Documentation/gh-pages/source/LICENSEtest.md +++ /dev/null @@ -1,6 +0,0 @@ -testlicense file -no content HOWEVER - -fieldsd -fieldsf -fields \ No newline at end of file From 1dd27b328eb40507f7e1d7ed99dba37b93f22f7f Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:55:46 +0100 Subject: [PATCH 31/46] additional testfiles --- Documentation/gh-pages/source/licensetest.rst | 1 + Documentation/gh-pages/source/linktolicense.rst | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Documentation/gh-pages/source/licensetest.rst diff --git a/Documentation/gh-pages/source/licensetest.rst b/Documentation/gh-pages/source/licensetest.rst new file mode 100644 index 000000000..68447d8b6 --- /dev/null +++ b/Documentation/gh-pages/source/licensetest.rst @@ -0,0 +1 @@ +/home/runner/work/Kassiopeia \ No newline at end of file diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index b84478def..db2009e77 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -5,11 +5,15 @@ License .. include:: Gon-na/Kassiopeia/blob/main/LICENSE.rst +BREAKER 0 -.. .. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst +.. include:: licensetest.rst +BREAKER 1 +.. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst -BREAKER + +BREAKER 2 .. include:: license.rst \ No newline at end of file From 03c767a76b3a80667f0e23c4648d4fdb97466cd9 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:59:17 +0100 Subject: [PATCH 32/46] 2 --- Documentation/gh-pages/source/index.rst | 2 +- Documentation/gh-pages/source/linktolicense.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index ded6ad900..25651ad45 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -52,7 +52,7 @@ Welcome to Kassiopeia's documentation! Visualization Techniques XML Bindings License - testLicense + LicenseTEST Authors diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index db2009e77..770c5deeb 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,4 +1,4 @@ -License +License TEST ******** .. include:: Gon-na/Kassiopeia/LICENSEtest.txt From 0ee0fac4d29856482177ee7cc6f821980c854dab Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:00:37 +0100 Subject: [PATCH 33/46] space --- Documentation/gh-pages/source/linktolicense.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 770c5deeb..ae503f9ba 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -10,6 +10,7 @@ BREAKER 0 .. include:: licensetest.rst BREAKER 1 + .. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst From 90c6e8ed8d2e77b9e636ef60e66b8c3597581629 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:12:51 +0100 Subject: [PATCH 34/46] different file paths --- Documentation/gh-pages/source/conf.py | 2 +- Documentation/gh-pages/source/linktolicense.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index a93c59b6b..c68b08242 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -16,7 +16,7 @@ sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) -sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia')) +sys.path.insert(0, os.path.abspath('Kassiopeia')) # sys.path.insert(0, os.path.abspath('.')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index ae503f9ba..0ccd9472a 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,9 +1,9 @@ License TEST ******** -.. include:: Gon-na/Kassiopeia/LICENSEtest.txt +.. include:: Kassiopeia/LICENSEtest.txt -.. include:: Gon-na/Kassiopeia/blob/main/LICENSE.rst +.. include:: Kassiopeia/blob/main/LICENSE.rst BREAKER 0 @@ -11,7 +11,7 @@ BREAKER 0 BREAKER 1 -.. include:: /home/runner/work/Kassiopeia/LICENSEtest.rst +.. include:: Kassiopeia/LICENSEtest.rst BREAKER 2 From e5bd87f462b94b73ab7e0aa38395a36d7a53f7db Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:20:43 +0100 Subject: [PATCH 35/46] different path 2 --- Documentation/gh-pages/source/conf.py | 10 ++++++++-- Documentation/gh-pages/source/linktolicense.rst | 6 ++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index c68b08242..daba906ad 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,9 +14,15 @@ import sys -sys.path.insert(0, os.path.abspath('Gon-na/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia')) + +sys.path.insert(0, os.path.abspath('/Kassiopeia')) + +sys.path.insert(0, os.path.abspath('/Kassiopeia/Kassiopeia')) + +sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia/Kassiopeia')) + -sys.path.insert(0, os.path.abspath('Kassiopeia')) # sys.path.insert(0, os.path.abspath('.')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 0ccd9472a..36e297310 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,17 +1,19 @@ License TEST ******** -.. include:: Kassiopeia/LICENSEtest.txt +.. include:: Kassiopeia/Kassiopeia/LICENSEtest.rst .. include:: Kassiopeia/blob/main/LICENSE.rst +.. include:: Kassiopeia/Kassiopeia/blob/main/LICENSE.rst + BREAKER 0 .. include:: licensetest.rst BREAKER 1 -.. include:: Kassiopeia/LICENSEtest.rst +.. include:: home/runner/work/Kassiopeia/Kassiopeia/LICENSEtest.rst BREAKER 2 From bf19fa0b98072f28268ad43975d1157702acc8be Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:26:12 +0100 Subject: [PATCH 36/46] /kass --- Documentation/gh-pages/source/linktolicense.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 36e297310..e55142402 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,11 +1,11 @@ License TEST ******** -.. include:: Kassiopeia/Kassiopeia/LICENSEtest.rst +.. include:: /Kassiopeia/Kassiopeia/LICENSEtest.rst -.. include:: Kassiopeia/blob/main/LICENSE.rst +.. include:: /Kassiopeia/blob/main/LICENSE.rst -.. include:: Kassiopeia/Kassiopeia/blob/main/LICENSE.rst +.. include:: /Kassiopeia/Kassiopeia/blob/main/LICENSE.rst BREAKER 0 @@ -13,7 +13,7 @@ BREAKER 0 BREAKER 1 -.. include:: home/runner/work/Kassiopeia/Kassiopeia/LICENSEtest.rst +.. include:: /home/runner/work/Kassiopeia/Kassiopeia/LICENSEtest.rst BREAKER 2 From 02f974bbc4af6f42e73ea1638bdcd7a218aaeb1d Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:42:32 +0100 Subject: [PATCH 37/46] .. --- Documentation/gh-pages/source/conf.py | 2 +- Documentation/gh-pages/source/linktolicense.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index daba906ad..954d0c858 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,7 +14,7 @@ import sys -sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia/Kassiopeia')) sys.path.insert(0, os.path.abspath('/Kassiopeia')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index e55142402..3fb7f0a0c 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,11 +1,11 @@ License TEST ******** -.. include:: /Kassiopeia/Kassiopeia/LICENSEtest.rst +.. include:: ../Kassiopeia/Kassiopeia/LICENSEtest.rst -.. include:: /Kassiopeia/blob/main/LICENSE.rst +.. include:: ../Kassiopeia/blob/main/LICENSE.rst -.. include:: /Kassiopeia/Kassiopeia/blob/main/LICENSE.rst +.. include:: ../Kassiopeia/Kassiopeia/blob/main/LICENSE.rst BREAKER 0 @@ -13,7 +13,7 @@ BREAKER 0 BREAKER 1 -.. include:: /home/runner/work/Kassiopeia/Kassiopeia/LICENSEtest.rst +.. include:: ../home/runner/work/Kassiopeia/Kassiopeia/LICENSEtest.rst BREAKER 2 From ece3fbcc1912dd34ed180853f3c843a3cd05a762 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:44:42 +0100 Subject: [PATCH 38/46] ..2 --- Documentation/gh-pages/source/linktolicense.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 3fb7f0a0c..a672e053b 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,7 +1,7 @@ License TEST ******** -.. include:: ../Kassiopeia/Kassiopeia/LICENSEtest.rst +.. include:: ../Kassiopeia/LICENSEtest.rst .. include:: ../Kassiopeia/blob/main/LICENSE.rst From 8cd097fad1a853fba8550335d6cc509bfd915e90 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:47:57 +0100 Subject: [PATCH 39/46] ..3 --- Documentation/gh-pages/source/linktolicense.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index a672e053b..08c1313c2 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -3,9 +3,9 @@ License TEST .. include:: ../Kassiopeia/LICENSEtest.rst -.. include:: ../Kassiopeia/blob/main/LICENSE.rst +.. include:: ../Kassiopeia/blob/main/LICENSEtest.rst -.. include:: ../Kassiopeia/Kassiopeia/blob/main/LICENSE.rst +.. include:: ../Kassiopeia/Kassiopeia/blob/main/LICENSEtest.rst BREAKER 0 From 049b605421db50c3da5e5fc51055b89e64015270 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:51:14 +0100 Subject: [PATCH 40/46] ..4 --- Documentation/gh-pages/source/conf.py | 2 ++ Documentation/gh-pages/source/linktolicense.rst | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index 954d0c858..3d8f420e4 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -16,6 +16,8 @@ sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia')) + sys.path.insert(0, os.path.abspath('/Kassiopeia')) sys.path.insert(0, os.path.abspath('/Kassiopeia/Kassiopeia')) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 08c1313c2..eee4516d9 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,11 +1,11 @@ License TEST ******** -.. include:: ../Kassiopeia/LICENSEtest.rst +.. include:: ../Gon-na/Kassiopeia/LICENSEtest.rst -.. include:: ../Kassiopeia/blob/main/LICENSEtest.rst +.. include:: ../Gon-na/Kassiopeia/blob/main/LICENSEtest.rst -.. include:: ../Kassiopeia/Kassiopeia/blob/main/LICENSEtest.rst +.. include:: ../Gon-na/Kassiopeia/Kassiopeia/blob/main/LICENSEtest.rst BREAKER 0 From 330e676f17fa9932e3e578c72d1dc1432d81b688 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:57:21 +0100 Subject: [PATCH 41/46] ..5 --- Documentation/gh-pages/source/linktolicense.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index eee4516d9..45e169655 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -7,6 +7,8 @@ License TEST .. include:: ../Gon-na/Kassiopeia/Kassiopeia/blob/main/LICENSEtest.rst +.. include:: ../LICENSEtest.rst + BREAKER 0 .. include:: licensetest.rst From deffe3e9e04a5ae915a2bb9f78ca279968efd8c6 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:00:25 +0100 Subject: [PATCH 42/46] w/o Header --- Documentation/gh-pages/source/linktolicense.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 45e169655..6b178a515 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -1,5 +1,4 @@ -License TEST -******** + .. include:: ../Gon-na/Kassiopeia/LICENSEtest.rst From 92d646f826764589b647acb443b33f07cab78017 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:06:34 +0100 Subject: [PATCH 43/46] test in index.rst --- Documentation/gh-pages/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 25651ad45..6bcd83fa1 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -53,6 +53,7 @@ Welcome to Kassiopeia's documentation! XML Bindings License LicenseTEST + LicenseTEST2 <../../LICENSEtest.rst> Authors From 48b44e3be83f064f2c9ebdf2d3da8666364eb23b Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:15:15 +0100 Subject: [PATCH 44/46] remove index test --- Documentation/gh-pages/source/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/gh-pages/source/index.rst b/Documentation/gh-pages/source/index.rst index 6bcd83fa1..25651ad45 100644 --- a/Documentation/gh-pages/source/index.rst +++ b/Documentation/gh-pages/source/index.rst @@ -53,7 +53,6 @@ Welcome to Kassiopeia's documentation! XML Bindings License LicenseTEST - LicenseTEST2 <../../LICENSEtest.rst> Authors From 41164aa483d3e82661f31b30da4f461b5ec6216a Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:19:21 +0100 Subject: [PATCH 45/46] paths dicretly to file --- Documentation/gh-pages/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/gh-pages/source/conf.py b/Documentation/gh-pages/source/conf.py index 3d8f420e4..85dad36b0 100644 --- a/Documentation/gh-pages/source/conf.py +++ b/Documentation/gh-pages/source/conf.py @@ -14,15 +14,15 @@ import sys -sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia/Kassiopeia/LICENSEtest.rst')) -sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Gon-na/Kassiopeia/LICENSEtest.rst')) -sys.path.insert(0, os.path.abspath('/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Kassiopeia/LICENSEtest.rst')) -sys.path.insert(0, os.path.abspath('/Kassiopeia/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/Kassiopeia/Kassiopeia/LICENSEtest.rst')) -sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia/Kassiopeia')) +sys.path.insert(0, os.path.abspath('/home/runner/work/Kassiopeia/Kassiopeia/LICENSEtest.rst')) From fefea38f76174cc955017bf61c39c0872e57a668 Mon Sep 17 00:00:00 2001 From: c-goen <105125661+Gon-na@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:21:51 +0100 Subject: [PATCH 46/46] ..6 --- Documentation/gh-pages/source/linktolicense.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gh-pages/source/linktolicense.rst b/Documentation/gh-pages/source/linktolicense.rst index 6b178a515..2f46982fb 100644 --- a/Documentation/gh-pages/source/linktolicense.rst +++ b/Documentation/gh-pages/source/linktolicense.rst @@ -6,7 +6,7 @@ .. include:: ../Gon-na/Kassiopeia/Kassiopeia/blob/main/LICENSEtest.rst -.. include:: ../LICENSEtest.rst +.. include:: ../Kassiopeia/LICENSEtest.rst BREAKER 0