summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/document_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Removed a bunch of unused import statements found after running pylintahernandez.miralles@gmail.com2013-12-131-1/+0
* Docserver: Fix the TOC rendering for API references by fixing the haphazard waykalman@chromium.org2013-12-121-2/+14
* Docserver: Include <h4> tags in the table of contents, it's needed for the APIkalman@chromium.org2013-12-041-3/+5
* Docserver: Make ParseDocument section-aware, by grouping document structurekalman@chromium.org2013-11-261-14/+38
* Docserver: Pull the intro parsing logic into a separate DocumentParser class,kalman@chromium.org2013-11-221-0/+184