Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hayesall/starling-theme

A Sphinx Theme for StARLinG Lab Documentation
https://github.com/hayesall/starling-theme

docs documentation-generator sphinx-theme starling-lab

Last synced: 28 days ago
JSON representation

A Sphinx Theme for StARLinG Lab Documentation

Awesome Lists containing this project

README

        

=====================
StARLinG Sphinx Theme
=====================

A Sphinx Theme for `StARLinG Lab `_ Documentation.

There are already a lot of tools that support writing and building documentation with Sphinx. This component makes it easy to generate ``.html`` pages that meld seamlessly with `StARLinG's Webpage `_.

.. raw:: html



Installation & Getting Started
------------------------------

1. Clone the repository

.. code-block:: bash

$ git clone [email protected]:starling-lab/starling-theme.git
$ python setup.py develop

2. This repository uses itself as a theme. Build the documentation with Sphinx and open it with a browser.

.. code-block:: bash

$ cd documentation
$ make html
$ firefox build/html/index.html

Project State & Current Goals
-----------------------------

This repository is in an *Alpha Phase*. The goal is to create a documentation theme which blends seamlessly with the StARLinG Website, but exactly how this may be achieved is up for debate.

Open Problems are tracked through the `Issues Page `_.

License
-------

Copyright © 2018, Alexander L. Hayes

Distributed under the terms of the MIT License. See the LICENSE at the base of the repository for details.