Skip to content

Commit

Permalink
Fix some broken links. Add API reference to useful content
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Apr 6, 2016
1 parent 17dcda2 commit 0ccc290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The Spoofax documentation is a work in progress. Most pages in the table of cont
- Core API

- :doc:`source/core/manual/extension`
- :doc:`source/core/api`

- Development

Expand Down
3 changes: 3 additions & 0 deletions source/core/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
API Reference
===============

The API reference contains all classes in MetaBorg Core, Spoofax Core, and their meta counterparts.
This documentation is generated from the source code at the `Spoofax GitHub repository <https://github.com/metaborg/spoofax>`_.

.. toctree::
:maxdepth: 1
:caption: Language Runtime
Expand Down
4 changes: 2 additions & 2 deletions source/release/migrate/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Unfortunately, not all required conversions can be done automatically. Do the fo
#### Project configuration

Most of the project configuration is now in the <span class='file'>metaborg.yaml</span> file.
The [manual page on configuration](../../langdev/manual/config.md) lists all configuration options.
The [manual page on configuration](../../langdev/manual/config.rst) lists all configuration options.

* Add/remove compile and source dependencies as needed.
* Add build configuration, such as Stratego compiler arguments, SDF compiler arguments, external def files, and external JAR files.
Expand Down Expand Up @@ -279,7 +279,7 @@ build:
target: package-xml
```

See the [manual page on configuration](../../langdev/manual/config.md) for more information about configuring Ant build steps.
See the [manual page on configuration](../../langdev/manual/config.rst) for more information about configuring Ant build steps.

#### Eclipse plugin

Expand Down

0 comments on commit 0ccc290

Please sign in to comment.