docs: Restructure index page, fix style issue. (#6657)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 2 Jun 2021 00:05:52 +0000 (17:05 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 00:05:52 +0000 (17:05 -0700)
commitcc666c9a93ef4a374109b09f6be47ffa7aaac4b7
treef3898aa9f2f2ac4d44aa996ba16442640281df3d
parent172573dba45f7d231ec06a3a3992f41cf794b75e
docs: Restructure index page, fix style issue. (#6657)
47 files changed:
docs/CMakeLists.txt
docs/_static/custom.css
docs/api/CMakeLists.txt [new file with mode: 0644]
docs/api/api.rst [new file with mode: 0644]
docs/api/cpp/CMakeLists.txt [new file with mode: 0644]
docs/api/cpp/Doxyfile.in [new file with mode: 0644]
docs/api/cpp/cpp.rst [new file with mode: 0644]
docs/api/cpp/datatype.rst [new file with mode: 0644]
docs/api/cpp/datatypeconstructor.rst [new file with mode: 0644]
docs/api/cpp/datatypeconstructordecl.rst [new file with mode: 0644]
docs/api/cpp/datatypedecl.rst [new file with mode: 0644]
docs/api/cpp/datatypeselector.rst [new file with mode: 0644]
docs/api/cpp/exceptions.rst [new file with mode: 0644]
docs/api/cpp/grammar.rst [new file with mode: 0644]
docs/api/cpp/kind.rst [new file with mode: 0644]
docs/api/cpp/op.rst [new file with mode: 0644]
docs/api/cpp/result.rst [new file with mode: 0644]
docs/api/cpp/roundingmode.rst [new file with mode: 0644]
docs/api/cpp/solver.rst [new file with mode: 0644]
docs/api/cpp/sort.rst [new file with mode: 0644]
docs/api/cpp/statistics.rst [new file with mode: 0644]
docs/api/cpp/term.rst [new file with mode: 0644]
docs/api/python/CMakeLists.txt [new file with mode: 0644]
docs/api/python/datatype.rst [new file with mode: 0644]
docs/api/python/python.rst [new file with mode: 0644]
docs/cpp/CMakeLists.txt [deleted file]
docs/cpp/Doxyfile.in [deleted file]
docs/cpp/cpp.rst [deleted file]
docs/cpp/datatype.rst [deleted file]
docs/cpp/datatypeconstructor.rst [deleted file]
docs/cpp/datatypeconstructordecl.rst [deleted file]
docs/cpp/datatypedecl.rst [deleted file]
docs/cpp/datatypeselector.rst [deleted file]
docs/cpp/exceptions.rst [deleted file]
docs/cpp/grammar.rst [deleted file]
docs/cpp/kind.rst [deleted file]
docs/cpp/op.rst [deleted file]
docs/cpp/result.rst [deleted file]
docs/cpp/roundingmode.rst [deleted file]
docs/cpp/solver.rst [deleted file]
docs/cpp/sort.rst [deleted file]
docs/cpp/statistics.rst [deleted file]
docs/cpp/term.rst [deleted file]
docs/index.rst
docs/python/CMakeLists.txt [deleted file]
docs/python/datatype.rst [deleted file]
docs/python/python.rst [deleted file]