Skip to content

Commit

Permalink
docs: Updating the text for the NRI resource policy plugin
Browse files Browse the repository at this point in the history
Changing the documentation so that it will describe how the
nri-resource-policy plugin works.

Also reshuffling the files around to better fit the overall
documentation structure.

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar committed Mar 28, 2023
1 parent 3886620 commit 45ba643
Show file tree
Hide file tree
Showing 37 changed files with 322 additions and 851 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Currently following plugins are available:
| [Topology Aware][1] | resource policy |
| [Balloons][1] | resource policy |

[1]: http://github.com/containers/nri-plugins/blob/main/docs/README-resource-policy.md
[1]: http://github.com/containers/nri-plugins/blob/main/docs/resource-policy/README.md
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def gomod_versions(modules):
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', '.github', '_work', 'generate', 'README.md', 'TODO.md', 'SECURITY.md', 'CODE-OF-CONDUCT.md', 'docs/releases', 'test/self-hosted-runner/README.md', 'test/e2e/README.md']
exclude_patterns = ['_build', '.github', '_work', 'generate', 'README.md', 'TODO.md', 'SECURITY.md', 'CODE-OF-CONDUCT.md', 'docs/releases', 'test/self-hosted-runner/README.md', 'test/e2e/README.md', 'docs/resource-policy/releases', 'docs/resource-policy/README.md']

# -- Options for HTML output -------------------------------------------------

Expand Down
9 changes: 4 additions & 5 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Contributing

Please use the GitHub\* infrastructure for contributing to
CRI Resource Manager.
Use [pull requests](https://github.com/intel/cri-resource-manager/pulls)
NRI Plugin Collection.
Use [pull requests](https://github.com/containers/nri-plugins/pulls)
to contribute code, bug fixes, or if you want to discuss your ideas in terms of
code. Open [issues](https://github.com/intel/cri-resource-manager/issues) to
code. Open [issues](https://github.com/containers/nri-plugins/issues) to
report bugs, request new features, or if you want to discuss any other topics
related to CRI Resource Manager or orchestration resource management in
general.
related to NRI plugins.
212 changes: 0 additions & 212 deletions docs/developers-guide/e2e-test.md

This file was deleted.

70 changes: 0 additions & 70 deletions docs/developers-guide/figures/arch-overview.svg

This file was deleted.

Binary file removed docs/developers-guide/figures/cri-resmgr.png
Binary file not shown.
22 changes: 6 additions & 16 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
.. CRI Resource Manager documentation master file
.. NRI Plugin Collection documentation master file
Welcome to CRI Resource Manager's documentation!
================================================
Welcome to NRI Plugin Collection documentation
==============================================

.. toctree::
:maxdepth: 2
:caption: Contents:

introduction.md
quick-start.md
installation.md
setup.md
policy/index.rst
node-agent.md

developers-guide/index.rst

reference/index.md

contributing.md
security.md

Project GitHub repository <https://github.com/intel/nri-resmgr>
resource-policy/index.rst

Project GitHub repository <https://github.com/containers/nri-plugins>
20 changes: 0 additions & 20 deletions docs/introduction.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/policy/blockio.md

This file was deleted.

Loading

0 comments on commit 45ba643

Please sign in to comment.