* Update URLs in scheduler.md with correct folder path
The `generic_scheduler.go` is moved under `scheduler` folder, not `scheduler/core` folder. This commit updated the description & the link to code file.
Note that `legacy_registry.go` is removed as well in master branch. We may need to fix the link and description as well after release.
* #6198 Updated scheduler part in contributors/devel/README.md, adding few doc links. Removed scheduler.md
* #6198 Removed 'Scheduler extensibility' part in scheduling_code_hierarchy_overview; removed scheduler framework plugins link in devel README
- Fix broken links in `scheduler.md` and `scheduler_algorithm.md`
- Change the way links are formatted in markdown to avoid repetition
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
The initial purpose of this is to make sure there are no orphaned
files in the Developer Guide, so we can make a complete map of all the
content there.
- when running benchmark tests, we used to use `-run=xxx` to exclude unit tests; however a more conventional way is to use `-run=^$`, `-run=^$$` here is to excape the $ simbol, otherwise it won't work.
- add info to display benchmark output only