Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
01b127ea
Commit
01b127ea
authored
Jun 16, 2016
by
Davis King
Browse files
updated faq
parent
2d810acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
docs/docs/faq.xml
docs/docs/faq.xml
+1
-1
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+3
-0
No files found.
docs/docs/faq.xml
View file @
01b127ea
...
...
@@ -180,7 +180,7 @@ row_vect.set_size(5);
If you can't find something then check the
<a
href=
"term_index.html"
>
index
</a>
.
<br/><br/>
Also, the bulk of the documentation can be found by following the
<
b><font
style=
'font-size:1.3em'
color=
'#0000FF'
>
Detailed Documentation
</font></b
>
links.
<
more_details/
>
links.
</question>
...
...
docs/docs/stylesheet.xsl
View file @
01b127ea
...
...
@@ -703,6 +703,9 @@
<xsl:apply-templates/>
</table>
</xsl:template>
<xsl:template
match=
"more_details"
>
<a
style=
"float:none"
class=
'more_details'
>
More Details...
</a>
</xsl:template>
<xsl:template
match=
"div"
>
<div
id=
"{@id}"
><xsl:apply-templates/></div>
</xsl:template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment