JonathanGzzBen / MyVnList

A combination of vndb and MyAnimeList.
0 stars 0 forks source link

Create script to automate wiki models documentation creation #6

Closed JonathanGzzBen closed 3 years ago

JonathanGzzBen commented 3 years ago

Is your feature request related to a problem? Please describe. Related to #5, it's slow to document by hand each property on https://vndb.org/d11.

Describe the solution you'd like Create a python script that will fetch the models documentation in https://vndb.org/d11 and produce a markdown file documenting the models aligned to this project's model guidelines.

Describe alternatives you've considered Creating the script in Go to get a better performance, but Python is more widely used and most contributors will have the Python interpreter already installed on their development environment.

JonathanGzzBen commented 3 years ago

Whole Model page in wiki will be generated by this script. I will use Python and Mako as templating engine.

JonathanGzzBen commented 3 years ago

Although not a bad idea to fetch models using a script, it should not be included in the source code as modifications will need to be reflected in two or more places.