This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-28
Channels
- # aleph (50)
- # announcements (3)
- # aws (35)
- # beginners (74)
- # boot (25)
- # calva (39)
- # cider (18)
- # clara (2)
- # cljdoc (18)
- # cljs-dev (24)
- # cljsrn (11)
- # clojure (166)
- # clojure-europe (13)
- # clojure-italy (5)
- # clojure-nl (6)
- # clojure-spec (35)
- # clojure-uk (263)
- # clojurescript (22)
- # clojutre (1)
- # code-reviews (34)
- # cursive (58)
- # data-science (2)
- # datascript (4)
- # datomic (4)
- # duct (6)
- # emacs (7)
- # figwheel-main (9)
- # fulcro (2)
- # graphql (3)
- # hoplon (22)
- # hyperfiddle (2)
- # juxt (5)
- # kaocha (6)
- # leiningen (33)
- # luminus (15)
- # off-topic (1)
- # pedestal (5)
- # reagent (18)
- # reitit (12)
- # shadow-cljs (171)
- # vim (5)
@jayzawrotny whoops, just saw this again, sorry for the delay 😅
@jayzawrotny it looks like you're building docs for a leiningen template, which is not really supported very well
Ah ok, thought that may be the case and as I thought about it the less sense it made to generate docs at all. The README is probably just fine, thanks for looking into it.
at dinner now will reply later, we use codox under the hood which may use tools namespace, not 100% sure
:cljdoc.api/namespaces
could one use this to perform the appropriate filtering perhaps? currently it's restricted to just the hardcoded things though 🙂
https://github.com/weavejester/codox/blob/59cafeffcadc37d0eae0973011977e3916ddadbb/codox/src/codox/reader/clojure.clj#L7 looks like it does use it yeah, okay. So you're basically running into TNS-45. There is a JUXT fork of tns which applies the patches there, but it requires a bit of annoying work (globally excluding tools.namespace). Doing that would fix the problem though. You could probably monkey patch tns from cljdoc if you wanted.
https://dev.clojure.org/jira/browse/TNS-45 tns-45 is the bane of my existence 🙂