[sphinx-users] Re: Newbie: can I combine dynamic data to one page?

2018-04-06 Thread Jan
I've figure out that if I add: html_additional_pages = { 'schema1': 'schema1.html' } to my conf.py, I can get my schema1.html file located in my _templates folder to appear and work correctly with the dynamic content. However, I don't seem to be able to link to it from my toctree in my

[sphinx-users] Possibility of making links to other documents in the "code block"

2018-04-06 Thread bruno . silveira
Looking at the documentation, it was possible to see that you do not have the possibility to make links to other project documents! You would be able to do this example implementation: .. literalinclude:: MyDocument.script :linenos: :language: script In my document script: var script =

[sphinx-users] is it possible to make inline comment that does not break a paragraph

2018-04-06 Thread Vasyl Vavrychuk
For example, I would like to make a comment in the middle of a list. With a markup - first item .. comment - second item - third item there is larger indent between first and second item. Is there any way to avoid this?

[sphinx-users] Re: Newbie: can I combine dynamic data to one page?

2018-04-06 Thread Jan
I ended up trying something which gets me part of what I'm looking for, but still leaves me without the structure I'm looking for. To get a nice looking html table which I could control formatting with a custom CSS, I placed a "custom.css" file in a "_static" folder. I also placed a