Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fixed so docs talk about the language not the reference implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 20, 2021
1 parent b3fa422 commit 7daeb79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# -- Project information -----------------------------------------------------

project = 'Aspidites'
project = 'Woma'
copyright = '2021, Ross J. Duff'
author = 'Ross J. Duff'

Expand Down
9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Aspidites' documentation!
=====================================
Welcome to the Woma Programming Language!
=========================================

.. toctree::
:numbered:
Expand All @@ -18,10 +18,11 @@ Welcome to Aspidites' documentation!
` backticks are used to denote comments `
(Hello()) procedure
<*>print("Hello World!")
print("Hello World!")
` structured entrypoint `
main:
Hello()
Hello()
Indices and tables
Expand Down

0 comments on commit 7daeb79

Please sign in to comment.