Skip to content

Commit 48d1647

Browse files
committed
update docsrc
1 parent cc1c074 commit 48d1647

File tree

11 files changed

+55
-49
lines changed

11 files changed

+55
-49
lines changed

docsrc/about.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
.. _about:
3+
4+
5+
About GEOMETOR
6+
==============
7+
8+

docsrc/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../CHANGELOG.rst

docsrc/conf.py

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,3 @@
88

99
setup_globals(org, org_name, repo, repo_name)
1010

11-
# blog_title = f'{org_name} • {repo_name}'
12-
# html_title = f'{org_name} • {repo_name}'
13-
# project = f'{org_name} • {repo_name}'
14-
# version = '' # The short X.Y version.
15-
# release = '' # The full version, including alpha/beta/rc tags.
16-
17-
# copyright = f'{year}, {org_name}'
18-
# author = f'{org_name}'
19-
20-
# # Base URL for the website, required for generating feeds.
21-
# # e.g. blog_baseurl = "http://example.com/"
22-
# blog_baseurl = f'https://{org}.github.io/{repo}'
23-
# html_base_url = blog_baseurl
24-
# html_baseurl = blog_baseurl
25-
26-
# blog_authors = {
27-
# "phi": ("phi ARCHITECT", None),
28-
# }
29-
30-
# html_context = {
31-
# "display_github": True, # Integrate GitHub
32-
# "github_user": org, # Username
33-
# "github_repo": repo, # Repo name
34-
# "github_version": "main", # Version
35-
# "conf_py_path": "/docsrc/", # Path in the checkout to the docs root
36-
# }
37-

docsrc/glossary.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
glossary
2+
========
3+
4+
.. glossary::
5+
test
6+
a test item
7+
8+

docsrc/index.rst

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
GEOMETOR • divine
22
=================
33

4-
.. include:: ../README.rst
5-
4+
.. include:: overview/intro.rst
65

76
recent logs
87
-----------
@@ -11,24 +10,26 @@ recent logs
1110
:excerpts:
1211

1312

14-
15-
contents
16-
--------
17-
1813
.. toctree::
19-
:maxdepth: 1
14+
:hidden:
15+
:maxdepth: 2
2016

2117
mission/index.rst
22-
usage.rst
18+
overview/index.rst
19+
usage/index.rst
2320
modules/index.rst
2421
demos/index.rst
22+
logs/index.rst
2523
refs/index.rst
26-
log </log#https://>
2724
todos.rst
28-
29-
30-
indices and tables
31-
------------------
25+
changelog.rst
26+
glossary.rst
27+
contribute.rst
28+
discuss.rst
29+
about.rst
30+
31+
indices
32+
-------
3233

3334
* :ref:`genindex`
3435
* :ref:`modindex`

docsrc/logs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
logs
2+
====
3+
4+
.. postlist::
5+
:excerpts:
6+
:expand: more

docsrc/mission/index.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
Mission
1+
mission
22
=======
33

4-
.. contents::
5-
:local:
6-
:backlinks: none
7-
8-
9-
Summary
4+
.. include:: statement.rst
105

116
goals
127
-----

docsrc/mission/statement.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
Illuminate the mysteries of the golden ratio in geometry, offering advanced tools for in-depth analysis and exploration of its pervasive presence in nature and mathematics.
3+
4+
- Pioneer in geometric analysis with a focus on the golden ratio, uncovering its profound connections within nature and mathematics.
5+
- Create intuitive, high-precision tools, enabling enthusiasts and experts alike to delve into and analyze the golden ratio's role in geometric designs.
6+
- Commit to the continual evolution of our understanding and applications of the golden ratio, keeping our methodologies and tools at the cutting edge of mathematical exploration.
7+

docsrc/overview/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
overview
2+
========
3+
4+
.. include:: intro.rst
5+
6+
7+
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
.. divine
2-
3-

docsrc/usage/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
usage
2+
=====

0 commit comments

Comments
 (0)