inbo / niche_vlaanderen

Python package to run the NICHE Vlaanderen model
https://inbo.github.io/niche_vlaanderen/
MIT License
5 stars 2 forks source link

Add csv files (vegetation types) to docs/_static #135

Closed cecileherr closed 6 years ago

cecileherr commented 6 years ago

I need to refer to some tables from the documentation:

@johanvdw : where should we keep those csv files in our structure?

johanvdw commented 6 years ago

@cecileherr : I would put all tables that are not used by niche itself in a seperate tables folder under docs.

stijnvanhoey commented 6 years ago

I agree, instead of docs/_static, a new folder docs/data.

johanvdw commented 6 years ago

To make things clear - this would contain all auxiliary tables which are not used by Niche itself.

On Thu, May 3, 2018 at 10:57 PM, Stijn Van Hoey notifications@github.com wrote:

I agree, instead of `docs/_static', a new folder 'docs/data'.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/inbo/niche_vlaanderen/pull/135#issuecomment-386434433, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1AUjTXHo3UawfefBHGaayKY4mU4PoLks5tu29OgaJpZM4TxHCE .

cecileherr commented 6 years ago

OK, then I will create a folder "_data" in the docs folder (let me know if you prefer "data" without underscore, but the other folders start with an underscore)