From 5fab12c305f3db43f6c93e8f70564017f252a8cb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 20 Sep 2020 18:46:04 -0400 Subject: Added code counting script and inline plots. Removed redundant stats link. --- docs/_layouts/default.html | 1 - docs/images/languages.png | Bin 0 -> 3501 bytes docs/images/loc.png | Bin 0 -> 3861 bytes docs/index.html | 6 +++++- docs/manual.md | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs/images/languages.png create mode 100644 docs/images/loc.png (limited to 'docs') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index b62f28a8..c6f820fc 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -18,7 +18,6 @@
  • API |
  • Source |
  • Extra Modules |
  • -
  • Stats |
  • Wiki |
  • Mailing List
  • diff --git a/docs/images/languages.png b/docs/images/languages.png new file mode 100644 index 00000000..754d1bc2 Binary files /dev/null and b/docs/images/languages.png differ diff --git a/docs/images/loc.png b/docs/images/loc.png new file mode 100644 index 00000000..f82357af Binary files /dev/null and b/docs/images/loc.png differ diff --git a/docs/index.html b/docs/index.html index 24aa6a57..c330893c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -343,10 +343,14 @@ +

    + loc + languages +

    +

    FAQ · - Stats · Credits

    diff --git a/docs/manual.md b/docs/manual.md index afc419d3..b0d6cc9b 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -43,7 +43,7 @@ code tries to avoid going beyond 4000 lines. After more than 12 years of development, Textadept contains [roughly the same amount of code][] since its inception while significantly improving year after year. -[roughly the same amount of code]: https://foicica.com/stats.html#Textadept +[roughly the same amount of code]: index.html#plots Textadept is remarkably extensible. It was designed to be that way from the beginning; the editor's features came later. Most of Textadept's internals are -- cgit v1.2.3