Skip to content

Commit

Permalink
Move user guide to ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
acroucher committed Feb 19, 2024
1 parent 892cc32 commit b0c15a3
Show file tree
Hide file tree
Showing 33 changed files with 10,251 additions and 12,342 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# File: .readthedocs.yaml

version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

# Build from the docs/ directory with Sphinx
sphinx:
configuration: doc/source/conf.py

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: doc/source/requirements.txt

formats:
- pdf
- epub
251 changes: 0 additions & 251 deletions doc/IAPWS97.tex

This file was deleted.

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 = sphinx-build
SPHINXPROJ = PyTOUGH
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)
Binary file removed doc/PyTOUGH-guide.pdf
Binary file not shown.
78 changes: 0 additions & 78 deletions doc/PyTOUGH-guide.tex

This file was deleted.

Loading

0 comments on commit b0c15a3

Please sign in to comment.