diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index fa431ed..0491f9d 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -1,6 +1,13 @@ name: Ubuntu and Mac builds -on: push +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: [ master ] + pull_request: + branches: [ master ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: diff --git a/Development.md b/Development.md index 9d8b950..bfed538 100644 --- a/Development.md +++ b/Development.md @@ -2,7 +2,14 @@ ## Deployment - +1. update libgeoda/ +2. ./swig.sh +3. add test cases in pygeoda +4. add modules in pygeoda +5. local dev and test +6. pr + +**deprecated** Pygeoda for windows is built using Appveyor (see: appveyor.yml) NOTE: @@ -17,6 +24,13 @@ python 3.9.1 msc 1928 visual c++ 2019 msvc14.2 (vs2019) Pygeoda for Linux and Mac OSX is built using Travis (see .travis.yml) +## Sphinx Doc + +1. use venv +2. pip install -U sphinx +3. pip install matplotlib +4. goto docsrc/ +5. make github ## conda-forge diff --git a/docs/.buildinfo b/docs/.buildinfo index d28a461..e80815d 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: f81dad4fd49662bef891df983718dbfc +config: c751da21c461f4a565c82a6424ddecea tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 8fd65b7..78affd7 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -7,12 +7,14 @@ - Overview: module code — pygeoda 0.0.8 rc documentation + Overview: module code — pygeoda 0.0.8 documentation + + @@ -31,6 +33,7 @@ + @@ -84,7 +87,7 @@ -

USER GUIDE

+

USER GUIDE

  • ESDA with pygeoda and geopandas
  • -

    API REFERENCE

    +

    API REFERENCE