/caddee_materials

Primary LanguageJupyter NotebookGNU Lesser General Public License v3.0LGPL-3.0

lsdo_project_template

GitHub Actions Test Badge Forks Issues

A template repository for LSDOlab projects

This repository serves as a template for all LSDOlab projects with regard to documentation, testing and hosting of open-source code. Note that template users need to edit the README badge definitions for their respective packages.

README.md file contains high-level information about your package: it's purpose, high-level instructions for installation and usage.

Installation

Installation instructions for users

For direct installation with all dependencies, run on the terminal or command line

pip install git+https://github.com/LSDOlab/lsdo_project_template.git

If you want users to install a specific branch, run

pip install git+https://github.com/LSDOlab/lsdo_project_template.git@branch

Installation instructions for developers

To install lsdo_project_template, first clone the repository and install using pip. On the terminal or command line, run

git clone https://github.com/LSDOlab/lsdo_project_template.git
pip install -e ./lsdo_project_template

For Developers

For details on documentation, refer to the README in docs directory.

For details on testing/pull requests, refer to the README in tests directory.

License

This project is licensed under the terms of the GNU Lesser General Public License v3.0.