Skip to content

Commit

Permalink
refactor(conf.py): use create_documentation_files to create rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
gilrrei committed Jan 14, 2025
1 parent 8d9befa commit 406dd7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 45 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

# Add the readme example as easy tutorial for now
sys.path.insert(1, str(relative_path_from_queens("doc/source").resolve()))
from create_documentation_stuff import create_tutorial_from_readme
from create_documentation_files import main

create_tutorial_from_readme()
main()


# -- General configuration ------------------------------------------------
Expand Down
37 changes: 0 additions & 37 deletions doc/source/create_documentation_stuff.py

This file was deleted.

8 changes: 2 additions & 6 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.. pqueens documentation master file, created by
sphinx-quickstart on Tue Apr 4 13:44:16 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to the QUEENS' documentation!
===================================

Expand All @@ -19,7 +14,8 @@ Welcome to the QUEENS' documentation!
intro
architecture
tutorials
modules.rst
development



Indices and tables
Expand Down

0 comments on commit 406dd7e

Please sign in to comment.