# sed -i 's/automethod::/automethod:: :no-index:/g' 15_everything.rst
# sed -i 's/autoclass::/autoclass:: :no-index:/g' 15_everything.rst
# not quite right - the :no-index: needs to be on the next line, and we need to keep what comes after the :: (the thing to actually be documented), so capture that and put it in the replacement
sed -i 's/\(automethod::\|autoclass::\) \(.*\)/\1 \2\n :no-index:/g' 15_everything.rst