23 code results in rtfd/readthedocs.org
Python
readthedocs/doc_builder/constants.py
Showing the top match
Last indexed Dec 28, 2017
Python
readthedocs/projects/tasks.py
Showing the top three matches
Last indexed Dec 28, 2017
Python
readthedocs/rtd_tests/tests/test_urls.py
Showing the top match
Last indexed Jun 14, 2017
Python
readthedocs/builds/migrations/0001_initial.py
Showing the top match
Last indexed Jun 14, 2017
| 22 | ('type', models.CharField(default=b'html', max_length=55, verbose_name='Type', choices=[(b'html', 'HTML'), (b'pdf', 'PDF'), (b'epub', 'Epub'), (b'man', 'Manpage'), (b'dash', 'Dash')])), |
| 23 | ('state', models.CharField(default=b'finished', max_length=55, verbose_name='State', choices=[(b'triggered', 'Triggered'), (b'cloning', 'Cloning'), (b'installing', 'Installing'), (b'building', 'Building'), (b'finished', 'Finished')])), |
Python
readthedocs/builds/models.py
Showing the top two matches
Last indexed Dec 21, 2017
Python
readthedocs/restapi/serializers.py
Showing the top match
Last indexed Dec 21, 2017
Python
readthedocs/doc_builder/config.py
Showing the top two matches
Last indexed Dec 28, 2017
Python
readthedocs/projects/models.py
Showing the top three matches
Last indexed Dec 21, 2017
Python
readthedocs/projects/migrations/0001_initial.py
Showing the top match
Last indexed Jun 14, 2017
| 53 | ('enable_epub_build', models.BooleanField(default=True, help_text='Create a EPUB version of your documentation with each build.', verbose_name='Enable EPUB build')), |
| 54 | ('enable_pdf_build', models.BooleanField(default=True, help_text='Create a PDF version of your documentation with each build.', verbose_name='Enable PDF build')), |
Python
readthedocs/rtd_tests/tests/test_celery.py
Showing the top match
Last indexed Nov 14, 2017