Skip to content

Commit

Permalink
Add frame in html manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Oct 18, 2015
1 parent 2766c29 commit 2dd449d
Show file tree
Hide file tree
Showing 9 changed files with 1,326 additions and 1,208 deletions.
12 changes: 6 additions & 6 deletions doc/Doxyfile → doc/fermisurfer.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ALLOW_UNICODE_NAMES = NO
# Ukrainian and Vietnamese.
# The default value is: English.

OUTPUT_LANGUAGE = English
OUTPUT_LANGUAGE = Japanese

# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
Expand Down Expand Up @@ -971,19 +971,19 @@ INLINE_SOURCES = NO
# Fortran comments will always remain visible.
# The default value is: YES.

STRIP_CODE_COMMENTS = YES
STRIP_CODE_COMMENTS = NO

# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
# The default value is: NO.

REFERENCED_BY_RELATION = NO
REFERENCED_BY_RELATION = YES

# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.

REFERENCES_RELATION = NO
REFERENCES_RELATION = YES

# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
Expand Down Expand Up @@ -1495,7 +1495,7 @@ FORMULA_TRANSPARENT = YES
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

USE_MATHJAX = NO
USE_MATHJAX = YES

# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
Expand All @@ -1505,7 +1505,7 @@ USE_MATHJAX = NO
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_FORMAT = HTML-CSS
MATHJAX_FORMAT = NativeMML

# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
Expand Down
5 changes: 3 additions & 2 deletions doc/index.html.en
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<a href="http://osdn.jp/projects/fermisurfer/">FermiSurfer</a>

<p>
FermiSurferは固体物理学の各種数値計算結果を入力としてFermi面の描画し、
かつ何らかの物理量をFermi面上にカラーマップとして表示させる可視化ツールです。
FermiSurfer is an visualization tool for Fermi surfaces.
This application displays Fermi surfaces colored as a function of an arbitrary
scalar quantities such as magnitude of Fermi velocities and superconducting gap.
</p>

<table width="100%" valign="top">
Expand Down
Loading

0 comments on commit 2dd449d

Please sign in to comment.