| changeset | 7ac637506acf |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | docs: add missing tabs.js required to get tal/jinja2 tabs working. |
| files |
| changeset | bd013590d8d6 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | docs: optimize head section of templates Reordered the head section of website/www using capo.js to improve speed. Tried to do the same for the doc/_template/layout.html. Due to a bug in sphinx, we get duplicate viewport tags. https://github.com/sphinx-doc/sphinx/issues/11699 but I think it's harmless. |
| files |
| changeset | 291afa77ad82 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | doc: trying to get search working. Searching for www works beter now: * no more javscript errors in console * search context blocks are displayed Had to add role="main" as that is used by the javascript to id the body of the page to extract text snippets. Had to set script_files to load all the needed javascript in order. Had to set data-url_root on a id'ed tag for javacript to work. On doc/_templates/layout.html replaced div with main tag and set id and duplicate role="main" for use by js querySelector. |
| files |
| changeset | 452a8bd1d826 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | add file with sphinx requirements for building doc. Disable permalinks for older and newer sphinx versions. make conf.py's work with old and new sphinx. make layout.py work with 7.x sphinx which replaces the style variable with styles[]. |
| files |
| changeset | 33124f6dc1c4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | remove xhtml structures; merge changes from www layout to doc layout |
| files |
| changeset | b5b1f2830e23 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Remove duplicate h1 headers from website Each page has an H1 header in the main part of the page. The class=header block also had an H1 enclosing "Roundup". This isn't useful as an H1 header. The page title includes Roundup as well so I demoted the class=header H1 to a label but styled it the same. |
| files |
| changeset | 9cfdbfc6d8ed |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Mark entity safe and reinstall escape -- make title display right Change to explicitly mark the string entity — as safe and reinstate escaping of doctitle. If this worked in the past maybe auto-escaping wasn't turned on. If it is in the newer versions of sphinx's jinja |safe is needed now (and |e isn't, but it doesn't seem to cause double escaping so....). |
| files |
| changeset | 64c9bbeb9b36 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Do not escape titlesuffix. — becomes &mdash; leading to the character entity to be displayed in the tab title in the browser. |
| files |
| changeset | 9619d64c0351 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Doc updates for customizing.txt, start of index generation customizing.txt: fix doc on schema.py. Documented obsolete db schema declaration/initial data method. doc on config.ini is incomplete. doc as such. Add doc for [rdbms]: backend, cache_size, sqlite_timeout document Interval schema type. Also change formatting for list of schema types to description list from regular list so types are more visible. add link to roundup wiki for schema chnge examples. fix formatting for postfix config. document Rest Access and Xmlrpc Access permissions; change classic schema.py example to include them. doc db/backend_name as obsolete, conf.py [rdbms] backend used instead. start adding index references conf.py: update copyright year index.txt: add link to genindex.html. _templates/layout.html: change code to make index output work. Not sure what the change does, just monkey pasting from sphinx basic/layout.html |
| files |
| changeset | 515ab1749b14 |
|---|---|
| branch | |
| bookmark | |
| tag | 1.5.1 |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | Preparing 1.5.1 steps 7/16 7. python setup.py build_doc * fix include of basic.css for rendering permalink anchors * make anchors less obtrusive |
| files |
| changeset | 7cf0468a9fa4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | anatoly techtonik <techtonik@gmail.com> |
| description | Remove duplicated link to page source from doc footer |
| files |
| changeset | bca7c59ac400 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Stefan Seefeld <stefan@seefeld.name> |
| description | Enhance documentation generation. |
| files |