Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojiedi1992 committed Mar 19, 2022
1 parent b3838a7 commit d970203
Show file tree
Hide file tree
Showing 14 changed files with 180 additions and 40 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": "/Users/dxm/duxiaoman/github/My_Study_DataStruct/source"
}
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
Binary file added build/doctrees/基础/index.doctree
Binary file not shown.
26 changes: 12 additions & 14 deletions build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
.. My_Study_DataStruct documentation master file, created by
sphinx-quickstart on Sat Mar 19 18:45:05 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
################################################
My_Study_DataStruct
################################################

Welcome to My_Study_DataStruct's documentation!
===============================================
我自己对数据结构文档的学习笔记

.. toctree::
:maxdepth: 2
:caption: Contents:

github地址_

.. _github地址: https://github.com/zhaojiedi1992/My_Study_DataStruct

Indices and tables
==================
.. toctree::
:caption: 数据结构
:numbered:
:glob:

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
基础/index

8 changes: 8 additions & 0 deletions build/html/_sources/基础/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
基础篇
**********************************************

.. toctree::
:caption: 基础篇
:glob:

*
4 changes: 4 additions & 0 deletions build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ <h1 class="logo"><a href="index.html">My_Study_DataStruct</a></h1>


<h3>Navigation</h3>
<p class="caption" role="heading"><span class="caption-text">数据结构</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="%E5%9F%BA%E7%A1%80/index.html">1. 基础篇</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
Expand Down
28 changes: 17 additions & 11 deletions build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Welcome to My_Study_DataStruct’s documentation! &#8212; My_Study_DataStruct v1.0.0.0 documentation</title>
<title>My_Study_DataStruct &#8212; My_Study_DataStruct v1.0.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand All @@ -15,6 +15,7 @@
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="1. 基础篇" href="%E5%9F%BA%E7%A1%80/index.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand All @@ -31,18 +32,18 @@

<div class="body" role="main">

<section id="welcome-to-my-study-datastruct-s-documentation">
<h1>Welcome to My_Study_DataStruct’s documentation!<a class="headerlink" href="#welcome-to-my-study-datastruct-s-documentation" title="Permalink to this headline"></a></h1>
<section id="my-study-datastruct">
<h1>My_Study_DataStruct<a class="headerlink" href="#my-study-datastruct" title="Permalink to this headline"></a></h1>
<p>我自己对数据结构文档的学习笔记</p>
<p><a class="reference external" href="https://github.com/zhaojiedi1992/My_Study_DataStruct">github地址</a></p>
<div class="toctree-wrapper compound">
</div>
</section>
<section id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
<p class="caption" role="heading"><span class="caption-text">数据结构</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="%E5%9F%BA%E7%A1%80/index.html">1. 基础篇</a><ul class="simple">
</ul>
</li>
</ul>
</div>
</section>


Expand All @@ -62,11 +63,16 @@ <h1 class="logo"><a href="#">My_Study_DataStruct</a></h1>


<h3>Navigation</h3>
<p class="caption" role="heading"><span class="caption-text">数据结构</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="%E5%9F%BA%E7%A1%80/index.html">1. 基础篇</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="#">Documentation overview</a><ul>
<li>Next: <a href="%E5%9F%BA%E7%A1%80/index.html" title="next chapter"><span class="section-number">1. </span>基础篇</a></li>
</ul></li>
</ul>
</div>
Expand Down
Binary file modified build/html/objects.inv
Binary file not shown.
4 changes: 4 additions & 0 deletions build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ <h1 class="logo"><a href="index.html">My_Study_DataStruct</a></h1>


<h3>Navigation</h3>
<p class="caption" role="heading"><span class="caption-text">数据结构</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="%E5%9F%BA%E7%A1%80/index.html">1. 基础篇</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
Expand Down
2 changes: 1 addition & 1 deletion build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions build/html/基础/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@

<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>1. 基础篇 &#8212; My_Study_DataStruct v1.0.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="My_Study_DataStruct" href="../index.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<section id="id1">
<h1><span class="section-number">1. </span>基础篇<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
</div>
</section>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="../index.html">My_Study_DataStruct</a></h1>








<h3>Navigation</h3>
<p class="caption" role="heading"><span class="caption-text">数据结构</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">1. 基础篇</a><ul class="simple">
</ul>
</li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../index.html">Documentation overview</a><ul>
<li>Previous: <a href="../index.html" title="previous chapter">My_Study_DataStruct</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2022, zhaojiedi1992@outlook.com.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="../_sources/基础/index.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
26 changes: 12 additions & 14 deletions source/index.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
.. My_Study_DataStruct documentation master file, created by
sphinx-quickstart on Sat Mar 19 18:45:05 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
################################################
My_Study_DataStruct
################################################

Welcome to My_Study_DataStruct's documentation!
===============================================
我自己对数据结构文档的学习笔记

.. toctree::
:maxdepth: 2
:caption: Contents:

github地址_

.. _github地址: https://github.com/zhaojiedi1992/My_Study_DataStruct

Indices and tables
==================
.. toctree::
:caption: 数据结构
:numbered:
:glob:

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
基础/index

8 changes: 8 additions & 0 deletions source/基础/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
基础篇
**********************************************

.. toctree::
:caption: 基础篇
:glob:

*

0 comments on commit d970203

Please sign in to comment.