Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix xonsh links #14

Merged
merged 2 commits into from Mar 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -197,7 +197,7 @@
#html_file_suffix = ''

# Output file base name for HTML help builder.
htmlhelp_basename = 'xonshdoc'
htmlhelp_basename = 'rickshawdoc'


# -- Options for LaTeX output --------------------------------------------------
Expand All @@ -211,7 +211,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'xonsh.tex', u'xonsh documentation',
('index', 'rickshaw.tex', u'rickshaw documentation',
u'Anthony Scopatz', 'manual'),
]

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -53,15 +53,15 @@ open an issue on GitHub.
Helpful Links
=============

* `Documentation <http://xon.sh>`_
* `Documentation <http://www.ergs.sc.edu/rickshaw-docs>`_
* `GitHub Repository <https://github.com/ergs/rickshaw>`_
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. raw:: html

<a href="https://github.com/ergs/rickshaw" class='github-fork-ribbon' title='Fork me on GitHub'>Fork me on GitHub</a>
<a href="https://github.com/cyclus/rickshaw" class='github-fork-ribbon' title='Fork me on GitHub'>Fork me on GitHub</a>

<style>
/*!
Expand Down