Skip to content

Commit

Permalink
docs: convert all rst to md
Browse files Browse the repository at this point in the history
Convert all reStructuredText files into markdown to have all the
documentation in the same format.

Signed-off-by: Markus Lehtonen <[email protected]>
  • Loading branch information
marquiz authored and jukkar committed Jun 26, 2023
1 parent bc8574b commit 1212598
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 57 deletions.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Welcome to NRI Plugins documentation

```{toctree}
---
maxdepth: 2
caption: Contents
---
introduction.md
resource-policy/index.rst
contributing.md
Project GitHub repository <https://github.com/containers/nri-plugins>
```
16 changes: 0 additions & 16 deletions docs/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

The NRI plugins is a collection of NRI (Node Resource Interface) based plugins
to manage various aspects of pod and container life cycle.
For example the [resource policy plugins](resource_policies) can be used to modify
For example the [resource policy plugins](resource-policy/policy/index.md) can be used to modify
the container resource allocation depending on available system resources.
2 changes: 1 addition & 1 deletion docs/resource-policy/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ the node group label.
There is a
[sample ConfigMap spec](/sample-configs/nri-resource-policy-configmap.example.yaml)
that contains a node-specific, a group-specific, and a default ConfigMap
example. See [any available policy-specific documentation](policy/index.rst)
example. See [any available policy-specific documentation](policy/index.md)
for more information on the policy configurations.
10 changes: 10 additions & 0 deletions docs/resource-policy/developers-guide/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Developer's Guide

```{toctree}
---
maxdepth: 1
---
architecture.md
testing.rst
cpu-allocator.md
```
8 changes: 0 additions & 8 deletions docs/resource-policy/developers-guide/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions docs/resource-policy/developers-guide/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Testing

```{toctree}
---
maxdepth: 1
---
unit-test.md
e2e-test.md
```
8 changes: 0 additions & 8 deletions docs/resource-policy/developers-guide/testing.rst

This file was deleted.

14 changes: 14 additions & 0 deletions docs/resource-policy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Resource Policy Plugins

```{toctree}
---
maxdepth: 2
caption: Contents
---
introduction.md
installation.md
setup.md
configuration.md
policy/index.md
developers-guide/index.rst
```
14 changes: 0 additions & 14 deletions docs/resource-policy/index.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.. _resource_policies:

Policies
########
# Policies

Currently there are two resource policies:

Expand All @@ -11,8 +8,10 @@ policy that allocates resources evenly in order to avoid the "noisy neighbor" pr
The Balloons resource policy allows user to allocate workloads to resources in a more
user controlled way.

.. toctree::
:maxdepth: 1

topology-aware.md
balloons.md
```{toctree}
---
maxdepth: 1
---
topology-aware.md
balloons.md
```

0 comments on commit 1212598

Please sign in to comment.