Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Sep 26, 2022
1 parent 5f1cb94 commit eab448d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,14 @@ jobs:
- name: Create function gallery
#shell: bash -l {0}
run: |
# move to the scripts directory
cd scripts
mkdir oned_functions
mkdir twod_functions
cp README.rst oned_functions
cp README.rst twod_functions
# now generate the function docs
python generate_func_docs.py
Expand Down
4 changes: 4 additions & 0 deletions scripts/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is my gallery
==================

Below is a gallery of examples

0 comments on commit eab448d

Please sign in to comment.