Skip to content

Commit 1b4cbf3

Browse files
committed
converting to pandas theme and some reorganization for clarity
1 parent d06f7b8 commit 1b4cbf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+55
-55
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ instance/
114114

115115
# Sphinx documentation
116116
doc/build/
117-
doc/source/reference.md
117+
doc/source/reference/reference.md
118118

119119
# PyBuilder
120120
target/

doc/doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sphinx>=1.7
22
recommonmark==0.4.0
33
pyyaml
44
sphinx-copybutton
5-
alabaster_jupyterhub
5+
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master

doc/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- recommonmark==0.4.0
99
- pyyaml
1010
- sphinx-copybutton
11-
- alabaster_jupyterhub
11+
- r doc-requirements.txt
-28.8 KB

doc/source/amazon/step-zero-aws-eks.rst

+14-14

doc/source/amazon/step-zero-aws.rst

+2-2

doc/source/index-community-resources.rst doc/source/community/index.rst

+4-4

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,13 @@ def parse_yaml(yaml, count=0, pre=''):
225225
parse_yaml(data)
226226

227227
# Generate the `.md` file
228-
with open('reference.txt', 'r') as f:
228+
with open('reference/reference.txt', 'r') as f:
229229
new_lines = f.readlines()
230230
new_lines = new_lines[1:]
231231
new_lines = [ln.strip('\n') for ln in new_lines]
232232
new_lines += lines
233233

234-
with open('reference.md', 'w') as f:
234+
with open('reference/reference.md', 'w') as f:
235235
f.write('\n'.join(new_lines))
236236

237237

doc/source/create-k8s-cluster.rst

+2-2

doc/source/digital-ocean/step-zero-digital-ocean.rst

+4-4

doc/source/google/step-zero-gcp.rst

+2-2

doc/source/ibm/step-zero-ibm.rst

+10-10

doc/source/index.rst

+6-6

doc/source/microsoft/step-zero-azure-autoscale.rst

+2-2

doc/source/microsoft/step-zero-azure.rst

+2-2

doc/source/redhat/step-zero-openshift.rst

+2-2
File renamed without changes.

0 commit comments

Comments
 (0)