From 6e003f24b2cd6ad1c385993efa1a66046e47fc72 Mon Sep 17 00:00:00 2001 From: Fedor Baart Date: Sun, 3 Dec 2017 23:46:56 +0100 Subject: [PATCH] py3 compatible, remove unused file --- docs/conf.py | 3 +-- docs/index_pdf.rst | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 docs/index_pdf.rst diff --git a/docs/conf.py b/docs/conf.py index daaf447..0aeec92 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -286,6 +286,5 @@ def linkcode_resolve(domain, info): return None filename = info['module'].replace('.', '/') url = 'https://svn.oss.deltares.nl/repos/xbeach/trunk/src/xbeachlibrary/%s.f90' % filename - print url + print(url) return url - diff --git a/docs/index_pdf.rst b/docs/index_pdf.rst deleted file mode 100644 index d3bbdb5..0000000 --- a/docs/index_pdf.rst +++ /dev/null @@ -1,17 +0,0 @@ -.. XBeach documentation master file, created by - sphinx-quickstart on Tue Mar 24 16:29:28 2015. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to XBeach's documentation! -================================== - -Contents: - -.. toctree:: - :maxdepth: 1 - - user_manual - input_parameters - output_variables - examples_and_tutorials