BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Update docs and gh-pages workflow to run on `main` #161

Closed KoalaGeo closed 4 months ago

KoalaGeo commented 1 year ago

gh-pages currently runs on for_v1 branch, before going to tagged release v1.0 need to update .yml

There are other changes that we need to the docs, too:

volcan01010 commented 1 year ago

For @leorudczenko

leorudczenko commented 1 year ago

@volcan01010 I believe I have updated the autogenerated code docs to reflect what is available with import etlhelper as etl and the __init__.py file. I've done this on the overhaul-docs branch.

To do this, I have removed the individual references to each etlhelper module in the index.rst file, and replaced them with a single reference to the etlhelper module as a whole, and an additional reference to etlhelper.row_factories module.

volcan01010 commented 4 months ago

This was done in https://github.com/BritishGeologicalSurvey/etlhelper/pull/195/files

We aren't doing the logo for now.