Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
### Date

Changes:
- List of changes
- Adding initial tools for ethical and robust AI systems

Improvements:
- List of improvements

Bug Fixes:
- NA

---
7 changes: 0 additions & 7 deletions CODEOWNERS

This file was deleted.

42 changes: 0 additions & 42 deletions DECISIONS.md
Original file line number Diff line number Diff line change
@@ -1,42 +0,0 @@
// Example taken from https://github.com/eclipse/winery/blob/master/docs/adr/0027-use-dasherization-for-filenames.md

# Use dasherization for filenames

## Context and Problem Statement

Graphics files have to take a consistent file name

## Decision Drivers <!-- optional -->

* Easy to process by Jekyll
* No WTFs at the creators

## Considered Options

* [Dasherization](https://softwareengineering.stackexchange.com/a/104476/52607) (e.g., `architecture-bpmn4tosca.png`)
* Camel Case (e.g., `ArchitectureBPMN4TOSCA.png`)

## Decision Outcome

Chosen option: "Dasherization", because

* clear separation of parts of the name
* consistent to other URLs (which are typically lowercase)

## Links

* GADR: https://github.com/adr/gadr-misc/blob/master/gadr--filename-convention.md

## License

Copyright (c) 2018 Contributors to the Eclipse Foundation

See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
which is available at https://www.apache.org/licenses/LICENSE-2.0.

SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

89 changes: 0 additions & 89 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Control Plane Repo Template
# Tools for ethical and robust ai systems

- [ROADMAP.md](ROADMAP.md)
- [CHANGELOG.md](CHANGELOG.md)
Expand Down
1 change: 0 additions & 1 deletion docs/explanation/index.md

This file was deleted.

58 changes: 0 additions & 58 deletions docs/how-to/diagrams-as-code.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/how-to/mkdocs.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/reference/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/tutorials/index.md

This file was deleted.

31 changes: 0 additions & 31 deletions mkdocs.yml

This file was deleted.

Loading