Skip to content

Commit

Permalink
Add MVP features
Browse files Browse the repository at this point in the history
Issue-ref: see #56
  • Loading branch information
ramceb committed Dec 12, 2024
1 parent f8c46a6 commit c559cba
Show file tree
Hide file tree
Showing 12 changed files with 129 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/features/analysis-infra/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Analysis Infrastructure
#######################

.. toctree::
logging/index.rst
2 changes: 2 additions & 0 deletions docs/features/analysis-infra/logging/console-output/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Console Output
##############
20 changes: 20 additions & 0 deletions docs/features/analysis-infra/logging/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
..
# *******************************************************************************
# Copyright (c) 2024 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 Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
Logging
#######

.. toctree::
console-output/index.rst
mw-log-api/index.rst
2 changes: 2 additions & 0 deletions docs/features/analysis-infra/logging/mw-log-api/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Logging API
###########
20 changes: 20 additions & 0 deletions docs/features/communication/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
..
# *******************************************************************************
# Copyright (c) 2024 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 Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
Communication
#############

.. toctree::

ipc/index.rst
2 changes: 2 additions & 0 deletions docs/features/communication/ipc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Inter-process Communication
###########################
2 changes: 2 additions & 0 deletions docs/features/frameworks/fixed-order-execution/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed order execution Framework
###############################
19 changes: 19 additions & 0 deletions docs/features/frameworks/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
..
# *******************************************************************************
# Copyright (c) 2024 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 Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
Frameworks
##########

.. toctree::
fixed-order-execution/index.rst
4 changes: 4 additions & 0 deletions docs/features/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ Features

infrastructure/index.rst
integration/index.rst
analysis-infra/index.rst
communication/index.rst
frameworks/index.rst
persistency/index.rst
16 changes: 16 additions & 0 deletions docs/features/persistency/file-access/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
..
# *******************************************************************************
# Copyright (c) 2024 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 Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
File Access
###########
21 changes: 21 additions & 0 deletions docs/features/persistency/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
..
# *******************************************************************************
# Copyright (c) 2024 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 Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
Persistency
###########

.. toctree::

file-access/index.rst
key-value-storage/index.rst
16 changes: 16 additions & 0 deletions docs/features/persistency/key-value-storage/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
..
# *******************************************************************************
# Copyright (c) 2024 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 Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
Key-value Storage
#################

0 comments on commit c559cba

Please sign in to comment.