Fix varstack_top naming in docs

Warnings were generated in the doc builds about how `varstack` doesn't
exist. The file is named `varstack_top`.
This commit is contained in:
rallytime 2018-10-17 10:30:13 -04:00
parent a152f979aa
commit 1fbb84d934
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19
3 changed files with 2 additions and 3 deletions

View file

@ -14,4 +14,4 @@ master tops modules
ext_nodes
mongo
reclass_adapter
varstack
varstack_top

View file

@ -2,5 +2,5 @@
salt.tops.varstack
==================
.. automodule:: salt.tops.varstack
.. automodule:: salt.tops.varstack_top
:members:

View file

@ -1,4 +1,3 @@
.. _salt-top:
===========