Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- tqdm =4.66.2
- pyzmq =26.0.2
- flux-core
- jupyter-book =1.0.0
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ build:
python: "mambaforge-22.9"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- pip install versioneer[toml]==0.29
- pip install . --no-deps --no-build-isolation
- "cp README.md docs"
- "cp notebooks/*.ipynb docs"
- "jupyter-book config sphinx docs/"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
builder: html

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Install pyiron from conda
conda:
environment: .ci_support/environment-docs.yml
environment: .ci_support/environment-docs.yml
6 changes: 6 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ cp binder/kernel.json /home/jovyan/.local/share/jupyter/kernels/flux

# install pympipool
pip install . --no-deps --no-build-isolation

# copy notebooks
mv notebooks/*.ipynb .

# clean up
rm -rf .ci_support .github binder docs notebooks pympipool pympipool.egg-info tests .coveralls.yml .gitignore .readthedocs.yml LICENSE MANIFEST.in README.md pyproject.toml setup.py build
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

14 changes: 14 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
title: pympipool
author: Jan Janssen
logo: images/pyiron-logo.png

execute:
execute_notebooks : off

repository:
url : https://github.com/pyiron/pympipool
path_to_book : ""

launch_buttons:
notebook_interface : jupyterlab
binderhub_url : https://mybinder.org
Binary file removed docs/_static/pyiron_logo.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
format: jb-book
root: README
chapters:
- file: installation.md
- file: examples.ipynb
- file: development.md
File renamed without changes.
File renamed without changes
File renamed without changes.
35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

41 changes: 0 additions & 41 deletions docs/source/conf.py

This file was deleted.

Loading