-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from simbilod/docs
purge old docs
- Loading branch information
Showing
30 changed files
with
1,230 additions
and
669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,48 @@ | ||
# Book settings | ||
# Learn more at https://jupyterbook.org/customize/config.html | ||
|
||
title: meshwell | ||
author: Simon Bilodeau | ||
copyright: "2023" | ||
logo: ../meshwell.png | ||
title: My sample book | ||
author: The Jupyter Book Community | ||
logo: logo.png | ||
|
||
# Force re-execution of notebooks on each build. | ||
# See https://jupyterbook.org/content/execute.html | ||
execute: | ||
execute_notebooks: cache | ||
timeout: -1 | ||
allow_errors: true | ||
# execute_notebooks: force | ||
# execute_notebooks: "off" | ||
# exclude_patterns: | ||
# - '*notebooks/devsim/01_pin_waveguide*' | ||
execute_notebooks: force | ||
exclude_patterns: | ||
- 'gdsfactory_interface' | ||
|
||
# Define the name of the latex output file for PDF builds | ||
latex: | ||
latex_engine: pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex' | ||
use_jupyterbook_latex: true # use sphinx-jupyterbook-latex for pdf builds as default | ||
latex_documents: | ||
targetname: book.tex | ||
|
||
html: | ||
home_page_in_navbar: true | ||
use_edit_page_button: true | ||
use_repository_button: true | ||
use_issues_button: true | ||
baseurl: https://github.com/joamatab/cookiecutter-pypackage-minimal | ||
# Add a bibtex file so that we can create citations | ||
bibtex_bibfiles: | ||
- references.bib | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/simbilod/meshwell | ||
path_to_book: docs # Optional path to your book, relative to the repository root | ||
branch: main # Which branch of the repository should be used when creating links (optional) | ||
url: https://github.com/executablebooks/jupyter-book # Online location of your book | ||
path_to_book: docs # Optional path to your book, relative to the repository root | ||
branch: master # Which branch of the repository should be used when creating links (optional) | ||
|
||
launch_buttons: | ||
notebook_interface: jupyterlab | ||
colab_url: "https://colab.research.google.com" | ||
# Add GitHub buttons to your book | ||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | ||
html: | ||
use_issues_button: true | ||
use_repository_button: true | ||
|
||
sphinx: | ||
extra_extensions: | ||
- "sphinx.ext.autodoc" | ||
- "sphinx.ext.autodoc.typehints" | ||
- "sphinx.ext.autosummary" | ||
- "sphinx.ext.napoleon" | ||
- "sphinx.ext.viewcode" | ||
- "matplotlib.sphinxext.plot_directive" | ||
- "sphinx_click" | ||
- "sphinxcontrib.autodoc_pydantic" | ||
config: | ||
#autodoc_typehints: description | ||
autodoc_type_aliases: | ||
"ComponentSpec": "ComponentSpec" | ||
nb_execution_show_tb: True | ||
html_js_files: | ||
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js | ||
mime_types: | ||
application/vnd.plotly.v1+json: plotly | ||
nb_custom_formats: | ||
.py: | ||
.Rmd: | ||
- jupytext.reads | ||
- fmt: Rmd | ||
.py: # Add this line to include Python files | ||
- jupytext.reads | ||
- fmt: py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.