Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a gallery of examples #432

Merged
merged 12 commits into from
Jul 20, 2020
6 changes: 3 additions & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================================
A detailed description of the API
===================================
==========================
Detailed API description
==========================

This section contains a more detailed API documentation for the most commonly
used interfaces of the library.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# -- Project information -----------------------------------------------------

project = 'scikit-fem'
copyright = '2018-20, Tom Gustafsson, Geordie McBain'
author = 'Tom Gustafsson, Geordie McBain'
copyright = '2018-2020, scikit-fem developers'
author = 'scikit-fem developers'


import re
Expand Down
9 changes: 0 additions & 9 deletions docs/example1.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/example2.rst

This file was deleted.

9 changes: 4 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=================================
The documentation of scikit-fem
=================================
=============================
Documentation of scikit-fem
=============================

`scikit-fem <https://github.com/kinnala/scikit-fem>`_ is a lightweight Python 3.6+
library for performing `finite element assembly
Expand All @@ -27,5 +27,4 @@ Table of contents
self
overview
api
example1
example2
listofexamples
Loading