Commit 1b4a71c6b67a8c6018ee40871c385bfc52b45b5d

Authored by Henry Fredrick Schreiner
1 parent c53da328

Updates to docs

CHANGELOG.md
1   -## Version 0.8 (in progress)
  1 +## Version 0.8
2 2  
3 3 * Moved to CLITools on GitHub
  4 +* Fixed docs build and a few links
4 5  
5 6 ## Version 0.7
6 7  
... ...
README.md
... ... @@ -284,7 +284,7 @@ This will print help in blue, errors in red, and will reset before returning the
284 284 [plumbum-link]: https://plumbum.readthedocs.io/en/latest/
285 285 [click-link]: http://click.pocoo.org
286 286 [api-docs]: https://CLITools.github.io/CLI11/index.html
287   -[rang-link]: https://github.com/agauniyal/rang/wiki
  287 +[rang-link]: https://github.com/agauniyal/rang
288 288 [boost-link]: http://www.boost.org/doc/libs/1_63_0/doc/html/program_options.html
289 289 [optionparser-link]: http://optionparser.sourceforge.net
290 290 [tclap-link]: http://tclap.sourceforge.net
... ...
docs/mainpage.md
... ... @@ -8,8 +8,8 @@ The main classes are:
8 8 |---------------|-------------------------------------|
9 9 |CLI::Option | Options, stored in the app |
10 10 |CLI::App | The main application or subcommands |
11   -|CLI::ExitCodes | A scoped enum with exit codes |
12   -|CLI::Timer | A timer class, only in CLI/Timer.hpp (not CLI11.hpp) |
  11 +|CLI::ExitCode | A scoped enum with exit codes |
  12 +|CLI::Timer | A timer class, only in CLI/Timer.hpp (not in `CLI11.hpp`) |
13 13 |CLI::AutoTimer | A timer that prints on deletion |
14 14  
15 15  
... ...