Skip to content

Commit

Permalink
Added license to readme, updated authors
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Oct 11, 2024
1 parent 9ff59d4 commit dd4478a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Ernst Röell and Bastian Rieck
Copyright (c) 2024 Ernst Röell, Daniel Bin Schmid and Bastian Rieck

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
myst:
enable_extensions: ["deflist","html_admonition"]
fence_as_directive: true
---
# MANTRA: Manifold Triangulations Assembly

[![Maintainability](https://api.codeclimate.com/v1/badges/82f86d7e2f0aae342055/maintainability)](https://codeclimate.com/github/aidos-lab/MANTRA/maintainability) ![GitHub contributors](https://img.shields.io/github/contributors/aidos-lab/MANTRA) ![GitHub](https://img.shields.io/github/license/aidos-lab/MANTRA)
Expand Down Expand Up @@ -134,7 +129,6 @@ triangulation having the following attributes:

### Design Decisions

> [!NOTE]
> This section is *understanding-oriented* and provides additional
> justifications for our data format.
Expand Down
7 changes: 5 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
.. include:: readme.rst

.. toctree::
:maxdepth: 2
:hidden:
:caption: Modules

datasets

.. toctree::
:hidden:
:caption: Licence


licence
5 changes: 5 additions & 0 deletions docs/source/licence.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
License
==========

.. include:: ../../LICENSE.md
:parser: myst_parser.sphinx_

0 comments on commit dd4478a

Please sign in to comment.