Skip to content

Commit

Permalink
Small fixes and improvements: link to docs, cleanup of doc/ etc. (#103)
Browse files Browse the repository at this point in the history
* Cleanup: rm the old clojuratica doc/ dir
* Intern: better docstring
* Add link to docs to fix #94, mark Clerk experimental

---------

Co-authored-by: light-matters <79052162+light-matters@users.noreply.github.com>
  • Loading branch information
holyjak and light-matters authored Aug 3, 2024
1 parent 8413b3f commit c86f08d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 1,129 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An interface between Clojure and the Wolfram Language (Supports [Mathematica](ht

## Status

**Wolframite is currently (Q2/2024) under active development again. You can [keep track of what is happening in this discussion](https://github.com/scicloj/wolframite/discussions/17).**
**Wolframite is currently (Q3/2024) under active development again. You can [keep track of what is happening in this discussion](https://github.com/scicloj/wolframite/discussions/17).**

## What is Wolframite? ##

Expand Down Expand Up @@ -92,7 +92,7 @@ to generate your own wolfram ns with whatever additional symbols your Wolfram/Ma

#### Learning Wolframite

Read through and play with [explainer.clj](dev%2Fexplainer.clj) and [quickstart.clj](dev%2Fquickstart.clj), which demonstrate most of Wolframite's features and what you can do with Wolfram.
[Visit our documentation site](https://scicloj.github.io/wolframite/) to learn all you might want to know about using Wolframite.

#### Customizing Wolframite

Expand All @@ -116,6 +116,8 @@ the file, you'll be able to use `(wl/eval (w/** 2 5) {:aliases '{** Power}})`.

### Clerk Integration

We primarily use [Clay](https://scicloj.github.io/clay/) as our notebook tool, but there is also experimental support for [Clerk](https://github.com/nextjournal/clerk).

Example usage: (watching for changes in a folder)

```
Expand Down Expand Up @@ -165,7 +167,7 @@ To build the whole site, run `clojure -T:build build-site` (remembering to ensur

## Authors

The original [Clojuratica](http://clojuratica.weebly.com/) was created by Garth Sheldon-Coulson, a graduate student at the Massachusetts Institute of Technology and Harvard Law School.
The original Clojuratica, Wolframite's predecessor, was created by Garth Sheldon-Coulson, a graduate student at the Massachusetts Institute of Technology and Harvard Law School.

Ongoing maintenance and development over the years have been thanks to
* [Steve Chan](https://github.com/chanshunli),
Expand Down
25 changes: 0 additions & 25 deletions doc/README

This file was deleted.

327 changes: 0 additions & 327 deletions doc/clojuratica.html

This file was deleted.

5 changes: 0 additions & 5 deletions doc/clojure.css

This file was deleted.

12 changes: 0 additions & 12 deletions doc/glossary.org

This file was deleted.

250 changes: 0 additions & 250 deletions doc/intro.html

This file was deleted.

Loading

0 comments on commit c86f08d

Please sign in to comment.