Skip to content

How to use with a _CoqProject #81

Open
@JoJoDeveloping

Description

@JoJoDeveloping

Hello,

when I naively try to execute find . -name '*.v' -exec alectryon.py --frontend coqdoc --backend webpage {} \; in a project using a _CoqProject, I get errors like this:

./Instance/Coq/Dist.v:(7:16)-(7:28): (ERROR/3) Coq raised an exception:
     > Cannot find a physical path bound to logical path matching suffix Category.
   The offending chunk is delimited by >>>…<<< below:
     > Require Import Coq.Sets.Ensembles.
     >
     > Require Import >>>Category.Lib<<<.
     > Require Import Category.Lib.Same_set.
     > Require Export Category.Theory.Functor.
   Results past this point may be unreliable.

The _CoqProject starts with -R . Category.

Is there a general way for generating alectryon files for a project like this? I have wondered about this a few times now, but never really figured it out.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions