MilesCranmer commited on
Commit
43c093c
1 Parent(s): 082d514

Remove old docs

Browse files
old_docs/docs/.nojekyll DELETED
File without changes
old_docs/docs/_sidebar.md DELETED
@@ -1,10 +0,0 @@
1
- - Using PySR
2
-
3
- - [Getting Started](/)
4
- - [Examples](examples.md)
5
- - [More Options](options.md)
6
- - [Operators](operators.md)
7
-
8
- - [API Reference](api.md)
9
-
10
- - [Research Showcase](papers.md)
 
 
 
 
 
 
 
 
 
 
 
old_docs/docs/index.html DELETED
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <title>PySR</title>
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
- <meta name="description" content="Description">
8
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
9
- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dark.css">
10
- </head>
11
- <body>
12
- <div id="app"></div>
13
- <script>
14
- window.$docsify = {
15
- name: 'PySR',
16
- repo: 'MilesCranmer/PySR',
17
- loadSidebar: true,
18
- logo: 'images/pysr_logo.svg'
19
- }
20
- </script>
21
- <!-- Docsify v4 -->
22
- <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
23
- <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js"></script>
24
- <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
25
- </body>
26
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
pydoc-markdown.yml DELETED
@@ -1,71 +0,0 @@
1
- #@ def base_url():
2
- #@ if env.READTHEDOCS:
3
- #@ return "https://pysr.readthedocs.io/en/" + env.READTHEDOCS_VERSION + "/"
4
- #@ else:
5
- #@ return None
6
- #@ end
7
-
8
-
9
- loaders:
10
- - type: python
11
-
12
- processors:
13
- - type: filter
14
- - type: smart
15
- - type: crossref
16
- renderer:
17
- type: hugo
18
-
19
- markdown:
20
- source_linker:
21
- type: github
22
- repo: MilesCranmer/PySR
23
-
24
- config:
25
- baseURL: #@ base_url()
26
- title: PySR
27
- theme: {clone_url: "https://github.com/alex-shpak/hugo-book.git"}
28
- # The "book" theme only renders pages in "content/docs" into the nav.
29
-
30
- build_directory: docs/build
31
- content_directory: content/docs
32
-
33
- default_preamble: {menu: main}
34
- pages:
35
- - title: Home
36
- name: index
37
- source: README.md
38
- directory: '..'
39
- - title: Getting started
40
- name: getting-started
41
- source: docs/start.md
42
- preamble: {weight: 1}
43
- - title: Features and Options
44
- name: options
45
- source: docs/options.md
46
- preamble: {weight: 2}
47
- - title: Operators
48
- name: operators
49
- source: docs/operators.md
50
- preamble: {weight: 3}
51
- - title: Examples
52
- name: examples
53
- source: docs/examples.md
54
- preamble: {weight: 4}
55
- - title: API
56
- contents:
57
- - pysr.sr.install
58
- - pysr.sr.PySRRegressor.__init__
59
- - pysr.sr.PySRRegressor.from_file
60
- - pysr.sr.PySRRegressor.fit
61
- - pysr.sr.PySRRegressor.predict
62
- - pysr.sr.PySRRegressor.__repr__
63
- - pysr.sr.PySRRegressor.set_params
64
- - pysr.sr.PySRRegressor.get_params
65
- - pysr.sr.PySRRegressor.get_best
66
- - pysr.sr.PySRRegressor.sympy
67
- - pysr.sr.PySRRegressor.latex
68
- - pysr.sr.PySRRegressor.latex_table
69
- - pysr.sr.PySRRegressor.jax
70
- - pysr.sr.PySRRegressor.pytorch
71
- - pysr.sr.PySRRegressor.refresh