leoprover / Leo-III

An Automated Theorem Prover for Classical Higher-Order Logic with Henkin Semantics
BSD 3-Clause "New" or "Revised" License
42 stars 10 forks source link

Splitt README.md #42

Closed andreas-roehler closed 6 years ago

andreas-roehler commented 6 years ago

Splitt README.md into README.md, USAGE.md, INSTALL.md

Allow faster orientation and easier edits

lex-lex commented 6 years ago

Hi Andreas,

i just thought about the changes to the README and had some seconds thoughts on the strict separation of the three parts:

I'm thinking of somethink like:


[...]

Install

Just download xxx and execute leo3. Further information about installation and building Leo-III form source can be read in the INSTALL.

Usage

Leo is invoked by ./leo3 <problem> [<option1>,[<option2>,[...]*]] and returns a SZS result value yada yada. More information about the usage of Leo-III and its various parameters, further features, etc can be found ...yada yada [...]


Also, prominent features of Leo-III that makes it special (modal logic reasoning, polymorphic reasoning etc.) should at least be mentioned briefly in the README.

What do you think about that?

andreas-roehler commented 6 years ago

Hmm, following the last part WRT to prominent features. Also with splitting the work certainly isn't done, a further cleanup and extending should follow. IMO every section should be complete and kind of hierachical. Giving some details an prominent place without surrounding info doesn't look useful. The precise case was a stumpling about the download advice - which doesn't tell about the directory etc. But understanding is also a personal thing. So lets try your suggestion. We can change it at any time later if important. BTW I'm still struggling with the links. Don't see how to write relative links. only a complete URL works for now.

lex-lex commented 6 years ago

IMO every section should be complete and kind of hierachical.

Yes, of course. That is true.

Giving some details an prominent place without surrounding info doesn't look useful.

The idea is that only those important information are given on the ovewview page that do not need surrounding information.

But I'll guess we move this discussion to other channels. Thanks for your work!

andreas-roehler commented 6 years ago

On 08.01.2018 13:04, Alexander Steen wrote:

IMO every section should be complete and kind of hierachical.
Yes, of course. That is true.

Giving some details an prominent place without surrounding info
doesn't look useful.
The idea is that only those important information are given on the
ovewview page that do not need surrounding information.

But I'll guess we move this discussion to other channels. Thanks for your work!

My thanks too.

BTW IIRC exists some general leo-dev list. Maybe use this, so others may participate?

Cheers,

Andreas