Adding support for static code exmaples in the page and changing C++ book naming to CPP because pluses aren't great in paths.

This commit is contained in:
Robert Tice
2017-11-27 09:57:12 -05:00
parent bb472b4ee2
commit d34ade0a07
2 changed files with 3 additions and 2 deletions

View File

@@ -4,3 +4,4 @@ django-cors-headers
pyyaml
markdown
docutils
pygments

View File

@@ -2,6 +2,6 @@
books:
- title: "Ada For The C Developer"
url: "Ada_For_The_C_Developer"
- title: "Ada For the C++ Java Developer v2"
url: "Ada_For_The_C++_Java_Developer_v2"
- title: "Ada For the C++ Java Developer"
url: "Ada_For_The_CPP_Java_Developer"
...