Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit b9fba67

Browse files
committed
Fixed he headers [skip ci]
1 parent 57df513 commit b9fba67

File tree

1 file changed

+30
-17
lines changed

1 file changed

+30
-17
lines changed

README.md

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ A simple class defined with `DEFCLASS/STD` looks like this:
166166
(DEFCLASS UNKNOWN ()
167167
((SLOT :WRITER SLOT :INITARG :SLOT :INITFORM NIL :KEYWORDS :UNKNOWN)))
168168
```
169-
** Examples:
169+
Examples
170+
--------
171+
170172
```lisp
171173
(defclass/std computer (gadget)
172174
((screen mouse keyboard :a :type string :with-prefix)
@@ -365,32 +367,43 @@ A simple class defined with `DEFCLASS/STD` looks like this:
365367
```lisp
366368
(printing-unreadably (field2 field3) (class/std myclass field1 field2 field3))
367369
```
368-
** Dependencies
369-
This project depends only on the [[http://common-lisp.net/project/anaphora/][Anaphora]] library. The test package uses the [[github.com/fukamachi/prove][prove]] test library.
370+
Dependencies
371+
------------
372+
373+
This project depends only on the [[http://common-lisp.net/project/anaphora/][Anaphora]] library. The test package uses the [[github.com/fukamachi/prove][prove]] test library.
374+
375+
Installation
376+
------------
377+
378+
Now available on [[http://quicklisp.org][Quicklisp]]! Just one `(ql:quickload :defclass-std)` away!
370379

371-
** Installation
372-
Now available on [[http://quicklisp.org][Quicklisp]]!
380+
Bugs
381+
----
373382

374-
** Bugs
375-
If you find any bug or inconsistency in the code, or if you find it too hard to use, feel free to open an issue.
383+
If you find any bug or inconsistency in the code, or if you find it too hard to use, feel free to open an issue.
376384

377-
** Tests
378-
This library is tested under SBCL, CCL and CLISP Common Lisp implementations.
385+
Tests
386+
-----
387+
388+
This library is tested under SBCL, CCL and CLISP Common Lisp implementations.
379389

380-
To run all the defined tests, use:
390+
To run all the defined tests, use:
381391
```lisp
382-
* (asdf:test-system :defclass-std)
383-
; prints lots of stuff...
384-
; => T
392+
* (asdf:test-system :defclass-std)
393+
; prints lots of stuff...
394+
; => T
385395
```
386-
Tests are also ran with [[https://travis-ci.org/EuAndreh/defclass-std][Travis CI]] using [[https://github.com/luismbo/cl-travis][cl-travis]] and [[https://github.com/KeenS/CIM][CIM]]. Check it out!
387396

388-
** Authors
397+
Tests are also ran with [[https://travis-ci.org/EuAndreh/defclass-std][Travis CI]] using [[https://github.com/luismbo/cl-travis][cl-travis]] and [[https://github.com/KeenS/CIM][CIM]]. Check it out!
398+
399+
Authors
400+
-------
389401

390402
+ André Miranda
391403
+ [[https://github.com/jorams][Joram Schrijver]]
392404

393-
** License
405+
License
406+
-------
394407

395-
Licensed under the LLGPL License.
408+
Licensed under the LLGPL License.
396409

0 commit comments

Comments
 (0)