Skip to content

Commit

Permalink
Showing 16 changed files with 117 additions and 15 deletions.
3 changes: 3 additions & 0 deletions Source/Docs/source/_static/widerContent.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.wy-nav-content {
max-width: 1200px !important;
}
4 changes: 4 additions & 0 deletions Source/Docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/widerContent.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
2 changes: 1 addition & 1 deletion Source/Docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_themes']
html_static_path = ['_static']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
6 changes: 6 additions & 0 deletions Source/Docs/source/game/KCT.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/game/KCT:

Kerbal Construction Time
========================

And I think it's gonna be a long long time.
6 changes: 6 additions & 0 deletions Source/Docs/source/game/comms.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/game/comms:

Communication System
====================

Major Tom to Ground Control...
6 changes: 6 additions & 0 deletions Source/Docs/source/game/entryCosts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/game/entryCosts:

Entry Costs
===========

Part Entry Costs
6 changes: 6 additions & 0 deletions Source/Docs/source/game/fuelTanks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/game/fuelTanks:

Fuel Tanks
==========

Fuel Tanks
6 changes: 6 additions & 0 deletions Source/Docs/source/game/lifeSupport.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/game/lifeSupport:

Life Support
============

But my Kerbals used to be able to live forever stranded in orbit around the Mun...
6 changes: 6 additions & 0 deletions Source/Docs/source/game/testFlight.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/game/testFlight:

Test Flight
===========

Test Flight hates you. I promise.
51 changes: 37 additions & 14 deletions Source/Docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
.. _index:

.. toctree::
:maxdepth: 5
:caption: Features

/features/techTree
/features/science
/features/tooling
/features/maintenance
/features/crewHandling
/features/facilities

Realistic Progression One (RP-1)
================================

@@ -31,8 +20,11 @@ What is New?
------------

A lot has changed from RP-0 and this is a concise list of some of the
biggest changes. Click on each link to go to the corresponding page
that has much more detail on each feature.
biggest changes. The first thing to understand is that RP-1 is a very different
experience from RP-0. This is the reason we decided on the name change, it is
basically the equivalent of a sequel. There are new game mechanics that you will have
to learn all over again, so please RTFM and learn what is new. Click on each link to
go to the corresponding page that has much more detail on each feature.

* :doc:`/features/techTree` — Custom tech tree specifically designed for RP-1
* :doc:`/features/science` — All new science parts that encoruage multiple missions
@@ -41,7 +33,38 @@ that has much more detail on each feature.
* :doc:`/features/crewHandling` — Crew needs to train before taking on missions and will retire if not used
* :doc:`/features/facilities` — Facility upgrades have been overhahuled


.. toctree::
:maxdepth: 2
:caption: Features

/features/techTree
/features/science
/features/tooling
/features/maintenance
/features/crewHandling
/features/facilities

.. toctree::
:maxdepth: 2
:caption: Information

/installation
/info/gettingStarted
/info/mods
/info/tips
/info/faq
/info/links

.. toctree::
:maxdepth: 2
:caption: Gameplay

/game/comms
/game/entryCosts
/game/fuelTanks
/game/KCT
/game/lifeSupport
/game/testFlight

Indices and tables
==================
6 changes: 6 additions & 0 deletions Source/Docs/source/info/faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/info/faq:

FAQ
====

Because someone else already asked where the any key is.
6 changes: 6 additions & 0 deletions Source/Docs/source/info/gettingStarted.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/info/gettingStarted:

Getting Started
===============

You put the left foot in, you take the left foot out...
6 changes: 6 additions & 0 deletions Source/Docs/source/info/links.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/info/links:

Links
=====

Someone smarter than you already did it.
6 changes: 6 additions & 0 deletions Source/Docs/source/info/mods.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/info/mods:

Mods
====

OMG, you play with mods? What a cheater.
6 changes: 6 additions & 0 deletions Source/Docs/source/info/tips.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/info/tips:

Tips
====

Just the tip.
6 changes: 6 additions & 0 deletions Source/Docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _/installation:

Installation
============

Refer to the golden spreadsheet. I kid, I kid.

0 comments on commit 4ee4b05

Please sign in to comment.