Skip to content

Commit 3f1955c

Browse files
Fek04w1th0utnam3
authored andcommitted
Added .readthedocs.yaml file + updated docs landing page
1 parent 1fdbbfe commit 3f1955c

File tree

7 files changed

+30
-32
lines changed

7 files changed

+30
-32
lines changed

pysplashsurf/.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
# Required
5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.12"
11+
12+
sphinx:
13+
configuration: pysplashsurf/docs/source/conf.py
14+
15+
python:
16+
install:
17+
- requirements: pysplashsurf/docs/requirements.txt

pysplashsurf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pysplashsurf
1+
# PySplashsurf
22

33
![splashsurf logo](https://raw.githubusercontent.com/InteractiveComputerGraphics/splashsurf/main/logos/logo_small.svg "splashsurf")
44

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
pip==25.0.1
2+
sphinx==8.2.3
23
numpy==2.2.3
34
meshio==5.3.5
45
sphinx_rtd_theme==3.0.1
56
numpydoc==1.8.0
67
myst-parser==4.0.1
8+
pysplashsurf

pysplashsurf/pysplashsurf/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'Pysplashsurf'
20+
project = 'PySplashsurf'
2121
copyright = '2025, Interactive Computer Graphics'
2222
author = 'Interactive Computer Graphics'
2323

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
```{include} ../../../README.md
2+
```
3+
4+
```{toctree}
5+
:caption: Table of Contents
6+
methods
7+
classes
8+
api
9+
```

pysplashsurf/pysplashsurf/docs/source/index.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

pysplashsurf/pysplashsurf/docs/source/introduction.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)