Documentation: describe how to get compiler version#74
Documentation: describe how to get compiler version#74loomis merged 4 commits intoquattor:masterfrom
Conversation
6ada7f5 to
0d0511b
Compare
|
Documentation complete but DO NOT MERGE Need help with DocBook tables from an expert! I followed instruction I found to have columns of different size but when I add the |
|
I did a test: I added the table to the main document and it works just fine. I also added the |
|
I progressed a little bit in my testing... My table with colspec (or any similar table in the document) is rendered as expected if it is placed in the main document but has its contents empty it is placed in an appendix (included in the main document with |
|
I added to the commits the test I did... TO BE REMOVED before merging... |
48e91e1 to
2bfe6d7
Compare
…- TO BE REVERTED/DELETED. See quattor#74
|
I updated the commit containing the tests with a test book, |
|
I'd suggest the following changes:
|
|
The simpler form doesn't work for me if used with lhcb3/jouvin % java -jar panc/target/panc-10.2-SNAPSHOT.jar
10.2-SNAPSHOTbut: lhcb3/jouvin % java -jar panc/target/panc-10.2-SNAPSHOT-jar-with-dependencies.jar
no main manifest attribute, in panc/target/panc-10.2-SNAPSHOT-jar-with-dependencies.jarMay be this missing main manifest attribute can be fixed... |
1602686 to
8d05456
Compare
…- TO BE REVERTED/DELETED. See quattor#74
|
Updated commits address the first 2 remarks in #74 (comment). For the third one, I am not sure to understand your suggestion: what is the section you'd recommend as appropriate? I found none where you may look spontaneously if you would like to know the compiler version... thus the reason for added one that will appear in the TOC. |
8d05456 to
a1f2f19
Compare
|
Main manifest fixed in |
(previously defining colwidth was triggering an exception)
a1f2f19 to
7dfcfaf
Compare
|
"How to get the compiler version" doesn't really warrant a separate section, especially given that the only content is a table and a sentence saying "look at the table". The table title will show up in the list of tables, so that should be sufficient for people to find the necessary information. |
|
Back to the discussion on whether it should be a section or not, I understand your point but I am not sure there is a good section where to put this table. This is the other reason (with increased exposure) why I created this section. |
(Java, line mode, ant)
|
Commit on variables in bind paths has nothing to do with the original merge request but is a slight improvement to the doc... I piggy back this PR! |
Documentation: describe how to get compiler version
Fixes #71.
Also improves documentation on how to use global variables in bind paths.