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 * Moved to CLITools on GitHub 3 * Moved to CLITools on GitHub
  4 +* Fixed docs build and a few links
4 5
5 ## Version 0.7 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,7 +284,7 @@ This will print help in blue, errors in red, and will reset before returning the
284 [plumbum-link]: https://plumbum.readthedocs.io/en/latest/ 284 [plumbum-link]: https://plumbum.readthedocs.io/en/latest/
285 [click-link]: http://click.pocoo.org 285 [click-link]: http://click.pocoo.org
286 [api-docs]: https://CLITools.github.io/CLI11/index.html 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 [boost-link]: http://www.boost.org/doc/libs/1_63_0/doc/html/program_options.html 288 [boost-link]: http://www.boost.org/doc/libs/1_63_0/doc/html/program_options.html
289 [optionparser-link]: http://optionparser.sourceforge.net 289 [optionparser-link]: http://optionparser.sourceforge.net
290 [tclap-link]: http://tclap.sourceforge.net 290 [tclap-link]: http://tclap.sourceforge.net
docs/mainpage.md
@@ -8,8 +8,8 @@ The main classes are: @@ -8,8 +8,8 @@ The main classes are:
8 |---------------|-------------------------------------| 8 |---------------|-------------------------------------|
9 |CLI::Option | Options, stored in the app | 9 |CLI::Option | Options, stored in the app |
10 |CLI::App | The main application or subcommands | 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 |CLI::AutoTimer | A timer that prints on deletion | 13 |CLI::AutoTimer | A timer that prints on deletion |
14 14
15 15