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

misc: initial readthedocs commit #45

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1208103
misc: initial readthedocs commit
haganbmj Aug 11, 2022
1814bbd
misc: toctree validation
haganbmj Aug 11, 2022
4176f0a
misc: start with file directory
haganbmj Aug 11, 2022
8b0d92d
I hate fixed width tables, might wind up using list-tables more...?
haganbmj Aug 11, 2022
1fe8ab5
misc: fix restructuredtext license formatting
haganbmj Aug 11, 2022
1597ed6
misc: remove old files
haganbmj Aug 11, 2022
84ef2a3
misc: move style triangle to concepts top level section
haganbmj Aug 11, 2022
09efb75
misc: sphinx configuration
haganbmj Aug 11, 2022
9f6abb2
misc: specify theme to make theme specific config work?
haganbmj Aug 11, 2022
f7984d6
misc: transparent logo
haganbmj Aug 16, 2022
40bede2
misc: check behavior of include directive
haganbmj Aug 16, 2022
a3f2150
misc: agonizing tables
haganbmj Aug 16, 2022
3cb2343
misc: check header links
haganbmj Aug 31, 2022
d444da2
misc: initial move of Types
haganbmj Aug 31, 2022
da76b51
misc: start converting tables
haganbmj Sep 1, 2022
5e7f495
misc: code block batch conversion
haganbmj Sep 1, 2022
15be8c4
code blocks, sub-sub-sub-headers
haganbmj Sep 1, 2022
1372c1f
add autosectionlabel, change language to julia
haganbmj Sep 1, 2022
70b4560
custom css
haganbmj Sep 1, 2022
ced480f
misc: initial doc/ref adjustments?
haganbmj Sep 1, 2022
d36a6da
fix: additional inline code
haganbmj Sep 1, 2022
22b858c
try cross doc references
haganbmj Sep 1, 2022
ebd0b74
multi-line table cells, <tt> tags
haganbmj Sep 1, 2022
6630a3c
italic fixes, table line-block margins
haganbmj Sep 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
# python:
# install:
# - requirements: docs/requirements.txt
23 changes: 0 additions & 23 deletions doc/about/index.txt

This file was deleted.

45 changes: 0 additions & 45 deletions doc/file/format.txt

This file was deleted.

39 changes: 0 additions & 39 deletions doc/file/index.txt

This file was deleted.

19 changes: 0 additions & 19 deletions doc/file/style_triangle.txt

This file was deleted.

56 changes: 0 additions & 56 deletions doc/script/index.txt

This file was deleted.

34 changes: 0 additions & 34 deletions doc/script/introduction.txt

This file was deleted.

114 changes: 0 additions & 114 deletions doc/script/operators.txt

This file was deleted.

31 changes: 0 additions & 31 deletions doc/type/add_cards_script.txt

This file was deleted.

Loading