changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/readme.org

changeset 13: 26a97fc6dcda
parent: 31db7a83d2c6
child: de53155af111
author: ellis <ellis@rwest.io>
date: Wed, 13 Dec 2023 20:01:01 -0500
permissions: -rw-r--r--
description: doc updates
1 {{{header(docs/core,Richard Westhaver,ellis@rwest.io)}}}
2 #+EXPORT_FILE_NAME: index
3 
4 #+begin_src shell :dir ~/dev/comp/core/ :results pp :exports results
5  tokei -t=rust,lisp
6 #+end_src
7 
8 #+RESULTS:
9 #+begin_example
10 ===============================================================================
11  Language Files Lines Code Comments Blanks
12 ===============================================================================
13  Lisp 119 13512 10493 1273 1746
14 -------------------------------------------------------------------------------
15  Rust 146 36276 30908 814 4554
16  |- Markdown 101 804 0 709 95
17  (Total) 37080 30908 1523 4649
18 ===============================================================================
19  Total 265 49788 41401 2087 6300
20 ===============================================================================
21 #+end_example
22 
23 - [[file:notes.org][Notes]] :: Internal Notes
24 
25 * [[file:app][APP]]
26 App Docs
27 
28 * [[file:lib][LIB]]
29 Library Docs
30 
31 * [[file:ffi.org][FFI]]
32 FFI Docs
33 
34 * [[file:api][API]]
35 API Reference