Commit Graph

81 Commits

Author SHA1 Message Date
Yannick Tivisse
85d0868032 [ADD] Library to embed youtube and vimeo videos in a clean way
Coming from https://gist.github.com/dbrgn/2922648
2015-11-20 10:53:23 +01:00
Martin Trigaux
ec97bc7919 Language switcher 2015-11-10 10:38:53 +01:00
Martin Trigaux
3929109f8a Revert "[FIX] doc: odoo theme so it's compatible with Sphinx 1.2 / 1.3"
This reverts commit 8151a78aed.

This breaks accounting memento, will figure out later a proper fix
2015-11-09 11:06:07 +01:00
Thibault Delavallée
8151a78aed [FIX] doc: odoo theme so it's compatible with Sphinx 1.2 / 1.3
Sphinx.set_translator is a Sphinx 1.3 API, and we only require Sphinx
1.2 at this point. Replace the use of set_translator with explicitly
setting the html_translator_class config setting.

Coming from the Odoo technical documentation, fix done by @xmo-odoo. See
odoo/odoo/commit/a139d81c46b669fa9186ceaf2a0ca43fb0601e1c.
2015-11-04 11:45:55 +01:00
Martin Trigaux
ca0f9396a7 Reexport style.css to include previous changes 2015-10-29 11:33:57 +01:00
Martin Trigaux
0313d915c2 [FIX] css: rendering of inline images
Bootstrap forces the img-responsive images to be a block.
IMHO bootstrap should be killed and burned with fire but them it appears I know
nothing (John Snow) about CSS and making things looks nice so they have probably
their reason to do so.
Anyway, not that I care, let me use inline images for Flupke sake!
2015-10-29 10:02:31 +01:00
Martin Trigaux
4d24d82819 seealso as alert-go_tp
to differentiate from tip and note
2015-10-16 15:10:53 +02:00
stefanorigano
3036418c35 [ADD] "Go To" alert (html example in commit description)
<div role="alert" class="alert-go_to alert">
<p class="alert-title">See also</p>
<p>
<a href="../../overview/from_po_to_invoice.html" class="internal
alert-link reference">
<em>From purchase order to invoice and receptions</em>
</a>
</p>
</div>
2015-10-16 15:08:29 +02:00
stefanorigano
9e1ca08efd [ADD] Figure caption support
Add a “.figure” class to the element to style the caption

Eg.

.. figure:: media/setup02.png
   :figclass: figure

   Hello! This is the image caption!
2015-10-16 15:08:29 +02:00
stefanorigano
158f5adbc9 [IMP] links:hover, replace color 2015-10-16 15:08:29 +02:00
stefanorigano
fc707ce800 [FIX] toctree, fix headings margins and font-size 2015-10-16 15:08:29 +02:00
stefanorigano
5b90b4968e [FIX] Headings, restore bootstrap default + minor 2015-10-16 15:08:29 +02:00
stefanorigano
f61ee38c47 [IMP] General layout, minor 2015-10-16 15:08:29 +02:00
stefanorigano
4a51708b84 [ADD] Print Stylesheet 2015-10-12 12:39:26 +02:00
Xavier Morel
51cba7119a [CHG] hide sections sidebar for code_col pages (mementoes)
fp request "brings no value and make content columns too narrow, leave
it on normal documentation pages"
2015-10-12 10:05:00 +02:00
Xavier Morel
e7b6009414 [IMP] hide broken demo/start under the rug so doc can be compiled 2015-10-12 09:50:45 +02:00
Martin Trigaux
d6a039129f Revert "[FIX] /start demo url is dead, just demo.odoo.com is enough"
This reverts commit 67a0c24f74.

/start will be fixed... or remplaced
2015-10-05 15:19:30 +02:00
Martin Trigaux
67a0c24f74 [FIX] /start demo url is dead, just demo.odoo.com is enough 2015-10-05 12:12:42 +02:00
Xavier Morel
b432622459 [FIX] actually add logo in title to all pages
Fixes 93afab1e which was supposed to do that but I apparently backed it
out before committing.

All pages now behave like the index, with the Odoo logo removed from the
sidebar and set next to the current page's title.
2015-07-20 13:49:27 +02:00
Xavier Morel
0e58ae3ee0 [IMP] make application TOC toplevel look like subtitles 2015-07-20 13:43:28 +02:00
Xavier Morel
4a8bc016d1 [IMP] "prev" links to the application's root if inside the application 2015-07-20 13:43:28 +02:00
Xavier Morel
93afab1e00 [CHG] remove logo from sidebar and always have it in title 2015-07-20 13:43:28 +02:00
Xavier Morel
e400744907 [ADD] github links to edit documentation pages 2015-07-20 13:43:27 +02:00
Xavier Morel
70774f85eb [IMP] inline paraiso dark to avoid pygments version headaches 2015-07-14 11:11:48 +02:00
Xavier Morel
e443ce59bf [FIX] splitting of whitelist in demo:fields directive 2015-07-14 11:04:25 +02:00
Xavier Morel
5b2942ad58 [IMP] README, :fields: -> :only: in demo:fields:: 2015-07-10 10:13:24 +02:00
Xavier Morel
9f89a9900f [ADD] support for big action link button thing 2015-07-09 16:12:57 +02:00
Xavier Morel
f8d202061a [ADD] support for fetching views's fields straight from demo
* resolves action by external id
* fetches relevant view
* prints table of all fields with an @help in view order
2015-07-09 15:35:48 +02:00
Xavier Morel
98e8930e02 [ADD] assets management doc (wip) 2015-07-09 12:31:31 +02:00
Xavier Morel
c4e798e970 [ADD] demo/POC functional documentation
* by-application (odoo-wise) grouping
* use part of the accounting TOC defined on pad
* support for "internal" tocs & fixup front toc
* various changes and improvements to extensions

May be missing: inherited document banners?
2015-07-09 11:49:42 +02:00
Xavier Morel
705e0d56b2 [CHG] initial port to new theme 2015-07-08 13:24:24 +02:00