Zulip Chat Archive

Stream: new members

Topic: How to make blueprint


Junqi Liu (Apr 14 2024 at 12:32):

I saw that your dependency graph of FLT-regular prime is so beautiful! Does anyone know how to draw it?

Yaël Dillies (Apr 14 2024 at 13:47):

Yes, you look at eg https://github.com/YaelDillies/LeanAPAP, copy-paste the blueprint folder, copy-paste the .github/workflow folder, copy-paste the docs folder, copy-paste tasks.py, edit things as you like (in particular replacing LeanAPAP by your project name), enable Github pages on your repo, and :tada:

Riccardo Brasca (Apr 14 2024 at 13:48):

cc @Luigi Massacci

Luigi Massacci (Apr 14 2024 at 14:10):

I think you meant to cc @Pietro Monticone?

Riccardo Brasca (Apr 14 2024 at 14:27):

ahahaha sorry, too many italian students :D

Patrick Massot (Apr 14 2024 at 14:47):

This is a very outdated answer. Please don’t do that kind of copy-paste anymore. Follow the instructions at https://github.com/PatrickMassot/leanblueprint/blob/master/README.md and report any issue there if needed.

Rémy Degenne (Apr 14 2024 at 15:57):

@Patrick Massot could you have a look at the pr https://github.com/PatrickMassot/leanblueprint/pull/15 about these instructions?

Pietro Monticone (Apr 14 2024 at 16:00):

And this one too if possible https://github.com/PatrickMassot/leanblueprint/pull/16


Last updated: May 02 2025 at 03:31 UTC