Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 21 forks source link

Docs : Adding automation for tutorial output of the documentation #265

Closed valentinchaud closed 5 months ago

valentinchaud commented 5 months ago

Closes #261.

This PR adds an automation system for generating the tutorial output (getting_started) part of the documentation, based on regex that scrapes bash markdown blocks, executing in local the curl commands associated, and changing each json blocks that follows the associated bash markdown blocks. Working units tests are also included.