diff --git a/doc/doc/CMakeLists.txt b/doc/doc/CMakeLists.txt deleted file mode 100755 index 4843b3151..000000000 --- a/doc/doc/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -add_subdirectory(en/source) -add_subdirectory(ja/source) - -add_custom_target(doc DEPENDS doc-ja doc-en) diff --git a/doc/doc/en/source/CMakeLists.txt b/doc/doc/en/source/CMakeLists.txt deleted file mode 100755 index 24ce0735b..000000000 --- a/doc/doc/en/source/CMakeLists.txt +++ /dev/null @@ -1,48 +0,0 @@ -find_program(SPHINX_EXECUTABLE NAMES sphinx-build - HINTS $ENV{SPHINX_DIR} - PATH_SUFFIXES bin - ) - -if(NOT SPHINX_EXECUTABLE) - message(FATAL_ERROR "SPHINX_EXECUTABLE (sphinx-build) is not found!") -endif() - -set(SPHINX_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR}/_build) -set(SPHINX_CACHE_DIR ${CMAKE_CURRENT_BINARY_DIR}/_doctrees) -set(SPHINX_HTML_DIR ${CMAKE_CURRENT_BINARY_DIR}/html) -set(SPHINX_PDF_DIR ${CMAKE_CURRENT_BINARY_DIR}/pdf) - -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf.py ${CMAKE_CURRENT_BINARY_DIR}) - -add_custom_target(doc-en-html ALL - COMMAND - ${SPHINX_EXECUTABLE} - -b html - -d ${SPHINX_CACHE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${SPHINX_HTML_DIR} - ) - -add_custom_target(doc-en-pdf ALL - COMMAND - ${SPHINX_EXECUTABLE} - -b latex - -d ${SPHINX_CACHE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${SPHINX_PDF_DIR} - COMMAND - cd pdf && make - ) - -add_custom_target(doc-en DEPENDS doc-en-html doc-en-pdf) - -install(DIRECTORY ${SPHINX_HTML_DIR} - DESTINATION doc - PATTERN "_sources" EXCLUDE - PATTERN ".buildinfo" EXCLUDE - PATTERN "objects.inv" EXCLUDE - ) -install(DIRECTORY ${SPHINX_PDF_DIR} - DESTINATION doc - FILES_MATCHING PATTERN "*.pdf" - ) diff --git a/doc/doc/en/source/conf.py b/doc/doc/en/source/conf.py deleted file mode 100755 index f4eac7a33..000000000 --- a/doc/doc/en/source/conf.py +++ /dev/null @@ -1,188 +0,0 @@ -# -*- coding: utf-8 -*- -# -# HPhi documentation build configuration file, created by -# sphinx-quickstart on Tue Nov 21 16:51:35 2017. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) - - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.spelling'] -mathjax_pass = ['https://cdnjs.com/'] -math_number_all = True -spelling_lang='en_US' -spelling_word_list_filename='spelling_wordlist.txt' -numfig = True - -# locale_dirs = ["locale"] -# gettext_compact = False - -highlight_language = 'none' - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'HΦ Documentation' -copyright = u'2018, The University of Tokyo' -author = u'The University of Tokyo' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '0.1' -# The full version, including alpha/beta/rc tags. -release = u'' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = 'en' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -# This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -html_theme = 'alabaster' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# -html_theme_options = { - 'logo': 'logo_HPhi.png', - 'font_family': 'Georgia', - 'sidebar_search_button': 'pink_1' -} - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static', '../../figs'] - -# Custom sidebar templates, must be a dictionary that maps document names -# to template names. -# -# This is required for the alabaster theme -# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars -html_sidebars = { - '**': [ - 'relations.html', # needs 'show_related': True theme option to display - 'searchbox.html', - ] -} - - -# -- Options for HTMLHelp output ------------------------------------------ - -# Output file base name for HTML help builder. -htmlhelp_basename = 'usergude_HPhidoc' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # - # 'preamble': '', - - # Latex figure (float) alignment - # - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - ('index', 'usergude_HPhi_en.tex', u'H\\(\\Phi\\) Documentation', - u'University of Tokyo', 'manual', 'True'), -] - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'usergude_HPhi_en', u'HΦ usergude_HPhi Documentation', - [author], 1) -] - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'usergude_HPhi_en', u'HΦ usergude_HPhi Documentation', - author, 'usergude_HPhi', 'One line description of project.', - 'Miscellaneous'), -] - -html_sidebars = { - '**': [ - 'about.html', - 'navigation.html', - 'relations.html', - 'searchbox.html', - 'donate.html', - ] -} diff --git a/doc/doc/ja/source/CMakeLists.txt b/doc/doc/ja/source/CMakeLists.txt deleted file mode 100755 index 611992d13..000000000 --- a/doc/doc/ja/source/CMakeLists.txt +++ /dev/null @@ -1,48 +0,0 @@ -find_program(SPHINX_EXECUTABLE NAMES sphinx-build - HINTS $ENV{SPHINX_DIR} - PATH_SUFFIXES bin - ) - -if(NOT SPHINX_EXECUTABLE) - message(FATAL_ERROR "SPHINX_EXECUTABLE (sphinx-build) is not found!") -endif() - -set(SPHINX_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR}/_build) -set(SPHINX_CACHE_DIR ${CMAKE_CURRENT_BINARY_DIR}/_doctrees) -set(SPHINX_HTML_DIR ${CMAKE_CURRENT_BINARY_DIR}/html) -set(SPHINX_PDF_DIR ${CMAKE_CURRENT_BINARY_DIR}/pdf) - -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf.py ${CMAKE_CURRENT_BINARY_DIR}) - -add_custom_target(doc-jp-html ALL - COMMAND - ${SPHINX_EXECUTABLE} - -b html - -d ${SPHINX_CACHE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${SPHINX_HTML_DIR} - ) - -add_custom_target(doc-jp-pdf ALL - COMMAND - ${SPHINX_EXECUTABLE} - -b latex - -d ${SPHINX_CACHE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${SPHINX_PDF_DIR} - COMMAND - cd pdf && make - ) - -add_custom_target(doc-jp DEPENDS doc-jp-html doc-jp-pdf) - -install(DIRECTORY ${SPHINX_HTML_DIR} - DESTINATION doc - PATTERN "_sources" EXCLUDE - PATTERN ".buildinfo" EXCLUDE - PATTERN "objects.inv" EXCLUDE - ) -install(DIRECTORY ${SPHINX_PDF_DIR} - DESTINATION doc - FILES_MATCHING PATTERN "*.pdf" - ) diff --git a/doc/doc/ja/source/conf.py b/doc/doc/ja/source/conf.py deleted file mode 100755 index 9aea04264..000000000 --- a/doc/doc/ja/source/conf.py +++ /dev/null @@ -1,188 +0,0 @@ -# -*- coding: utf-8 -*- -# -# HΦ documentation build configuration file, created by -# sphinx-quickstart on Tue Nov 21 16:51:35 2017. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) - - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = ['sphinx.ext.mathjax'] -mathjax_pass = ['https://cdnjs.com/'] -math_number_all = True -numfig = True - -# locale_dirs = ["locale"] -# gettext_compact = False - -highlight_language = 'none' - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'HΦ マニュアル' -copyright = u'2018, The University of Tokyo' -author = u'The University of Tokyo' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '3.1' -# The full version, including alpha/beta/rc tags. -release = u'' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = 'ja' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -# This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -html_theme = 'alabaster' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# -html_theme_options = { - 'logo': 'logo_HPhi.png', - 'font_family': 'Georgia', - 'sidebar_search_button': 'pink_1' -} - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static', '../../figs'] - -# Custom sidebar templates, must be a dictionary that maps document names -# to template names. -# -# This is required for the alabaster theme -# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars -html_sidebars = { - '**': [ - 'relations.html', # needs 'show_related': True theme option to display - 'searchbox.html', - ] -} - - -# -- Options for HTMLHelp output ------------------------------------------ - -# Output file base name for HTML help builder. -htmlhelp_basename = 'usergude_HPhidoc' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # - # 'preamble': '', - - # Latex figure (float) alignment - # - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - ('index', 'usergude_HPhi_ja.tex', u'H\\(\\Phi\\) Documentation', - u'University of Tokyo', 'manual', 'True'), -] - -latex_docclass = {'manual': 'jsbook'} - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'usergude_HPhi_ja', u'HΦ ユーザーガイドマニュアル', - [author], 1) -] - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'usergude_HPhi_ja', u'HΦユーザーガイドマニュアル', - author, 'usergude_HPhi', 'One line description of project.', - 'Miscellaneous'), -] - -html_sidebars = { - '**': [ - 'about.html', - 'navigation.html', - 'relations.html', - 'searchbox.html', - 'donate.html', - ] -} diff --git a/doc/en/locale/de/LC_MESSAGES/.git.po b/doc/en/locale/de/LC_MESSAGES/.git.po deleted file mode 100644 index db6179d14..000000000 --- a/doc/en/locale/de/LC_MESSAGES/.git.po +++ /dev/null @@ -1,37 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2017, H.Togo -# This file is distributed under the same license as the HΦtest package. -# FIRST AUTHOR , 2018. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: HΦtest 0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-16 13:37+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: ../../.git/logs/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "" -"0000000000000000000000000000000000000000 " -"0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 togetogepman " -" 1513525775 +0900 fetch origin: storing " -"head 0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 " -"2820bd1ba688669f94be83c94976e00fd3d17994 togetogepman " -" 1514262289 +0900 fetch origin: fast-" -"forward 2820bd1ba688669f94be83c94976e00fd3d17994 " -"9ad74f2c7c43ccf19a366096fe4414580f34d9c5 togetogepman " -" 1514878270 +0900 fetch origin: fast-" -"forward" -msgstr "" - -#: ../../.git/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "9ad74f2c7c43ccf19a366096fe4414580f34d9c5" -msgstr "" - diff --git a/doc/en/locale/ja/LC_MESSAGES/.git.po b/doc/en/locale/ja/LC_MESSAGES/.git.po deleted file mode 100644 index db6179d14..000000000 --- a/doc/en/locale/ja/LC_MESSAGES/.git.po +++ /dev/null @@ -1,37 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2017, H.Togo -# This file is distributed under the same license as the HΦtest package. -# FIRST AUTHOR , 2018. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: HΦtest 0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-16 13:37+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: ../../.git/logs/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "" -"0000000000000000000000000000000000000000 " -"0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 togetogepman " -" 1513525775 +0900 fetch origin: storing " -"head 0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 " -"2820bd1ba688669f94be83c94976e00fd3d17994 togetogepman " -" 1514262289 +0900 fetch origin: fast-" -"forward 2820bd1ba688669f94be83c94976e00fd3d17994 " -"9ad74f2c7c43ccf19a366096fe4414580f34d9c5 togetogepman " -" 1514878270 +0900 fetch origin: fast-" -"forward" -msgstr "" - -#: ../../.git/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "9ad74f2c7c43ccf19a366096fe4414580f34d9c5" -msgstr "" - diff --git a/doc/ja/locale/de/LC_MESSAGES/.git.po b/doc/ja/locale/de/LC_MESSAGES/.git.po deleted file mode 100644 index db6179d14..000000000 --- a/doc/ja/locale/de/LC_MESSAGES/.git.po +++ /dev/null @@ -1,37 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2017, H.Togo -# This file is distributed under the same license as the HΦtest package. -# FIRST AUTHOR , 2018. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: HΦtest 0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-16 13:37+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: ../../.git/logs/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "" -"0000000000000000000000000000000000000000 " -"0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 togetogepman " -" 1513525775 +0900 fetch origin: storing " -"head 0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 " -"2820bd1ba688669f94be83c94976e00fd3d17994 togetogepman " -" 1514262289 +0900 fetch origin: fast-" -"forward 2820bd1ba688669f94be83c94976e00fd3d17994 " -"9ad74f2c7c43ccf19a366096fe4414580f34d9c5 togetogepman " -" 1514878270 +0900 fetch origin: fast-" -"forward" -msgstr "" - -#: ../../.git/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "9ad74f2c7c43ccf19a366096fe4414580f34d9c5" -msgstr "" - diff --git a/doc/ja/locale/ja/LC_MESSAGES/.git.po b/doc/ja/locale/ja/LC_MESSAGES/.git.po deleted file mode 100644 index db6179d14..000000000 --- a/doc/ja/locale/ja/LC_MESSAGES/.git.po +++ /dev/null @@ -1,37 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2017, H.Togo -# This file is distributed under the same license as the HΦtest package. -# FIRST AUTHOR , 2018. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: HΦtest 0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-16 13:37+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: ../../.git/logs/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "" -"0000000000000000000000000000000000000000 " -"0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 togetogepman " -" 1513525775 +0900 fetch origin: storing " -"head 0712bae169ca60f00c0c7cfd3a6877c52e9db2d9 " -"2820bd1ba688669f94be83c94976e00fd3d17994 togetogepman " -" 1514262289 +0900 fetch origin: fast-" -"forward 2820bd1ba688669f94be83c94976e00fd3d17994 " -"9ad74f2c7c43ccf19a366096fe4414580f34d9c5 togetogepman " -" 1514878270 +0900 fetch origin: fast-" -"forward" -msgstr "" - -#: ../../.git/refs/remotes/origin/update_standardmode_en.rst:1 -msgid "9ad74f2c7c43ccf19a366096fe4414580f34d9c5" -msgstr "" - diff --git a/doc/old_tex/en/.gitignore b/doc/old_tex/en/.gitignore deleted file mode 100644 index 7b08bf6f2..000000000 --- a/doc/old_tex/en/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -userguide_en.out -userguide_en.synctex diff --git a/doc/old_tex/jp/.gitignore b/doc/old_tex/jp/.gitignore deleted file mode 100644 index bb0f81ae4..000000000 --- a/doc/old_tex/jp/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -userguide_jp.synctex -userguide_jp.out diff --git a/doc/sphinx/Makefile b/doc/sphinx/Makefile deleted file mode 100755 index d5de8ac81..000000000 --- a/doc/sphinx/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = HDocumentation -SOURCEDIR = source -BUILDDIR = build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file diff --git a/doc/sphinx/make.bat b/doc/sphinx/make.bat deleted file mode 100644 index 4d6161e11..000000000 --- a/doc/sphinx/make.bat +++ /dev/null @@ -1,36 +0,0 @@ -@ECHO OFF - -pushd %~dp0 - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set SOURCEDIR=source -set BUILDDIR=build -set SPHINXPROJ=HDocumentation - -if "%1" == "" goto help - -%SPHINXBUILD% >NUL 2>NUL -if errorlevel 9009 ( - echo. - echo.The 'sphinx-build' command was not found. Make sure you have Sphinx - echo.installed, then set the SPHINXBUILD environment variable to point - echo.to the full path of the 'sphinx-build' executable. Alternatively you - echo.may add the Sphinx directory to PATH. - echo. - echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ - exit /b 1 -) - -%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% -goto end - -:help -%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% - -:end -popd diff --git a/doc/userguide.html b/doc/userguide.html deleted file mode 100644 index 8bc90c3ef..000000000 --- a/doc/userguide.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - HPhi manual - - - - -

HPhi manuals

- - - -