Commit Graph

80 Commits

Author SHA1 Message Date
Robert Tice
5c8de067a8 Removing books interface. 2018-04-20 11:01:14 -04:00
Robert Tice
c20c0cc803 updating documentation to include references to new example filling method. 2018-04-20 10:15:47 -04:00
Robert Tice
80c5478fdc Adding script to add examples listed in a conf file. 2018-04-13 10:28:58 -04:00
Robert Tice
7454231b02 Adding blank lines in template. 2018-04-12 15:10:36 -04:00
Robert Tice
1dc8f13884 Adding a simple single procedure overrideable example template. 2018-04-12 14:17:34 -04:00
Robert Tice
4dd0cc4334 Adding ability to make editors read only with readonly attribute on editor container. 2018-04-11 10:34:28 -04:00
Robert Tice
bb58eeabb0 Working on books styling and features. Adding read only and overrideable sections to editor and templates. 2018-04-11 10:09:01 -04:00
Robert Tice
8c931b1147 Removing bootstrap in favor of simpler Pure framework for the menubar. 2018-02-23 16:45:44 -05:00
Robert Tice
fec9ab91fc Moving structure of reader renderer to enable single page or multiple page documents. The toc gets computed on the fly by parsing the html for headers and links are added for document scroll hotlinking. 2018-02-22 14:47:36 -05:00
Robert Tice
a14abff8a9 Adding ability to click on links in the side bar and scroll to the correct page. Pages will be loaded on the way. 2018-01-19 10:31:48 -05:00
Robert Tice
b500ceab09 Replaced custom pagination with django pagination and added jquery waypoints to auto load pages as the user scrolls. Have to add the ability to render and jump to sections of the page. 2018-01-18 17:14:31 -05:00
Robert Tice
1f8119c1e0 Adding embedded code samples to example books. 2018-01-18 09:51:28 -05:00
Nicolas Setton
9fcbe97651 Minor fix 2017-12-18 08:23:14 -05:00
Nicolas Setton
52efe1812e Freeze requirements
Now that Django 2.0 is out, we need to freeze to stick to Python 2.7
2017-12-18 07:57:37 -05:00
Nicolas Setton
4e1908227b Merge pull request #8 from Robert-Tice/master
Adding makemigration output to add table for books model.
2017-12-01 15:03:14 -05:00
Robert Tice
0d6b78f1c7 Adding makemigration output to add table for books model. 2017-12-01 14:58:47 -05:00
Nicolas Setton
c64d563690 Merge pull request #7 from Robert-Tice/master
Added rst parser to templatetags
2017-11-28 11:40:08 -05:00
Robert Tice
62fb95df6e Removing static book_list.yaml and creating workflow like we have for yannicks code examples. README and design notes have been updated with info. An example book is sitting in resources/books. 2017-11-27 17:44:27 -05:00
Robert Tice
a0d77f2920 Updating link name for new external repo. 2017-11-27 11:04:02 -05:00
Robert Tice
d34ade0a07 Adding support for static code exmaples in the page and changing C++ book naming to CPP because pluses aren't great in paths. 2017-11-27 09:57:12 -05:00
Robert Tice
bb472b4ee2 Moving book resources from this directory to external repositories. 2017-11-27 09:28:18 -05:00
Robert Tice
8fbff40812 Added full C++ book. 2017-11-22 17:05:45 -05:00
Robert Tice
874b417886 Adding ability to parse restructured text in the same way as markdown. 2017-11-22 16:06:49 -05:00
Nicolas Setton
7a92516504 Merge pull request #6 from Robert-Tice/master
Bug fixes and useability changes
2017-11-22 14:57:29 -05:00
Robert Tice
3d482364e1 Making book list into a table for readability. Also adding Book title to side bar with a back to book list link. 2017-11-22 14:53:59 -05:00