summaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-06-16 15:38:08 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-06-16 15:38:08 -0500
commit1d3ed4665dcdd3a37404a181c3f88055a5af576e (patch)
tree7c99397139f5356499a82833b6f71eb6d4ef408d /doc/development
parent67285919a86c8ffaf7a7ae7cc67e7c831c66ce33 (diff)
downloadbcfg2-1d3ed4665dcdd3a37404a181c3f88055a5af576e.tar.gz
bcfg2-1d3ed4665dcdd3a37404a181c3f88055a5af576e.tar.bz2
bcfg2-1d3ed4665dcdd3a37404a181c3f88055a5af576e.zip
doc: Fix 1.4.0pre1 release notes
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/caching.txt5
-rw-r--r--doc/development/plugins.txt6
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/development/caching.txt b/doc/development/caching.txt
index 47d627278..83ec0290f 100644
--- a/doc/development/caching.txt
+++ b/doc/development/caching.txt
@@ -1,4 +1,5 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
.. _development-cache:
@@ -44,10 +45,10 @@ Currently known caches are:
| Metadata | Hostname | :class:`ClientMetadata | The :ref:`Metadata cache <server-caching>` |
| | | <Bcfg2.Server.Plugins.Metadata.ClientMetadata>` | |
+-------------+---------------------------------------+-------------------------------------------------+------------------------------------------------------+
-| Probes, | Hostname | ``list`` of group names | Groups set by :ref:`server-plugins-probes-index` |
+| Probes, | Hostname | ``list`` of group names | Groups set by :ref:`server-plugins-probes` |
| probegroups | | | |
+-------------+---------------------------------------+-------------------------------------------------+------------------------------------------------------+
-| Probes, | Hostname | ``dict`` of ``<probe name>``: | Other data set by :ref:`server-plugins-probes-index` |
+| Probes, | Hostname | ``dict`` of ``<probe name>``: | Other data set by :ref:`server-plugins-probes` |
| probedata | | :class:`ProbeData | |
| | | <Bcfg2.Server.Plugins.Probes.ProbeData>` | |
+-------------+---------------------------------------+-------------------------------------------------+------------------------------------------------------+
diff --git a/doc/development/plugins.txt b/doc/development/plugins.txt
index e4f16b84d..5993c4e29 100644
--- a/doc/development/plugins.txt
+++ b/doc/development/plugins.txt
@@ -1,4 +1,5 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
.. _development-plugins:
@@ -147,9 +148,8 @@ For examples, see:
* :func:`Bcfg2.Server.Plugins.Probes.ReceiveData` takes a copy of the
groups that have been assigned to a client by
- :ref:`server-plugins-probes-index`, and if that data changes when
- new probe data is received, it invalidates the cache for that
- client.
+ :ref:`server-plugins-probes`, and if that data changes when new probe
+ data is received, it invalidates the cache for that client.
* :func:`Bcfg2.Server.Plugins.GroupPatterns.Index` expires the entire
cache whenever a FAM event is received for the
:ref:`server-plugins-grouping-grouppatterns` config file.