Skip to content

Commit

Permalink
Merge pull request #116 from gonsie/rtfd
Browse files Browse the repository at this point in the history
Read the docs
  • Loading branch information
dsikich committed Apr 17, 2018
2 parents 3dff1d7 + 5858f3d commit a5fc72c
Show file tree
Hide file tree
Showing 58 changed files with 1,027 additions and 1,946 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ Makefile.in
# Vagrant/Ansible artifacts
/devops/vagrant_ansible_inventory_*
/devops/.vagrant

# documentation build
doc/build
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src doc
SUBDIRS = src

if EXPERIMENTAL_ENABLED
SUBDIRS += experimental
Expand Down
9 changes: 1 addition & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ AC_CHECK_FUNCS([endgrent endpwent getcwd lchown memset mkdir realpath rmdir strc
##
AC_PROG_LIBTOOL

# Check for nose test program.
X_AC_PANDOC

# Check for nose test program.
X_AC_NOSETESTS

Expand Down Expand Up @@ -91,15 +88,11 @@ AC_CONFIG_FILES([Makefile \
src/drm/Makefile \
src/dstripe/Makefile \
src/dwalk/Makefile \
doc/Makefile \
doc/man/Makefile \
doc/man/man1/Makefile \
])
# doc/html/Makefile \

# Check if we should build the experimental utilities.
X_AC_EXPERIMENTAL
if test [EXPERIMENTAL_ENABLED]; then
if test [EXPERIMENTAL_ENABLED]; then
AC_CONFIG_FILES([experimental/Makefile \
experimental/dparallel/Makefile \
experimental/dsh/Makefile \
Expand Down
1 change: 1 addition & 0 deletions doc/.pip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
guzzle-sphinx-theme
20 changes: 20 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = mpiFileUtils
SOURCEDIR = rst
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)
1 change: 0 additions & 1 deletion doc/Makefile.am

This file was deleted.

6 changes: 4 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Documentation Note
# Documentation

Please edit only markdown files and use autotools to regenerate the html files and man pages.
Edits should be made to the `.rst` files.
The documentation can be built with `make html` or `make man`.
The generated files will be found in the `build` directory.
4 changes: 0 additions & 4 deletions doc/html/Makefile.am

This file was deleted.

33 changes: 0 additions & 33 deletions doc/html/dcmp.1.html

This file was deleted.

60 changes: 0 additions & 60 deletions doc/html/dcp.1.html

This file was deleted.

51 changes: 0 additions & 51 deletions doc/html/dfilemaker.1.html

This file was deleted.

33 changes: 0 additions & 33 deletions doc/html/dfind.1.html

This file was deleted.

33 changes: 0 additions & 33 deletions doc/html/dgrep.1.html

This file was deleted.

33 changes: 0 additions & 33 deletions doc/html/dparallel.1.html

This file was deleted.

33 changes: 0 additions & 33 deletions doc/html/drm.1.html

This file was deleted.

33 changes: 0 additions & 33 deletions doc/html/dtar.1.html

This file was deleted.

0 comments on commit a5fc72c

Please sign in to comment.