sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.35k stars 461 forks source link

Add missing title to conf.py #33922

Closed kwankyu closed 2 years ago

kwankyu commented 2 years ago

This adds missing title to the header docstring of sage_docbuild.conf.

This also adds /src/doc/en/reference/*/sage_docbuild to .gitignore to clean git status.

Component: documentation

Author: Kwankyu Lee

Branch/Commit: 9fa7101

Reviewer: John Palmieri

Issue created by migration from https://trac.sagemath.org/ticket/33922

kwankyu commented 2 years ago

Branch: u/klee/33922

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

89f8defAdd missing title to conf.py
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Commit: 89f8def

kwankyu commented 2 years ago
comment:3

Let me know if the copyright owner should be someone else more authoritative.

jhpalmieri commented 2 years ago
comment:4

This looks good to me. If someone felt strongly about a claim to the copyright, they would have put their name there before, so I think it's fine to move forward with it.

jhpalmieri commented 2 years ago

Reviewer: John Palmieri

kwankyu commented 2 years ago

Description changed:

--- 
+++ 
@@ -1 +1,3 @@
+This adds missing title to the header docstring of `sage_docbuild.conf`.

+This also adds `/src/doc/en/reference/*/sage_docbuild` to `.gitignore` to clean git status.
kwankyu commented 2 years ago
comment:5

Thanks!

vbraun commented 2 years ago
comment:6

Merge failure on top of:

c074340bf1 Trac #33930: failing doctest involving polymake and number field

222216c763 Trac #33924: pep cleanup for giac and gp pexpect interfaces

17438c198d Trac #33911: remove class inheritance of object in misc, repl, libs

2537707a5f Trac #33852: bootstrap, src/doc/Makefile: Remove use of the SAGE_ROOT/sage script

b15c91d8ae Trac #33926: Fix tox-docker builds

4ec6965256 Trac #32631: Typo in random_element of polynomial rings

4d74388add Trac #33912: remove trailing spaces in combinat

881da74fb0 Trac #33903: remove deprecation in nonexact.py

578204f49d Trac #33899: some fixes in arxiv links

8b8f67a9ad Trac #33889: get rid of some range(0,*) in pyx files

8d8c044584 Trac #33691: some care for pep8 in pyx in modular

fbf034fdb2 Trac #33557: FormalPolyhedraModule should check polyhedra for dimension

9015204871 Trac #31017: build/bin/sage-spkg-info: Format dependencies file; remove redundant "dependencies" sections from SPKG.rst

f5e8c5997a Trac #33916: tweak tox.ini: activate more pycodestyle checks in cython files

564609f061 Trac #33914: remove class inheritance of object in rings,structure,numerical,doctests

3853878b0a Trac #33910: installing jupyterlab causes sagelib rebuild

4d66bc90bb Trac #33905: pep and other details in dynamics

603a833979 Trac #33901: sage-bootstrap-python doesn't work when pyenv shadows all usable pythons in PATH

788281e061 Trac #33739: Migrate gitpod to conda

c2ca6af620 Trac #33601: Documentation: Add 'furo' theme

a340bda639 Trac #33544: Use language_level=3 for Cython everywhere

fa1477350a Trac #32937: Drop Python 3.7 support in Sage 9.7

a8c488f4a2 Trac #31937: Update markupsafe to 2.1.1, jinja2 to 3.1.2

cda7f69354 Trac #33917: Avoid Python 3.10 syntax in doctest introduced in #33799

70ec4e67ab Trac #25872: Modular decomposition bug

5fb2a6ea44 Updated SageMath version to 9.7.beta1

merge was not clean: conflicts in src/sage_docbuild/conf.py

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Changed commit from 89f8def to 7872d95

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

1b8b255remove inheritance from object in classes inside misc/ and repl/
c27f1f5also no class(object) in libs/
158a42cfix-up wrong replacement
fd21f2dfix another mistake
17438c1Trac #33911: remove class inheritance of object in misc, repl, libs
4351efdpep cleanup for giac and gp pexpect interfaces
222216cTrac #33924: pep cleanup for giac and gp pexpect interfaces
1720e60#33930 : fix doctest for polyhedra_tutorial.rst
62a18abTrac #33930: failing doctest involving polymake and number field
7872d95Merge branch 'beta' into missing-title-trac33922
kwankyu commented 2 years ago
comment:8

Resolved merge conflict with Volker's develop branch.

vbraun commented 2 years ago
comment:10

Merge failure on top of:

8dad9ce80f Trac #30683: Nu Tamari

346b3b04a5 Trac #33968: Replace $...$ in docstrings by ...

f793558dd1 Trac #33967: sage -t: Print git commit hash and SAGE_LOCAL, SAGE_VENV

0e48fececd Trac #33963: wrong sign for symbolic Legendre polynomial at 0

34d562ee2b Trac #33962: wrong sign for value of Legendre polynomial at 0

bd33f87651 Trac #33961: compute square roots modulo powers of two in polynomial time

16af958d67 Trac #33940: enhance maple interface

8d921a4996 Trac #33872: Upgrade memory allocator to 0.1.3

29499f89e2 Trac #33871: Don't run singular in spkg-configure.m4 when cross compiling

4cc978b96c Trac #33823: sage -t --optional='sage,!FEATURE'

6b6f0cf0f4 Trac #33776: move method distance_graph to graph.py

65e866a5b1 Trac #23443: More Schubert polynomial shenanigans

a6e696e91d Updated SageMath version to 9.7.beta2

merge was not clean: conflicts in build/pkgs/configure/checksums.ini,build/pkgs/configure/package-version.txt

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:

9fa7101Add missing title to conf.py
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 2 years ago

Changed commit from 7872d95 to 9fa7101

jhpalmieri commented 2 years ago
comment:13

Marking as a blocker since the git repo is not clean without it.

vbraun commented 2 years ago

Changed branch from u/klee/33922 to 9fa7101