Skip to content

Instantly share code, notes, and snippets.

View jake284773's full-sized avatar

Jake jake284773

View GitHub Profile
@brantfaircloth
brantfaircloth / sphinx_to_github.sh
Created January 23, 2011 02:40
Sphinx documentation to github gh-pages without submodules
# assume the following directory structure where contents of doc/
# and source/ are already checked into repo., with the exception
# of the _build directory (i,e. you can check in _themes or _sources
# or whatever else).
#
# proj/
# source/
# doc/
# remove doc/_build/html if present
diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php
index 89a2703..7f058d8 100644
--- a/modules/tag/helpers/tag.php
+++ b/modules/tag/helpers/tag.php
@@ -63,13 +63,31 @@ class tag_Core {
}
/**
+ * Return the N most popular viewable tags.
+ *