Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
AutuanLiu committed Dec 20, 2015
1 parent 8ea87d8 commit 26e16d7
Show file tree
Hide file tree
Showing 16 changed files with 1,227 additions and 361 deletions.
4 changes: 0 additions & 4 deletions SUMMARY.md

This file was deleted.

Binary file modified _build/doctrees/docs/index.doctree
Binary file not shown.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/index.doctree
Binary file not shown.
Binary file modified _build/doctrees/src/index.doctree
Binary file not shown.
39 changes: 36 additions & 3 deletions _build/html/_sources/docs/index.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
========

说明文档
========
note:
***********
Note:
<1> 开发工具

code::blocks , markdownpad;

<2>流程图制作工具

MS Visio 以及 gliffy ;

<3>开发语言

C语言,markdown 文本标记语言;

<4>项目托管

该项目托管在github上,可以在其上查看和访问该项目的源码及数据等;

<5>程序运行方法

1. ./airlineproject 路径下双击 airlineproject.cbp 便可以在code::blocks 下打开该项目,然后编译后即可运行;

2. ./Runnable 路径下双击 airlineproject.exe 便可以正常运行 (推荐);

3. ./src 下存放着源码,将其连同 flight_info.csv和 guest_info.csv 文件一同复制到新建工程下编译运行;

Note:该工程在code::blocks上开发,不保证VC6.0可以正常编译运行,因为我们都知道VC6.0是主要支持 C++ 的,只是兼容 C而已,况且其版本过低。

<6>如何查看源码

1.通过点击这里或者访问https://github.com/AutuanLiu/Ticket ; <源码存在于 src 目录下 >;

2../src 路径下即为源码,可以通过记事本查看,或者 notepad++ 、gvim 、Sublime Text等其他代码编辑器查看。

3. Backupdata.csv 文件为备用数据,可以不用理会;


7 changes: 5 additions & 2 deletions _build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@

目录
----

设计说明
***********
源代码
*************
.. toctree::
:maxdepth: 3

docs/index
src/index

Expand Down
23 changes: 18 additions & 5 deletions _build/html/_sources/src/index.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
========

源代码
========
********
Reader.c 用于读取文件

.. literalinclude:: Reader.c
.. code-block:: c
:linenos:
:language: c
:linenos:

Writer.c 用于写入文件

.. literalinclude:: Writer.c
Expand All @@ -24,12 +25,24 @@ adt.h 用于数据结构的存储
:language: c
:linenos:

PublicInfo.h用于引入外部或全局变量
PublicInfo.h用于引入外部或全局变量

.. literalinclude:: PublicInfo.h
:language: c
:linenos:

FlightInfo.c用于航班信息

.. literalinclude:: FlightInfo.c
:language: c
:linenos:

GuestInfo.c用于客户信息

.. literalinclude:: GuestInfo.c
:language: c
:linenos:

Operations.c用于各类的功能实现

.. literalinclude:: Operations.c
Expand Down
23 changes: 22 additions & 1 deletion _build/html/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,28 @@ <h3>导航</h3>

<div class="section" id="id1">
<h1>说明文档<a class="headerlink" href="#id1" title="永久链接至标题"></a></h1>
<p>note:</p>
<p>Note:
&lt;1&gt; 开发工具</p>
<p>code::blocks , markdownpad;</p>
<p>&lt;2&gt;流程图制作工具</p>
<p>MS Visio 以及 gliffy ;</p>
<p>&lt;3&gt;开发语言</p>
<p>C语言,markdown 文本标记语言;</p>
<p>&lt;4&gt;项目托管</p>
<p>该项目托管在github上,可以在其上查看和访问该项目的源码及数据等;</p>
<p>&lt;5&gt;程序运行方法</p>
<ol class="arabic simple">
<li>./airlineproject 路径下双击 airlineproject.cbp 便可以在code::blocks 下打开该项目,然后编译后即可运行;</li>
<li>./Runnable 路径下双击 airlineproject.exe 便可以正常运行 (推荐);</li>
<li>./src 下存放着源码,将其连同 flight_info.csv和 guest_info.csv 文件一同复制到新建工程下编译运行;</li>
</ol>
<p>Note:该工程在code::blocks上开发,不保证VC6.0可以正常编译运行,因为我们都知道VC6.0是主要支持 C++ 的,只是兼容 C而已,况且其版本过低。</p>
<p>&lt;6&gt;如何查看源码</p>
<p>1.通过点击这里或者访问https://github.com/AutuanLiu/Ticket ; &lt;源码存在于 src 目录下 &gt;;</p>
<p>2../src 路径下即为源码,可以通过记事本查看,或者 notepad++ 、gvim 、Sublime Text等其他代码编辑器查看。</p>
<ol class="arabic simple" start="3">
<li>Backupdata.csv 文件为备用数据,可以不用理会;</li>
</ol>
</div>


Expand Down
20 changes: 15 additions & 5 deletions _build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,19 @@ <h3>程序运行方法<a class="headerlink" href="#id6" title="永久链接至
</div>
<div class="section" id="id7">
<h3>流程图<a class="headerlink" href="#id7" title="永久链接至标题"></a></h3>
<div class="figure" id="id10">
<div class="figure" id="id12">
<a class="reference internal image-reference" href="_images/FlowChart.png"><img alt="_images/FlowChart.png" src="_images/FlowChart.png" /></a>
<p class="caption"><span class="caption-text">图1:程序主要功能以及数据传输流程图</span></p>
</div>
</div>
</div>
<div class="section" id="id8">
<h2>目录<a class="headerlink" href="#id8" title="永久链接至标题"></a></h2>
<div class="section" id="id9">
<h3>设计说明<a class="headerlink" href="#id9" title="永久链接至标题"></a></h3>
</div>
<div class="section" id="id10">
<h3>源代码<a class="headerlink" href="#id10" title="永久链接至标题"></a></h3>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="docs/index.html">说明文档</a></li>
Expand All @@ -108,8 +113,9 @@ <h2>目录<a class="headerlink" href="#id8" title="永久链接至标题">¶</a>
</ul>
</div>
</div>
<div class="section" id="id9">
<h2>贡献者列表<a class="headerlink" href="#id9" title="永久链接至标题"></a></h2>
</div>
<div class="section" id="id11">
<h2>贡献者列表<a class="headerlink" href="#id11" title="永久链接至标题"></a></h2>
<p>感谢同组成员的共同努力,我们才赢得了这个项目的完美成功:</p>
<p>智慧是一切的来源!</p>
<ol class="arabic">
Expand Down Expand Up @@ -148,8 +154,12 @@ <h3><a href="#">內容目录</a></h3>
<li><a class="reference internal" href="#id7">流程图</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id8">目录</a></li>
<li><a class="reference internal" href="#id9">贡献者列表</a></li>
<li><a class="reference internal" href="#id8">目录</a><ul>
<li><a class="reference internal" href="#id9">设计说明</a></li>
<li><a class="reference internal" href="#id10">源代码</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id11">贡献者列表</a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 26e16d7

Please sign in to comment.